#07B666
A dark, vivid green closely aligning with Mediumseagreen.
About #07B666
Visually, #07B666 is defined as a vivid green. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 7 red, 182 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 44% Y, and 29% K. With a hue angle of 152.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07B666
RGB7, 182, 102
HSL152.6°, 92.6%, 37.1%
CMYK96%, 0%, 44%, 29%
HSV152.6°, 96.2%, 71.4%
LAB65.3, -57.1, 30.0
XYZ19.2, 34.5, 18.2
Decimal505446
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B666;
}
.text-color {
color: #07B666;
}
.border-color {
border: 2px solid #07B666;
}