#507C07
A dark, vivid green closely aligning with Olivedrab.
About #507C07
Visually, #507C07 is defined as a vivid green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 80 red, 124 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 35% Cyan, 0% Magenta, 94% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#507C07
RGB80, 124, 7
HSL82.6°, 89.3%, 25.7%
CMYK35%, 0%, 94%, 51%
HSV82.6°, 94.4%, 48.6%
LAB47.2, -31.9, 50.1
XYZ10.6, 16.1, 2.8
Decimal5274631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C07;
}
.text-color {
color: #507C07;
}
.border-color {
border: 2px solid #507C07;
}