Shades of Dark Pastel Green #07C718
Tints of Dark Pastel Green #07C718
RGB
CMYK
RGB Variations
Color information
#07C718 (or 0x07C718) is known color: Dark Pastel Green. HEX triplet: 07, C7 and 18. RGB value is (7,199,24). Sum of RGB (Red+Green+Blue) = 7+199+24=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 199 (78.12% from 255 or 86.52% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 199 - color contains mainly: green. Hex color #07C718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C718 is #F838E7. Grayscale: #7A7A7A. Windows color (decimal): -16267496 or 1623815. OLE color: 1623815.
HSL color Cylindrical-coordinate representation of color #07C718: hue angle of 125.31º 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 #07C718 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 24 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.22 |
| HSL | 125.31º | 0.93% | 0.4% | - |
| HSV(B) | 125.31º | 0.96% | 0.78% | - |
| XYZ | 20.68 | 40.96 | 7.68 | - |
| YUV | 121.64 | 72.89 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 24 | 0.96 | 0 | 0.88 | 0.22 | 125.31 | 0.93 | 0.4 |
| Hex | 7 | C7 | 18 | 60 | 0 | 58 | 16 | 7D | 5D | 28 |
| Octal | 7 | 307 | 30 | 140 | 0 | 130 | 26 | 175 | 135 | 50 |
| Binary | 111 | 11000111 | 11000 | 1100000 | 0 | 1011000 | 10110 | 1111101 | 1011101 | 101000 |
Color Harmonies of #07C718
Complementary color
Monochromatic Colors of #07C718
Black with #07C718
Text Example
Text Example
White with #07C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C718; }
p { color: rgb(7,199,24); }
H1.HeaderClassName
{
color: #07C718;
}
.AnyTagClassName
{
color: #07C718;
}
</style>
background-color css
<style>
a { background-color: #07C718; }
a { background-color: rgb(7,199,24); }
div.DivClassName
{
background-color: #07C718;
}
.BgClassName
{
background-color: #07C718;
}
</style>
border-color css
<style>
span { border-color: #07C718; }
span { border-color: rgb(7,199,24); }
td.TdClassName
{
border-color: #07C718;
}
.TagClassName
{
border-color: #07C718;
}
</style>