What is the HEX code for off green?
The CSS color off green in HEX format is #6ba353. Use this value directly in CSS, SVG, and most design tools.
How do I use off green in CSS?
To apply off green in CSS:
- Text color: color: #6ba353;
- Background: background-color: #6ba353;
- Border: border-color: #6ba353;
What are all the color format values for off green?
| Format | Value |
|---|---|
| HEX | #6ba353 |
| RGB | rgb(107, 163, 83) |
| HSL | hsl(102, 32.5%, 48.2%) |
| CMYK | cmyk(34.4%, 0%, 49.1%, 36.1%) |
How do I convert off green to HEX?
Select off green from the color name list in our color converter. The HEX value — #6ba353 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does off green belong to?
off green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 102°, saturation 32.5%, lightness 48.2%.
How do I create lighter and darker shades of off green?
Lighter variant (lightness 63.2%): #95c083. Darker variant (lightness 33.2%): #4a7039. 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.