What is the HEX code for greenish grey?
The CSS color greenish grey in HEX format is #96ae8d. Use this value directly in CSS, SVG, and most design tools.
How do I use greenish grey in CSS?
To apply greenish grey in CSS:
- Text color: color: #96ae8d;
- Background: background-color: #96ae8d;
- Border: border-color: #96ae8d;
What are all the color format values for greenish grey?
| Format | Value |
|---|---|
| HEX | #96ae8d |
| RGB | rgb(150, 174, 141) |
| HSL | hsl(103.6, 16.9%, 61.8%) |
| CMYK | cmyk(13.8%, 0%, 19%, 31.8%) |
How do I convert greenish grey to HEX?
Select greenish grey from the color name list in our color converter. The HEX value — #96ae8d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenish grey belong to?
greenish grey belongs to the green color family. It is a medium, muted color with HSL values: hue 103.6°, saturation 16.9%, lightness 61.8%.
How do I create lighter and darker shades of greenish grey?
Lighter variant (lightness 76.8%): #bfceba. Darker variant (lightness 46.8%): #6e8c63. 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.