Shades of Green #078718
Tints of Green #078718
RGB
CMYK
RGB Variations
Color information
#078718 (or 0x078718) is known color: Green. HEX triplet: 07, 87 and 18. RGB value is (7,135,24). Sum of RGB (Red+Green+Blue) = 7+135+24=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 135 (53.12% from 255 or 81.33% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 135 - color contains mainly: green. Hex color #078718 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078718 is #F878E7. Grayscale: #545454. Windows color (decimal): -16283880 or 1607431. OLE color: 1607431.
HSL color Cylindrical-coordinate representation of color #078718: hue angle of 127.97º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078718 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 24 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.47 |
| HSL | 127.97º | 0.9% | 0.28% | - |
| HSV(B) | 127.97º | 0.95% | 0.53% | - |
| XYZ | 8.92 | 17.44 | 3.76 | - |
| YUV | 84.07 | 94.09 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 24 | 0.95 | 0 | 0.82 | 0.47 | 127.97 | 0.9 | 0.28 |
| Hex | 7 | 87 | 18 | 5F | 0 | 52 | 2F | 80 | 5A | 1C |
| Octal | 7 | 207 | 30 | 137 | 0 | 122 | 57 | 200 | 132 | 34 |
| Binary | 111 | 10000111 | 11000 | 1011111 | 0 | 1010010 | 101111 | 10000000 | 1011010 | 11100 |
Color Harmonies of #078718
Complementary color
Monochromatic Colors of #078718
Black with #078718
Text Example
Text Example
White with #078718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078718; }
p { color: rgb(7,135,24); }
H1.HeaderClassName
{
color: #078718;
}
.AnyTagClassName
{
color: #078718;
}
</style>
background-color css
<style>
a { background-color: #078718; }
a { background-color: rgb(7,135,24); }
div.DivClassName
{
background-color: #078718;
}
.BgClassName
{
background-color: #078718;
}
</style>
border-color css
<style>
span { border-color: #078718; }
span { border-color: rgb(7,135,24); }
td.TdClassName
{
border-color: #078718;
}
.TagClassName
{
border-color: #078718;
}
</style>