What is the HEX code for brown green?
The CSS color brown green in HEX format is #706c11. Use this value directly in CSS, SVG, and most design tools.
How do I use brown green in CSS?
To apply brown green in CSS:
- Text color: color: #706c11;
- Background: background-color: #706c11;
- Border: border-color: #706c11;
What are all the color format values for brown green?
| Format | Value |
|---|---|
| HEX | #706c11 |
| RGB | rgb(112, 108, 17) |
| HSL | hsl(57.5, 73.6%, 25.3%) |
| CMYK | cmyk(0%, 3.6%, 84.8%, 56.1%) |
How do I convert brown green to HEX?
Select brown green from the color name list in our color converter. The HEX value — #706c11 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brown green belong to?
brown green belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 57.5°, saturation 73.6%, lightness 25.3%.
How do I create lighter and darker shades of brown green?
Lighter variant (lightness 40.3%): #b2ac1b. Darker variant (lightness 10.3%): #2e2c07. 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.