Shades of Green #087210
Tints of Green #087210
RGB
CMYK
RGB Variations
Color information
#087210 (or 0x087210) is known color: Green. HEX triplet: 08, 72 and 10. RGB value is (8,114,16). Sum of RGB (Red+Green+Blue) = 8+114+16=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #087210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087210 is #F78DEF. Grayscale: #474747. Windows color (decimal): -16223728 or 1077768. OLE color: 1077768.
HSL color Cylindrical-coordinate representation of color #087210: hue angle of 124.53º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087210 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 16 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.55 |
| HSL | 124.53º | 0.87% | 0.24% | - |
| HSV(B) | 124.53º | 0.93% | 0.45% | - |
| XYZ | 6.21 | 12.12 | 2.5 | - |
| YUV | 71.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 16 | 0.93 | 0 | 0.86 | 0.55 | 124.53 | 0.87 | 0.24 |
| Hex | 8 | 72 | 10 | 5D | 0 | 56 | 37 | 7D | 57 | 18 |
| Octal | 10 | 162 | 20 | 135 | 0 | 126 | 67 | 175 | 127 | 30 |
| Binary | 1000 | 1110010 | 10000 | 1011101 | 0 | 1010110 | 110111 | 1111101 | 1010111 | 11000 |
Color Harmonies of #087210
Complementary color
Monochromatic Colors of #087210
Black with #087210
Text Example
Text Example
White with #087210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087210; }
p { color: rgb(8,114,16); }
H1.HeaderClassName
{
color: #087210;
}
.AnyTagClassName
{
color: #087210;
}
</style>
background-color css
<style>
a { background-color: #087210; }
a { background-color: rgb(8,114,16); }
div.DivClassName
{
background-color: #087210;
}
.BgClassName
{
background-color: #087210;
}
</style>
border-color css
<style>
span { border-color: #087210; }
span { border-color: rgb(8,114,16); }
td.TdClassName
{
border-color: #087210;
}
.TagClassName
{
border-color: #087210;
}
</style>