Bottle green color: code #006A4E
Bottle green
#006A4E
Color codes
- HEX
#006A4E - RGB
rgb(0, 106, 78) - HSL
hsl(164, 100%, 21%) - HSV
hsv(164, 100%, 42%) - CMYK
cmyk(100%, 0%, 26%, 58%) - LAB
lab(39.3% -33.8 8.4) - OKLCH
oklch(46.5% 0.095 167)
About the color Bottle green
Bottle green has the HEX code #006A4E, which corresponds to rgb(0, 106, 78) in the RGB model. On the color wheel its hue sits at 164°, with 100% saturation and 21% lightness (hsl(164, 100%, 21%)).
Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.
As a background it calls for light text: white reaches a 6.62:1 contrast ratio on it, versus 3.17:1 for black.
For print, the approximate conversion is cmyk(100%, 0%, 26%, 58%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Bottle green
Complementary
#006A4E · #6B001D
Analogous
#006B19 · #006A4E · #00526B
Triadic
#006A4E · #4F006B · #6B4F00
Tetradic
#006A4E · #19006B · #6B001D · #526B00
Split-complementary
#006A4E · #6B0052 · #6B1900
Monochromatic
#000000 · #003829 · #006A4E · #00B887 · #05FFBC
Bottle green with white and black text
How to use it in CSS
:root {
--color-bottle-green: #006A4E;
--color-bottle-green-rgb: 0, 106, 78;
}
.elemento {
background-color: var(--color-bottle-green);
color: #FFFFFF;
}