What is the HSL code for olive drab?
The CSS color olive drab in HSL format is hsl(66.2, 40.5%, 32.9%). 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: hsl(66.2, 40.5%, 32.9%);
- Background: background-color: hsl(66.2, 40.5%, 32.9%);
- Border: border-color: hsl(66.2, 40.5%, 32.9%);
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 HSL?
Select olive drab from the color name list in our color converter. The HSL value — hsl(66.2, 40.5%, 32.9%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.