What is the HSL code for drab green?
The CSS color drab green in HSL format is hsl(89.1, 29.6%, 45.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use drab green in CSS?
To apply drab green in CSS:
- Text color: color: hsl(89.1, 29.6%, 45.1%);
- Background: background-color: hsl(89.1, 29.6%, 45.1%);
- Border: border-color: hsl(89.1, 29.6%, 45.1%);
What are all the color format values for drab green?
| Format | Value |
|---|---|
| HEX | #749551 |
| RGB | rgb(116, 149, 81) |
| HSL | hsl(89.1, 29.6%, 45.1%) |
| CMYK | cmyk(22.1%, 0%, 45.6%, 41.6%) |
How do I convert drab green to HSL?
Select drab green from the color name list in our color converter. The HSL value — hsl(89.1, 29.6%, 45.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does drab green belong to?
drab green belongs to the green color family. It is a medium, muted color with HSL values: hue 89.1°, saturation 29.6%, lightness 45.1%.
How do I create lighter and darker shades of drab green?
Lighter variant (lightness 60.1%): #9ab77b. Darker variant (lightness 30.1%): #4d6336. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.