Shades of Green #087706
Tints of Green #087706
RGB
CMYK
RGB Variations
Color information
#087706 (or 0x087706) is known color: Green. HEX triplet: 08, 77 and 06. RGB value is (8,119,6). Sum of RGB (Red+Green+Blue) = 8+119+6=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 119 (46.88% from 255 or 89.47% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 119 - color contains mainly: green. Hex color #087706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087706 is #F788F9. Grayscale: #494949. Windows color (decimal): -16222458 or 423688. OLE color: 423688.
HSL color Cylindrical-coordinate representation of color #087706: hue angle of 118.94º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087706 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 6 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.53 |
| HSL | 118.94º | 0.9% | 0.25% | - |
| HSV(B) | 118.94º | 0.95% | 0.47% | - |
| XYZ | 6.73 | 13.26 | 2.38 | - |
| YUV | 72.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 6 | 0.93 | 0 | 0.95 | 0.53 | 118.94 | 0.9 | 0.25 |
| Hex | 8 | 77 | 6 | 5D | 0 | 5F | 35 | 77 | 5A | 19 |
| Octal | 10 | 167 | 6 | 135 | 0 | 137 | 65 | 167 | 132 | 31 |
| Binary | 1000 | 1110111 | 110 | 1011101 | 0 | 1011111 | 110101 | 1110111 | 1011010 | 11001 |
Color Harmonies of #087706
Complementary color
Monochromatic Colors of #087706
Black with #087706
Text Example
Text Example
White with #087706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087706; }
p { color: rgb(8,119,6); }
H1.HeaderClassName
{
color: #087706;
}
.AnyTagClassName
{
color: #087706;
}
</style>
background-color css
<style>
a { background-color: #087706; }
a { background-color: rgb(8,119,6); }
div.DivClassName
{
background-color: #087706;
}
.BgClassName
{
background-color: #087706;
}
</style>
border-color css
<style>
span { border-color: #087706; }
span { border-color: rgb(8,119,6); }
td.TdClassName
{
border-color: #087706;
}
.TagClassName
{
border-color: #087706;
}
</style>