What is the HEX code for light olive?
The CSS color light olive in HEX format is #acbf69. Use this value directly in CSS, SVG, and most design tools.
How do I use light olive in CSS?
To apply light olive in CSS:
- Text color: color: #acbf69;
- Background: background-color: #acbf69;
- Border: border-color: #acbf69;
What are all the color format values for light olive?
| Format | Value |
|---|---|
| HEX | #acbf69 |
| RGB | rgb(172, 191, 105) |
| HSL | hsl(73.3, 40.2%, 58%) |
| CMYK | cmyk(9.9%, 0%, 45%, 25.1%) |
How do I convert light olive to HEX?
Select light olive from the color name list in our color converter. The HEX value — #acbf69 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light olive belong to?
light olive belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 73.3°, saturation 40.2%, lightness 58%.
How do I create lighter and darker shades of light olive?
Lighter variant (lightness 73%): #cad69e. Darker variant (lightness 43%): #869a42. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.