#57750F
A dark, vivid green closely aligning with Olivedrab.
About #57750F
The hex code #57750F represents a beautifully specific shade of green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 87 red, 117 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 26% Cyan, 0% Magenta, 87% Yellow, and 54% Black. With a hue angle of 77.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57750F
RGB87, 117, 15
HSL77.6°, 77.3%, 25.9%
CMYK26%, 0%, 87%, 54%
HSV77.6°, 87.2%, 45.9%
LAB45.3, -25.4, 47.0
XYZ10.4, 14.8, 2.8
Decimal5731599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.31:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #57750F;
}
.text-color {
color: #57750F;
}
.border-color {
border: 2px solid #57750F;
}