#6D923A
A medium, moderate green closely aligning with Olivedrab.
About #6D923A
Visually, #6D923A is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 146, and 58.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 25% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D923A
RGB109, 146, 58
HSL85.2°, 43.1%, 40.0%
CMYK25%, 0%, 60%, 43%
HSV85.2°, 60.3%, 57.3%
LAB56.2, -27.6, 41.6
XYZ17.3, 24.1, 7.7
Decimal7180858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D923A;
}
.text-color {
color: #6D923A;
}
.border-color {
border: 2px solid #6D923A;
}