#6B8E23
olivedrab
#6B8E23 is a green colour. In RGB it is 107 red, 142 green and 35 blue, which converts to a hue of 80 degrees, 60% saturation and 35% lightness. It is one of the named CSS colours, written as olivedrab in stylesheets.
Color values
| HEX | #6B8E23 |
|---|---|
| RGB | rgb(107, 142, 35) |
| HSL | hsl(80, 60%, 35%) |
| HSV | hsv(80, 75%, 56%) |
| CMYK | cmyk(25%, 0%, 75%, 44%) |
Contrast and accessibility
Against white the contrast ratio is 3.81:1, and against black it is 5.52:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.81:1 | Fail | AA |
| Black | 5.52:1 | AA | AAA |
Tints and shades
Lighter tints move #6B8E23 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #6B8E23; |
|---|---|
| CSS rgb() | color: rgb(107 142 35); |
| Tailwind | bg-[#6b8e23] |
| SwiftUI | Color(red: 0.420, green: 0.557, blue: 0.137) |
| Android | Color.parseColor("#6B8E23") |