What color is Avocado Green?
Avocado green is a dark, muted yellow-green with strong earthy undertones, hex #568203, close to the skin of a ripe avocado. The color has a dry, slightly dusty quality that keeps it from reading as bright or lime-like.
What is the meaning of the color Avocado Green?
Named directly after the avocado fruit, the color gained its strongest cultural foothold in the late 1960s and 1970s, when it became a standard finish for kitchen appliances across the United States. Manufacturers including General Electric and Whirlpool offered avocado green as a premium color option alongside harvest gold, positioning both as modern alternatives to white. The shade appeared in the 1972 Sears catalog as a featured appliance color, reflecting the decade’s preference for earthy, nature-adjacent interiors. It has since become a documented marker of 1970s American domestic design, referenced in museum collections including the Henry Ford.
What colors go with Avocado Green?
Colors that pair well with Avocado green include:
Cream: soft, warm contrast
Burnt orange: bold earthy warmth
Navy blue: sharp, grounding depth
Tan: quiet, natural balance
Mustard yellow: rich tonal harmony
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #568203 |
color: #568203;
|
| RGB | 86, 130, 3 |
color: rgb(86, 130, 3);
|
| RGB Percentage | 34%, 51%, 1% |
color: rgb(34%, 51%, 1%);
|
| CMYK | 34%, 0%, 98%, 49% | Not supported in CSS |
| HSL | 81°, 95%, 26% |
color: hsl(81, 95%, 26%);
|
| HSV | 81°, 98%, 51% | Not supported in CSS |
| CIE-LAB | 21, -9, 42 |
color: lab(21% -9 42);
|
| Decimal | 5669379 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.avocado-green {
color: #568203;
}
$avocado-green: #568203;
rgb(86, 130, 3)