Shades of Green #087602
Tints of Green #087602
RGB
CMYK
RGB Variations
Color information
#087602 (or 0x087602) is known color: Green. HEX triplet: 08, 76 and 02. RGB value is (8,118,2). Sum of RGB (Red+Green+Blue) = 8+118+2=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 118 (46.48% from 255 or 92.19% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 118 - color contains mainly: green. Hex color #087602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087602 is #F789FD. Grayscale: #484848. Windows color (decimal): -16222718 or 161288. OLE color: 161288.
HSL color Cylindrical-coordinate representation of color #087602: hue angle of 116.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087602 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.54 |
| HSL | 116.9º | 0.97% | 0.24% | - |
| HSV(B) | 116.9º | 0.98% | 0.46% | - |
| XYZ | 6.59 | 13.01 | 2.22 | - |
| YUV | 71.89 | 88.56 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 2 | 0.93 | 0 | 0.98 | 0.54 | 116.9 | 0.97 | 0.24 |
| Hex | 8 | 76 | 2 | 5D | 0 | 62 | 36 | 75 | 61 | 18 |
| Octal | 10 | 166 | 2 | 135 | 0 | 142 | 66 | 165 | 141 | 30 |
| Binary | 1000 | 1110110 | 10 | 1011101 | 0 | 1100010 | 110110 | 1110101 | 1100001 | 11000 |
Color Harmonies of #087602
Complementary color
Monochromatic Colors of #087602
Black with #087602
Text Example
Text Example
White with #087602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087602; }
p { color: rgb(8,118,2); }
H1.HeaderClassName
{
color: #087602;
}
.AnyTagClassName
{
color: #087602;
}
</style>
background-color css
<style>
a { background-color: #087602; }
a { background-color: rgb(8,118,2); }
div.DivClassName
{
background-color: #087602;
}
.BgClassName
{
background-color: #087602;
}
</style>
border-color css
<style>
span { border-color: #087602; }
span { border-color: rgb(8,118,2); }
td.TdClassName
{
border-color: #087602;
}
.TagClassName
{
border-color: #087602;
}
</style>