#839950
A medium, moderate green closely aligning with Olivedrab.
About #839950
Visually, #839950 is defined as a moderate green. Its closest recognized web color is Olivedrab. Its digital footprint relies on 131 parts red, 153 parts green, and 80 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 14% cyan, 0% magenta, 48% yellow, and 40% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#839950
RGB131, 153, 80
HSL78.1°, 31.3%, 45.7%
CMYK14%, 0%, 48%, 40%
HSV78.1°, 47.7%, 60.0%
LAB60.1, -19.9, 35.6
XYZ22.2, 28.2, 11.9
Decimal8624464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #839950;
}
.text-color {
color: #839950;
}
.border-color {
border: 2px solid #839950;
}