Olivine (#9AB973)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.20:1 — vs black: 9.56:1

Color values

  • HEX #9AB973
  • RGB rgb(154, 185, 115)
  • HSL hsl(86, 37%, 72%)
  • CMYK cmyk( 16.76, 0, 37.84, 27.45 )
  • Websafe #99CC66

Tags

Mood

No tags yet.

Style

No tags yet.

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #9AB973 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Olivine
#9AB973 Base
#9273B9
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Olivine
#9AB973 Base
#B9B573
#77B973
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Olivine
#9AB973 Base
#739AB9
#B9739A
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Olivine
#9AB973 Base
#7377B9
#B573B9
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Olivine
#9AB973 Base
#73B9B5
#9273B9
#B97377
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Olivine
#9AB973 Base
#4C6231
#74954A
#86AB58
#AEC78E
#BFD2A6
#E4ECD9
Shades & Tints

Darker shades and lighter tints of Olivine, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0D1109
#2A361B
#465A2D
#637F3F
#7FA352
Olivine #9AB973 Base
#ACC58C
#BDD2A4
#CFDEBD
#E1EAD5
#F3F6EE
CSS & SCSS Snippets

Ready-to-use code snippets for #9AB973. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #9AB973;
}

/* Text */
.element {
    color: #9AB973;
}

/* Border */
.element {
    border: 1px solid #9AB973;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #9AB973,
        #B69FD3
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #9AB973,
        #B69FD3
    );
}
SCSS Variable
// SCSS variable
$olivine: #9AB973;

// With RGB channels (useful for rgba() usage)
$olivine-r: 154;
$olivine-g: 185;
$olivine-b: 115;

// Usage
.element {
    background-color: $olivine;
    color: rgba($olivine-r, $olivine-g, $olivine-b, 0.8);
}
Color Blindness Simulation

How Olivine appears to people with different types of color vision deficiency.

Normal Vision #9AB973 How the color appears with full color vision.
Deuteranopia #B1B174 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #B6B673 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #A3B2B2 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #AFAFAF Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Olivine ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Olivine #9AB973 Base
Pistachio #93C572 ΔE 4.31
Dollar Bill #85BB65 ΔE 4.52
Asparagus #87A96B ΔE 5.07
Bud Green #7BB661 ΔE 5.63

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.