#7CBD66
A medium, moderate green closely aligning with Mediumseagreen.
About #7CBD66
At its core, #7CBD66 is a medium and moderate hue. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(124, 189, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 34% cyan and 0% magenta inks. With a hue angle of 104.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CBD66
RGB124, 189, 102
HSL104.8°, 39.7%, 57.1%
CMYK34%, 0%, 46%, 26%
HSV104.8°, 46.0%, 74.1%
LAB70.6, -37.1, 37.4
XYZ28.9, 41.6, 19.1
Decimal8174950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBD66;
}
.text-color {
color: #7CBD66;
}
.border-color {
border: 2px solid #7CBD66;
}