Shades of Green #087516
Tints of Green #087516
RGB
CMYK
RGB Variations
Color information
#087516 (or 0x087516) is known color: Green. HEX triplet: 08, 75 and 16. RGB value is (8,117,22). Sum of RGB (Red+Green+Blue) = 8+117+22=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #087516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087516 is #F78AE9. Grayscale: #494949. Windows color (decimal): -16222954 or 1471752. OLE color: 1471752.
HSL color Cylindrical-coordinate representation of color #087516: hue angle of 127.71º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087516 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 22 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.54 |
| HSL | 127.71º | 0.87% | 0.25% | - |
| HSV(B) | 127.71º | 0.93% | 0.46% | - |
| XYZ | 6.61 | 12.83 | 2.89 | - |
| YUV | 73.58 | 98.89 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 22 | 0.93 | 0 | 0.81 | 0.54 | 127.71 | 0.87 | 0.25 |
| Hex | 8 | 75 | 16 | 5D | 0 | 51 | 36 | 80 | 57 | 19 |
| Octal | 10 | 165 | 26 | 135 | 0 | 121 | 66 | 200 | 127 | 31 |
| Binary | 1000 | 1110101 | 10110 | 1011101 | 0 | 1010001 | 110110 | 10000000 | 1010111 | 11001 |
Color Harmonies of #087516
Complementary color
Monochromatic Colors of #087516
Black with #087516
Text Example
Text Example
White with #087516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087516; }
p { color: rgb(8,117,22); }
H1.HeaderClassName
{
color: #087516;
}
.AnyTagClassName
{
color: #087516;
}
</style>
background-color css
<style>
a { background-color: #087516; }
a { background-color: rgb(8,117,22); }
div.DivClassName
{
background-color: #087516;
}
.BgClassName
{
background-color: #087516;
}
</style>
border-color css
<style>
span { border-color: #087516; }
span { border-color: rgb(8,117,22); }
td.TdClassName
{
border-color: #087516;
}
.TagClassName
{
border-color: #087516;
}
</style>