What is the HEX code for drab green?
The CSS color drab green in HEX format is #749551. 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: #749551;
- Background: background-color: #749551;
- Border: border-color: #749551;
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 HEX?
Select drab green from the color name list in our color converter. The HEX value — #749551 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.