Shades of Green #078708
Tints of Green #078708
RGB
CMYK
RGB Variations
Color information
#078708 (or 0x078708) is known color: Green. HEX triplet: 07, 87 and 08. RGB value is (7,135,8). Sum of RGB (Red+Green+Blue) = 7+135+8=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 135 (53.12% from 255 or 90% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 135 - color contains mainly: green. Hex color #078708 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078708 is #F878F7. Grayscale: #525252. Windows color (decimal): -16283896 or 558855. OLE color: 558855.
HSL color Cylindrical-coordinate representation of color #078708: hue angle of 120.47º 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 #078708 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 8 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.47 |
| HSL | 120.47º | 0.9% | 0.28% | - |
| HSV(B) | 120.47º | 0.95% | 0.53% | - |
| XYZ | 8.8 | 17.39 | 3.12 | - |
| YUV | 82.25 | 86.09 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 8 | 0.95 | 0 | 0.94 | 0.47 | 120.47 | 0.9 | 0.28 |
| Hex | 7 | 87 | 8 | 5F | 0 | 5E | 2F | 78 | 5A | 1C |
| Octal | 7 | 207 | 10 | 137 | 0 | 136 | 57 | 170 | 132 | 34 |
| Binary | 111 | 10000111 | 1000 | 1011111 | 0 | 1011110 | 101111 | 1111000 | 1011010 | 11100 |
Color Harmonies of #078708
Complementary color
Monochromatic Colors of #078708
Black with #078708
Text Example
Text Example
White with #078708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078708; }
p { color: rgb(7,135,8); }
H1.HeaderClassName
{
color: #078708;
}
.AnyTagClassName
{
color: #078708;
}
</style>
background-color css
<style>
a { background-color: #078708; }
a { background-color: rgb(7,135,8); }
div.DivClassName
{
background-color: #078708;
}
.BgClassName
{
background-color: #078708;
}
</style>
border-color css
<style>
span { border-color: #078708; }
span { border-color: rgb(7,135,8); }
td.TdClassName
{
border-color: #078708;
}
.TagClassName
{
border-color: #078708;
}
</style>