#556B2F
darkolivegreen
#556B2F is a green colour. In RGB it is 85 red, 107 green and 47 blue, which converts to a hue of 82 degrees, 39% saturation and 30% lightness. It is one of the named CSS colours, written as darkolivegreen in stylesheets.
Color values
| HEX | #556B2F |
|---|---|
| RGB | rgb(85, 107, 47) |
| HSL | hsl(82, 39%, 30%) |
| HSV | hsv(82, 56%, 42%) |
| CMYK | cmyk(21%, 0%, 56%, 58%) |
Contrast and accessibility
Against white the contrast ratio is 5.95:1, and against black it is 3.53: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 | 5.95:1 | AA | AAA |
| Black | 3.53:1 | Fail | AA |
Tints and shades
Lighter tints move #556B2F toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #556B2F; |
|---|---|
| CSS rgb() | color: rgb(85 107 47); |
| Tailwind | bg-[#556b2f] |
| SwiftUI | Color(red: 0.333, green: 0.420, blue: 0.184) |
| Android | Color.parseColor("#556B2F") |