What is the HEX code for greeny grey?
The CSS color greeny grey in HEX format is #7ea07a. Use this value directly in CSS, SVG, and most design tools.
How do I use greeny grey in CSS?
To apply greeny grey in CSS:
- Text color: color: #7ea07a;
- Background: background-color: #7ea07a;
- Border: border-color: #7ea07a;
What are all the color format values for greeny grey?
| Format | Value |
|---|---|
| HEX | #7ea07a |
| RGB | rgb(126, 160, 122) |
| HSL | hsl(113.7, 16.7%, 55.3%) |
| CMYK | cmyk(21.2%, 0%, 23.7%, 37.3%) |
How do I convert greeny grey to HEX?
Select greeny grey from the color name list in our color converter. The HEX value — #7ea07a — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greeny grey belong to?
greeny grey belongs to the green color family. It is a medium, muted color with HSL values: hue 113.7°, saturation 16.7%, lightness 55.3%.
How do I create lighter and darker shades of greeny grey?
Lighter variant (lightness 70.3%): #a9c0a7. Darker variant (lightness 40.3%): #597856. 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.