Shades of Green #078816
Tints of Green #078816
RGB
CMYK
RGB Variations
Color information
#078816 (or 0x078816) is known color: Green. HEX triplet: 07, 88 and 16. RGB value is (7,136,22). Sum of RGB (Red+Green+Blue) = 7+136+22=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 136 (53.52% from 255 or 82.42% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 136 - color contains mainly: green. Hex color #078816 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078816 is #F877E9. Grayscale: #545454. Windows color (decimal): -16283626 or 1476615. OLE color: 1476615.
HSL color Cylindrical-coordinate representation of color #078816: hue angle of 126.98º 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 #078816 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 22 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.47 |
| HSL | 126.98º | 0.9% | 0.28% | - |
| HSV(B) | 126.98º | 0.95% | 0.53% | - |
| XYZ | 9.04 | 17.71 | 3.7 | - |
| YUV | 84.43 | 92.76 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 22 | 0.95 | 0 | 0.84 | 0.47 | 126.98 | 0.9 | 0.28 |
| Hex | 7 | 88 | 16 | 5F | 0 | 54 | 2F | 7F | 5A | 1C |
| Octal | 7 | 210 | 26 | 137 | 0 | 124 | 57 | 177 | 132 | 34 |
| Binary | 111 | 10001000 | 10110 | 1011111 | 0 | 1010100 | 101111 | 1111111 | 1011010 | 11100 |
Color Harmonies of #078816
Complementary color
Monochromatic Colors of #078816
Black with #078816
Text Example
Text Example
White with #078816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078816; }
p { color: rgb(7,136,22); }
H1.HeaderClassName
{
color: #078816;
}
.AnyTagClassName
{
color: #078816;
}
</style>
background-color css
<style>
a { background-color: #078816; }
a { background-color: rgb(7,136,22); }
div.DivClassName
{
background-color: #078816;
}
.BgClassName
{
background-color: #078816;
}
</style>
border-color css
<style>
span { border-color: #078816; }
span { border-color: rgb(7,136,22); }
td.TdClassName
{
border-color: #078816;
}
.TagClassName
{
border-color: #078816;
}
</style>