What is the HEX code for grey green?
The CSS color grey green in HEX format is #789b73. Use this value directly in CSS, SVG, and most design tools.
How do I use grey green in CSS?
To apply grey green in CSS:
- Text color: color: #789b73;
- Background: background-color: #789b73;
- Border: border-color: #789b73;
What are all the color format values for grey green?
| Format | Value |
|---|---|
| HEX | #789b73 |
| RGB | rgb(120, 155, 115) |
| HSL | hsl(112.5, 16.7%, 52.9%) |
| CMYK | cmyk(22.6%, 0%, 25.8%, 39.2%) |
How do I convert grey green to HEX?
Select grey green from the color name list in our color converter. The HEX value — #789b73 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey green belong to?
grey green belongs to the green color family. It is a medium, muted color with HSL values: hue 112.5°, saturation 16.7%, lightness 52.9%.
How do I create lighter and darker shades of grey green?
Lighter variant (lightness 67.9%): #a3bb9f. Darker variant (lightness 37.9%): #557151. 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.