#507500
A dark, vivid green closely aligning with Olivedrab.
About #507500
At its core, #507500 is a dark and vivid hue. Designers often compare it to the standard color Olivedrab. In the RGB color space, it consists of 80 red, 117 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 0% Magenta, 100% Yellow, and 54% Black. The HSL representation is 79.0° hue, 100.0% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#507500
RGB80, 117, 0
HSL79.0°, 100.0%, 22.9%
CMYK32%, 0%, 100%, 54%
HSV79.0°, 100.0%, 45.9%
LAB44.8, -28.8, 49.8
XYZ9.7, 14.4, 2.3
Decimal5272832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507500;
}
.text-color {
color: #507500;
}
.border-color {
border: 2px solid #507500;
}