Shades of Dark Pastel Green #07C620
Tints of Dark Pastel Green #07C620
RGB
CMYK
RGB Variations
Color information
#07C620 (or 0x07C620) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 20. RGB value is (7,198,32). Sum of RGB (Red+Green+Blue) = 7+198+32=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 198 (77.73% from 255 or 83.54% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 198 - color contains mainly: green. Hex color #07C620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C620 is #F839DF. Grayscale: #7A7A7A. Windows color (decimal): -16267744 or 2147847. OLE color: 2147847.
HSL color Cylindrical-coordinate representation of color #07C620: hue angle of 127.85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C620 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 32 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.22 |
| HSL | 127.85º | 0.93% | 0.4% | - |
| HSV(B) | 127.85º | 0.96% | 0.78% | - |
| XYZ | 20.54 | 40.54 | 8.11 | - |
| YUV | 121.97 | 77.22 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 32 | 0.96 | 0 | 0.84 | 0.22 | 127.85 | 0.93 | 0.4 |
| Hex | 7 | C6 | 20 | 60 | 0 | 54 | 16 | 80 | 5D | 28 |
| Octal | 7 | 306 | 40 | 140 | 0 | 124 | 26 | 200 | 135 | 50 |
| Binary | 111 | 11000110 | 100000 | 1100000 | 0 | 1010100 | 10110 | 10000000 | 1011101 | 101000 |
Color Harmonies of #07C620
Complementary color
Monochromatic Colors of #07C620
Black with #07C620
Text Example
Text Example
White with #07C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C620; }
p { color: rgb(7,198,32); }
H1.HeaderClassName
{
color: #07C620;
}
.AnyTagClassName
{
color: #07C620;
}
</style>
background-color css
<style>
a { background-color: #07C620; }
a { background-color: rgb(7,198,32); }
div.DivClassName
{
background-color: #07C620;
}
.BgClassName
{
background-color: #07C620;
}
</style>
border-color css
<style>
span { border-color: #07C620; }
span { border-color: rgb(7,198,32); }
td.TdClassName
{
border-color: #07C620;
}
.TagClassName
{
border-color: #07C620;
}
</style>