Shades of Green #078516
Tints of Green #078516
RGB
CMYK
RGB Variations
Color information
#078516 (or 0x078516) is known color: Green. HEX triplet: 07, 85 and 16. RGB value is (7,133,22). Sum of RGB (Red+Green+Blue) = 7+133+22=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 133 (52.34% from 255 or 82.10% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 133 - color contains mainly: green. Hex color #078516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078516 is #F87AE9. Grayscale: #525252. Windows color (decimal): -16284394 or 1475847. OLE color: 1475847.
HSL color Cylindrical-coordinate representation of color #078516: hue angle of 127.14º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078516 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 22 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.48 |
| HSL | 127.14º | 0.9% | 0.27% | - |
| HSV(B) | 127.14º | 0.95% | 0.52% | - |
| XYZ | 8.62 | 16.88 | 3.56 | - |
| YUV | 82.67 | 93.76 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 22 | 0.95 | 0 | 0.83 | 0.48 | 127.14 | 0.9 | 0.27 |
| Hex | 7 | 85 | 16 | 5F | 0 | 53 | 30 | 7F | 5A | 1B |
| Octal | 7 | 205 | 26 | 137 | 0 | 123 | 60 | 177 | 132 | 33 |
| Binary | 111 | 10000101 | 10110 | 1011111 | 0 | 1010011 | 110000 | 1111111 | 1011010 | 11011 |
Color Harmonies of #078516
Complementary color
Monochromatic Colors of #078516
Black with #078516
Text Example
Text Example
White with #078516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078516; }
p { color: rgb(7,133,22); }
H1.HeaderClassName
{
color: #078516;
}
.AnyTagClassName
{
color: #078516;
}
</style>
background-color css
<style>
a { background-color: #078516; }
a { background-color: rgb(7,133,22); }
div.DivClassName
{
background-color: #078516;
}
.BgClassName
{
background-color: #078516;
}
</style>
border-color css
<style>
span { border-color: #078516; }
span { border-color: rgb(7,133,22); }
td.TdClassName
{
border-color: #078516;
}
.TagClassName
{
border-color: #078516;
}
</style>