What is the HSL code for dark olive green?
The CSS color dark olive green in HSL format is hsl(73.8, 92.5%, 15.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark olive green in CSS?
To apply dark olive green in CSS:
- Text color: color: hsl(73.8, 92.5%, 15.7%);
- Background: background-color: hsl(73.8, 92.5%, 15.7%);
- Border: border-color: hsl(73.8, 92.5%, 15.7%);
What are all the color format values for dark olive green?
| Format | Value |
|---|---|
| HEX | #3c4d03 |
| RGB | rgb(60, 77, 3) |
| HSL | hsl(73.8, 92.5%, 15.7%) |
| CMYK | cmyk(22.1%, 0%, 96.1%, 69.8%) |
How do I convert dark olive green to HSL?
Select dark olive green from the color name list in our color converter. The HSL value — hsl(73.8, 92.5%, 15.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark olive green belong to?
dark olive green belongs to the green color family. It is a dark, vivid color with HSL values: hue 73.8°, saturation 92.5%, lightness 15.7%.
How do I create lighter and darker shades of dark olive green?
Lighter variant (lightness 30.7%): #759706. Darker variant (lightness 5%): #131901. 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.