What is the CMYK code for olive drab?
The CSS color olive drab in CMYK format is cmyk(5.9%, 0%, 57.6%, 53.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use olive drab in CSS?
To apply olive drab in CSS:
- Text color: color: cmyk(5.9%, 0%, 57.6%, 53.7%);
- Background: background-color: cmyk(5.9%, 0%, 57.6%, 53.7%);
- Border: border-color: cmyk(5.9%, 0%, 57.6%, 53.7%);
What are all the color format values for olive drab?
| Format | Value |
|---|---|
| HEX | #6f7632 |
| RGB | rgb(111, 118, 50) |
| HSL | hsl(66.2, 40.5%, 32.9%) |
| CMYK | cmyk(5.9%, 0%, 57.6%, 53.7%) |
How do I convert olive drab to CMYK?
Select olive drab from the color name list in our color converter. The CMYK value — cmyk(5.9%, 0%, 57.6%, 53.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does olive drab belong to?
olive drab belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 66.2°, saturation 40.5%, lightness 32.9%.
How do I create lighter and darker shades of olive drab?
Lighter variant (lightness 47.9%): #a1ac49. Darker variant (lightness 17.9%): #3c401b. 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.