Shades of Green #078710
Tints of Green #078710
RGB
CMYK
RGB Variations
Color information
#078710 (or 0x078710) is known color: Green. HEX triplet: 07, 87 and 10. RGB value is (7,135,16). Sum of RGB (Red+Green+Blue) = 7+135+16=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 135 (53.12% from 255 or 85.44% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 135 - color contains mainly: green. Hex color #078710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078710 is #F878EF. Grayscale: #535353. Windows color (decimal): -16283888 or 1083143. OLE color: 1083143.
HSL color Cylindrical-coordinate representation of color #078710: hue angle of 124.22º 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 #078710 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 16 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.47 |
| HSL | 124.22º | 0.9% | 0.28% | - |
| HSV(B) | 124.22º | 0.95% | 0.53% | - |
| XYZ | 8.85 | 17.41 | 3.38 | - |
| YUV | 83.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 16 | 0.95 | 0 | 0.88 | 0.47 | 124.22 | 0.9 | 0.28 |
| Hex | 7 | 87 | 10 | 5F | 0 | 58 | 2F | 7C | 5A | 1C |
| Octal | 7 | 207 | 20 | 137 | 0 | 130 | 57 | 174 | 132 | 34 |
| Binary | 111 | 10000111 | 10000 | 1011111 | 0 | 1011000 | 101111 | 1111100 | 1011010 | 11100 |
Color Harmonies of #078710
Complementary color
Monochromatic Colors of #078710
Black with #078710
Text Example
Text Example
White with #078710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078710; }
p { color: rgb(7,135,16); }
H1.HeaderClassName
{
color: #078710;
}
.AnyTagClassName
{
color: #078710;
}
</style>
background-color css
<style>
a { background-color: #078710; }
a { background-color: rgb(7,135,16); }
div.DivClassName
{
background-color: #078710;
}
.BgClassName
{
background-color: #078710;
}
</style>
border-color css
<style>
span { border-color: #078710; }
span { border-color: rgb(7,135,16); }
td.TdClassName
{
border-color: #078710;
}
.TagClassName
{
border-color: #078710;
}
</style>