Shades of Dark Pastel Green #07C711
Tints of Dark Pastel Green #07C711
RGB
CMYK
RGB Variations
Color information
#07C711 (or 0x07C711) is known color: Dark Pastel Green. HEX triplet: 07, C7 and 11. RGB value is (7,199,17). Sum of RGB (Red+Green+Blue) = 7+199+17=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 199 (78.12% from 255 or 89.24% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 199 - color contains mainly: green. Hex color #07C711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C711 is #F838EE. Grayscale: #797979. Windows color (decimal): -16267503 or 1165063. OLE color: 1165063.
HSL color Cylindrical-coordinate representation of color #07C711: hue angle of 123.12º 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 #07C711 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 17 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.22 |
| HSL | 123.13º | 0.93% | 0.4% | - |
| HSV(B) | 123.13º | 0.96% | 0.78% | - |
| XYZ | 20.61 | 40.93 | 7.34 | - |
| YUV | 120.84 | 69.39 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 17 | 0.96 | 0 | 0.91 | 0.22 | 123.13 | 0.93 | 0.4 |
| Hex | 7 | C7 | 11 | 60 | 0 | 5B | 16 | 7B | 5D | 28 |
| Octal | 7 | 307 | 21 | 140 | 0 | 133 | 26 | 173 | 135 | 50 |
| Binary | 111 | 11000111 | 10001 | 1100000 | 0 | 1011011 | 10110 | 1111011 | 1011101 | 101000 |
Color Harmonies of #07C711
Complementary color
Monochromatic Colors of #07C711
Black with #07C711
Text Example
Text Example
White with #07C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C711; }
p { color: rgb(7,199,17); }
H1.HeaderClassName
{
color: #07C711;
}
.AnyTagClassName
{
color: #07C711;
}
</style>
background-color css
<style>
a { background-color: #07C711; }
a { background-color: rgb(7,199,17); }
div.DivClassName
{
background-color: #07C711;
}
.BgClassName
{
background-color: #07C711;
}
</style>
border-color css
<style>
span { border-color: #07C711; }
span { border-color: rgb(7,199,17); }
td.TdClassName
{
border-color: #07C711;
}
.TagClassName
{
border-color: #07C711;
}
</style>