What is the HEX code for greyish green?
The CSS color greyish green in HEX format is #82a67d. Use this value directly in CSS, SVG, and most design tools.
How do I use greyish green in CSS?
To apply greyish green in CSS:
- Text color: color: #82a67d;
- Background: background-color: #82a67d;
- Border: border-color: #82a67d;
What are all the color format values for greyish green?
| Format | Value |
|---|---|
| HEX | #82a67d |
| RGB | rgb(130, 166, 125) |
| HSL | hsl(112.7, 18.7%, 57.1%) |
| CMYK | cmyk(21.7%, 0%, 24.7%, 34.9%) |
How do I convert greyish green to HEX?
Select greyish green from the color name list in our color converter. The HEX value — #82a67d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish green belong to?
greyish green belongs to the green color family. It is a medium, muted color with HSL values: hue 112.7°, saturation 18.7%, lightness 57.1%.
How do I create lighter and darker shades of greyish green?
Lighter variant (lightness 72.1%): #aec5ab. Darker variant (lightness 42.1%): #5c7f57. 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.