Shades of Green #087202
Tints of Green #087202
RGB
CMYK
RGB Variations
Color information
#087202 (or 0x087202) is known color: Green. HEX triplet: 08, 72 and 02. RGB value is (8,114,2). Sum of RGB (Red+Green+Blue) = 8+114+2=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 114 (44.92% from 255 or 91.94% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 114 - color contains mainly: green. Hex color #087202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087202 is #F78DFD. Grayscale: #454545. Windows color (decimal): -16223742 or 160264. OLE color: 160264.
HSL color Cylindrical-coordinate representation of color #087202: hue angle of 116.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087202 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.55 |
| HSL | 116.79º | 0.97% | 0.23% | - |
| HSV(B) | 116.79º | 0.98% | 0.45% | - |
| XYZ | 6.13 | 12.09 | 2.07 | - |
| YUV | 69.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 2 | 0.93 | 0 | 0.98 | 0.55 | 116.79 | 0.97 | 0.23 |
| Hex | 8 | 72 | 2 | 5D | 0 | 62 | 37 | 75 | 61 | 17 |
| Octal | 10 | 162 | 2 | 135 | 0 | 142 | 67 | 165 | 141 | 27 |
| Binary | 1000 | 1110010 | 10 | 1011101 | 0 | 1100010 | 110111 | 1110101 | 1100001 | 10111 |
Color Harmonies of #087202
Complementary color
Monochromatic Colors of #087202
Black with #087202
Text Example
Text Example
White with #087202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087202; }
p { color: rgb(8,114,2); }
H1.HeaderClassName
{
color: #087202;
}
.AnyTagClassName
{
color: #087202;
}
</style>
background-color css
<style>
a { background-color: #087202; }
a { background-color: rgb(8,114,2); }
div.DivClassName
{
background-color: #087202;
}
.BgClassName
{
background-color: #087202;
}
</style>
border-color css
<style>
span { border-color: #087202; }
span { border-color: rgb(8,114,2); }
td.TdClassName
{
border-color: #087202;
}
.TagClassName
{
border-color: #087202;
}
</style>