Shades of Green #078706
Tints of Green #078706
RGB
CMYK
RGB Variations
Color information
#078706 (or 0x078706) is known color: Green. HEX triplet: 07, 87 and 06. RGB value is (7,135,6). Sum of RGB (Red+Green+Blue) = 7+135+6=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 135 (53.12% from 255 or 91.22% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 135 - color contains mainly: green. Hex color #078706 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078706 is #F878F9. Grayscale: #525252. Windows color (decimal): -16283898 or 427783. OLE color: 427783.
HSL color Cylindrical-coordinate representation of color #078706: hue angle of 119.53º degrees, saturation: 0.91, 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 #078706 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 6 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.47 |
| HSL | 119.53º | 0.91% | 0.28% | - |
| HSV(B) | 119.53º | 0.96% | 0.53% | - |
| XYZ | 8.78 | 17.39 | 3.07 | - |
| YUV | 82.02 | 85.09 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 6 | 0.95 | 0 | 0.96 | 0.47 | 119.53 | 0.91 | 0.28 |
| Hex | 7 | 87 | 6 | 5F | 0 | 60 | 2F | 78 | 5B | 1C |
| Octal | 7 | 207 | 6 | 137 | 0 | 140 | 57 | 170 | 133 | 34 |
| Binary | 111 | 10000111 | 110 | 1011111 | 0 | 1100000 | 101111 | 1111000 | 1011011 | 11100 |
Color Harmonies of #078706
Complementary color
Monochromatic Colors of #078706
Black with #078706
Text Example
Text Example
White with #078706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078706; }
p { color: rgb(7,135,6); }
H1.HeaderClassName
{
color: #078706;
}
.AnyTagClassName
{
color: #078706;
}
</style>
background-color css
<style>
a { background-color: #078706; }
a { background-color: rgb(7,135,6); }
div.DivClassName
{
background-color: #078706;
}
.BgClassName
{
background-color: #078706;
}
</style>
border-color css
<style>
span { border-color: #078706; }
span { border-color: rgb(7,135,6); }
td.TdClassName
{
border-color: #078706;
}
.TagClassName
{
border-color: #078706;
}
</style>