#507507
A dark, vivid green closely aligning with Olivedrab.
About #507507
Visually, #507507 is defined as a vivid green. Designers often compare it to the standard color Olivedrab. In the RGB color space, it consists of 80 red, 117 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 32% C, 0% M, 94% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#507507
RGB80, 117, 7
HSL80.2°, 88.7%, 24.3%
CMYK32%, 0%, 94%, 54%
HSV80.2°, 94.0%, 45.9%
LAB44.9, -28.6, 48.3
XYZ9.7, 14.4, 2.5
Decimal5272839
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.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507507;
}
.text-color {
color: #507507;
}
.border-color {
border: 2px solid #507507;
}