What is the HEX code for dull green?
The CSS color dull green in HEX format is #74a662. Use this value directly in CSS, SVG, and most design tools.
How do I use dull green in CSS?
To apply dull green in CSS:
- Text color: color: #74a662;
- Background: background-color: #74a662;
- Border: border-color: #74a662;
What are all the color format values for dull green?
| Format | Value |
|---|---|
| HEX | #74a662 |
| RGB | rgb(116, 166, 98) |
| HSL | hsl(104.1, 27.6%, 51.8%) |
| CMYK | cmyk(30.1%, 0%, 41%, 34.9%) |
How do I convert dull green to HEX?
Select dull green from the color name list in our color converter. The HEX value — #74a662 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dull green belong to?
dull green belongs to the green color family. It is a medium, muted color with HSL values: hue 104.1°, saturation 27.6%, lightness 51.8%.
How do I create lighter and darker shades of dull green?
Lighter variant (lightness 66.8%): #9fc293. Darker variant (lightness 36.8%): #527844. 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.