What is the HSL code for light olive green?
The CSS color light olive green in HSL format is hsl(75.9, 43%, 55.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use light olive green in CSS?
To apply light olive green in CSS:
- Text color: color: hsl(75.9, 43%, 55.3%);
- Background: background-color: hsl(75.9, 43%, 55.3%);
- Border: border-color: hsl(75.9, 43%, 55.3%);
What are all the color format values for light olive green?
| Format | Value |
|---|---|
| HEX | #a4be5c |
| RGB | rgb(164, 190, 92) |
| HSL | hsl(75.9, 43%, 55.3%) |
| CMYK | cmyk(13.7%, 0%, 51.6%, 25.5%) |
How do I convert light olive green to HSL?
Select light olive green from the color name list in our color converter. The HSL value — hsl(75.9, 43%, 55.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light olive green belong to?
light olive green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 75.9°, saturation 43%, lightness 55.3%.
How do I create lighter and darker shades of light olive green?
Lighter variant (lightness 70.3%): #c3d493. Darker variant (lightness 40.3%): #7c933b. 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.