#5F830F
A dark, vivid green closely aligning with Olivedrab.
About #5F830F
Visually, #5F830F is defined as a vivid green. Its closest recognized web color is Olivedrab. This translates to an RGB value of rgb(95, 131, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 0% magenta, 89% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 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#5F830F
RGB95, 131, 15
HSL78.6°, 79.5%, 28.6%
CMYK27%, 0%, 89%, 49%
HSV78.6°, 88.5%, 51.4%
LAB50.3, -28.8, 51.5
XYZ12.9, 18.7, 3.4
Decimal6259471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F830F;
}
.text-color {
color: #5F830F;
}
.border-color {
border: 2px solid #5F830F;
}