What is the RGB code for brown green?
The CSS color brown green in RGB format is rgb(112, 108, 17). 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: rgb(112, 108, 17);
- Background: background-color: rgb(112, 108, 17);
- Border: border-color: rgb(112, 108, 17);
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 RGB?
Select brown green from the color name list in our color converter. The RGB value — rgb(112, 108, 17) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.