Shades of Green #087716
Tints of Green #087716
RGB
CMYK
RGB Variations
Color information
#087716 (or 0x087716) is known color: Green. HEX triplet: 08, 77 and 16. RGB value is (8,119,22). Sum of RGB (Red+Green+Blue) = 8+119+22=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 119 (46.88% from 255 or 79.87% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 119 - color contains mainly: green. Hex color #087716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087716 is #F788E9. Grayscale: #4B4B4B. Windows color (decimal): -16222442 or 1472264. OLE color: 1472264.
HSL color Cylindrical-coordinate representation of color #087716: hue angle of 127.57º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087716 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 22 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.53 |
| HSL | 127.57º | 0.87% | 0.25% | - |
| HSV(B) | 127.57º | 0.93% | 0.47% | - |
| XYZ | 6.84 | 13.3 | 2.97 | - |
| YUV | 74.75 | 98.23 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 22 | 0.93 | 0 | 0.82 | 0.53 | 127.57 | 0.87 | 0.25 |
| Hex | 8 | 77 | 16 | 5D | 0 | 52 | 35 | 80 | 57 | 19 |
| Octal | 10 | 167 | 26 | 135 | 0 | 122 | 65 | 200 | 127 | 31 |
| Binary | 1000 | 1110111 | 10110 | 1011101 | 0 | 1010010 | 110101 | 10000000 | 1010111 | 11001 |
Color Harmonies of #087716
Complementary color
Monochromatic Colors of #087716
Black with #087716
Text Example
Text Example
White with #087716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087716; }
p { color: rgb(8,119,22); }
H1.HeaderClassName
{
color: #087716;
}
.AnyTagClassName
{
color: #087716;
}
</style>
background-color css
<style>
a { background-color: #087716; }
a { background-color: rgb(8,119,22); }
div.DivClassName
{
background-color: #087716;
}
.BgClassName
{
background-color: #087716;
}
</style>
border-color css
<style>
span { border-color: #087716; }
span { border-color: rgb(8,119,22); }
td.TdClassName
{
border-color: #087716;
}
.TagClassName
{
border-color: #087716;
}
</style>