Light olive to RGB — Color Code

#acbf69
Format Value
HEX #acbf69
RGB rgb(172, 191, 105)
HSL hsl(73.3, 40.2%, 58%)
CMYK cmyk(9.9%, 0%, 45%, 25.1%)
HSV hsv(73.3, 45%, 74.9%)

light olive color harmonies

Tints & shades of light olive

Tints (lighter)

#b4c577 #bbcb84 #c3d092 #cad6a0 #d2dcad #d9e2bb #e1e8c8 #e8eed6 #f0f3e4 #f7f9f1

Shades (darker)

#9cae5f #8d9c56 #7d8b4c #6d7a43 #5e6839 #4e5730 #3f4526 #2f341d #1f2313 #10110a

Contrast & accessibility

The quick brown fox

On white · 2.02:1 · Fail

The quick brown fox

On black · 10.41:1 · AAA

Recommended text color: #000000

Use light olive in code

CSS color: #acbf69;
SCSS $color: #acbf69;
Tailwind bg-[#acbf69]
Swift UIColor(red: 0.675, green: 0.749, blue: 0.412, alpha: 1)
Android Color.parseColor("#acbf69")
Flutter Color(0xFFACBF69)

Colors similar to light olive

Browse all Green colors →

What is the RGB code for light olive?

The CSS color light olive in RGB format is rgb(172, 191, 105). 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: rgb(172, 191, 105);
  • Background: background-color: rgb(172, 191, 105);
  • Border: border-color: rgb(172, 191, 105);

What are all the color format values for light olive?

FormatValue
HEX#acbf69
RGBrgb(172, 191, 105)
HSLhsl(73.3, 40.2%, 58%)
CMYKcmyk(9.9%, 0%, 45%, 25.1%)

How do I convert light olive to RGB?

Select light olive from the color name list in our color converter. The RGB value — rgb(172, 191, 105) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.