#6DAF49
A medium, moderate green closely aligning with Olivedrab.
About #6DAF49
Visually, #6DAF49 is defined as a moderate green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 109 red, 175 green, and 73 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 38% cyan, 0% magenta, 58% yellow, and 31% black. With a hue angle of 98.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DAF49
RGB109, 175, 73
HSL98.8°, 41.1%, 48.6%
CMYK38%, 0%, 58%, 31%
HSV98.8°, 58.3%, 68.6%
LAB65.3, -39.5, 44.9
XYZ22.8, 34.4, 11.7
Decimal7188297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6DAF49;
}
.text-color {
color: #6DAF49;
}
.border-color {
border: 2px solid #6DAF49;
}