#07B649
A dark, vivid green closely aligning with Forestgreen.
About #07B649
Visually, #07B649 is defined as a vivid green. Designers often compare it to the standard color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 182, and 73.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 60% Y, and 29% K. With a hue angle of 142.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#07B649
RGB7, 182, 73
HSL142.6°, 92.6%, 37.1%
CMYK96%, 0%, 60%, 29%
HSV142.6°, 96.2%, 71.4%
LAB64.9, -61.7, 43.9
XYZ18.0, 34.0, 11.9
Decimal505417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B649;
}
.text-color {
color: #07B649;
}
.border-color {
border: 2px solid #07B649;
}