#6D920F
A dark, vivid green closely aligning with Olivedrab.
About #6D920F
At its core, #6D920F is a dark and vivid hue. 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 15.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 25% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D920F
RGB109, 146, 15
HSL76.9°, 81.4%, 31.6%
CMYK25%, 0%, 90%, 43%
HSV76.9°, 89.7%, 57.3%
LAB55.9, -30.2, 56.6
XYZ16.7, 23.8, 4.2
Decimal7180815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.77:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D920F;
}
.text-color {
color: #6D920F;
}
.border-color {
border: 2px solid #6D920F;
}