Shades of Green #087206
Tints of Green #087206
RGB
CMYK
RGB Variations
Color information
#087206 (or 0x087206) is known color: Green. HEX triplet: 08, 72 and 06. RGB value is (8,114,6). Sum of RGB (Red+Green+Blue) = 8+114+6=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 114 (44.92% from 255 or 89.06% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 114 - color contains mainly: green. Hex color #087206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087206 is #F78DF9. Grayscale: #464646. Windows color (decimal): -16223738 or 422408. OLE color: 422408.
HSL color Cylindrical-coordinate representation of color #087206: hue angle of 118.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087206 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 6 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.55 |
| HSL | 118.89º | 0.9% | 0.24% | - |
| HSV(B) | 118.89º | 0.95% | 0.45% | - |
| XYZ | 6.15 | 12.1 | 2.18 | - |
| YUV | 69.99 | 91.88 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 6 | 0.93 | 0 | 0.95 | 0.55 | 118.89 | 0.9 | 0.24 |
| Hex | 8 | 72 | 6 | 5D | 0 | 5F | 37 | 77 | 5A | 18 |
| Octal | 10 | 162 | 6 | 135 | 0 | 137 | 67 | 167 | 132 | 30 |
| Binary | 1000 | 1110010 | 110 | 1011101 | 0 | 1011111 | 110111 | 1110111 | 1011010 | 11000 |
Color Harmonies of #087206
Complementary color
Monochromatic Colors of #087206
Black with #087206
Text Example
Text Example
White with #087206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087206; }
p { color: rgb(8,114,6); }
H1.HeaderClassName
{
color: #087206;
}
.AnyTagClassName
{
color: #087206;
}
</style>
background-color css
<style>
a { background-color: #087206; }
a { background-color: rgb(8,114,6); }
div.DivClassName
{
background-color: #087206;
}
.BgClassName
{
background-color: #087206;
}
</style>
border-color css
<style>
span { border-color: #087206; }
span { border-color: rgb(8,114,6); }
td.TdClassName
{
border-color: #087206;
}
.TagClassName
{
border-color: #087206;
}
</style>