#508A07
A dark, vivid green closely aligning with Olivedrab.
About #508A07
The hex code #508A07 represents a beautifully specific shade of green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 80 red, 138 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 42% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#508A07
RGB80, 138, 7
HSL86.6°, 90.3%, 28.4%
CMYK42%, 0%, 95%, 46%
HSV86.6°, 94.9%, 54.1%
LAB51.7, -38.1, 53.9
XYZ12.4, 19.9, 3.4
Decimal5278215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508A07;
}
.text-color {
color: #508A07;
}
.border-color {
border: 2px solid #508A07;
}