Shades of Green #078805
Tints of Green #078805
RGB
CMYK
RGB Variations
Color information
#078805 (or 0x078805) is known color: Green. HEX triplet: 07, 88 and 05. RGB value is (7,136,5). Sum of RGB (Red+Green+Blue) = 7+136+5=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 136 (53.52% from 255 or 91.89% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 136 - color contains mainly: green. Hex color #078805 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078805 is #F877FA. Grayscale: #525252. Windows color (decimal): -16283643 or 362503. OLE color: 362503.
HSL color Cylindrical-coordinate representation of color #078805: hue angle of 119.08º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078805 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 5 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.47 |
| HSL | 119.08º | 0.93% | 0.28% | - |
| HSV(B) | 119.08º | 0.96% | 0.53% | - |
| XYZ | 8.92 | 17.66 | 3.08 | - |
| YUV | 82.5 | 84.26 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 5 | 0.95 | 0 | 0.96 | 0.47 | 119.08 | 0.93 | 0.28 |
| Hex | 7 | 88 | 5 | 5F | 0 | 60 | 2F | 77 | 5D | 1C |
| Octal | 7 | 210 | 5 | 137 | 0 | 140 | 57 | 167 | 135 | 34 |
| Binary | 111 | 10001000 | 101 | 1011111 | 0 | 1100000 | 101111 | 1110111 | 1011101 | 11100 |
Color Harmonies of #078805
Complementary color
Monochromatic Colors of #078805
Black with #078805
Text Example
Text Example
White with #078805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078805; }
p { color: rgb(7,136,5); }
H1.HeaderClassName
{
color: #078805;
}
.AnyTagClassName
{
color: #078805;
}
</style>
background-color css
<style>
a { background-color: #078805; }
a { background-color: rgb(7,136,5); }
div.DivClassName
{
background-color: #078805;
}
.BgClassName
{
background-color: #078805;
}
</style>
border-color css
<style>
span { border-color: #078805; }
span { border-color: rgb(7,136,5); }
td.TdClassName
{
border-color: #078805;
}
.TagClassName
{
border-color: #078805;
}
</style>