What is the CMYK code for brown green?
The CSS color brown green in CMYK format is cmyk(0%, 3.6%, 84.8%, 56.1%). 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: cmyk(0%, 3.6%, 84.8%, 56.1%);
- Background: background-color: cmyk(0%, 3.6%, 84.8%, 56.1%);
- Border: border-color: cmyk(0%, 3.6%, 84.8%, 56.1%);
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 CMYK?
Select brown green from the color name list in our color converter. The CMYK value — cmyk(0%, 3.6%, 84.8%, 56.1%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.