What is the HEX code for greeny brown?
The CSS color greeny brown in HEX format is #696006. Use this value directly in CSS, SVG, and most design tools.
How do I use greeny brown in CSS?
To apply greeny brown in CSS:
- Text color: color: #696006;
- Background: background-color: #696006;
- Border: border-color: #696006;
What are all the color format values for greeny brown?
| Format | Value |
|---|---|
| HEX | #696006 |
| RGB | rgb(105, 96, 6) |
| HSL | hsl(54.5, 89.2%, 21.8%) |
| CMYK | cmyk(0%, 8.6%, 94.3%, 58.8%) |
How do I convert greeny brown to HEX?
Select greeny brown from the color name list in our color converter. The HEX value — #696006 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greeny brown belong to?
greeny brown belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 54.5°, saturation 89.2%, lightness 21.8%.
How do I create lighter and darker shades of greeny brown?
Lighter variant (lightness 36.8%): #b2a20a. Darker variant (lightness 6.800000000000001%): #211e02. 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.