Shades of Dark Pastel Green #07C611
Tints of Dark Pastel Green #07C611
RGB
CMYK
RGB Variations
Color information
#07C611 (or 0x07C611) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 11. RGB value is (7,198,17). Sum of RGB (Red+Green+Blue) = 7+198+17=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 198 (77.73% from 255 or 89.19% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 198 - color contains mainly: green. Hex color #07C611 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C611 is #F839EE. Grayscale: #787878. Windows color (decimal): -16267759 or 1164807. OLE color: 1164807.
HSL color Cylindrical-coordinate representation of color #07C611: hue angle of 123.14º 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 #07C611 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 17 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.22 |
| HSL | 123.14º | 0.93% | 0.4% | - |
| HSV(B) | 123.14º | 0.96% | 0.78% | - |
| XYZ | 20.38 | 40.47 | 7.27 | - |
| YUV | 120.26 | 69.72 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 17 | 0.96 | 0 | 0.91 | 0.22 | 123.14 | 0.93 | 0.4 |
| Hex | 7 | C6 | 11 | 60 | 0 | 5B | 16 | 7B | 5D | 28 |
| Octal | 7 | 306 | 21 | 140 | 0 | 133 | 26 | 173 | 135 | 50 |
| Binary | 111 | 11000110 | 10001 | 1100000 | 0 | 1011011 | 10110 | 1111011 | 1011101 | 101000 |
Color Harmonies of #07C611
Complementary color
Monochromatic Colors of #07C611
Black with #07C611
Text Example
Text Example
White with #07C611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C611; }
p { color: rgb(7,198,17); }
H1.HeaderClassName
{
color: #07C611;
}
.AnyTagClassName
{
color: #07C611;
}
</style>
background-color css
<style>
a { background-color: #07C611; }
a { background-color: rgb(7,198,17); }
div.DivClassName
{
background-color: #07C611;
}
.BgClassName
{
background-color: #07C611;
}
</style>
border-color css
<style>
span { border-color: #07C611; }
span { border-color: rgb(7,198,17); }
td.TdClassName
{
border-color: #07C611;
}
.TagClassName
{
border-color: #07C611;
}
</style>