Shades of Green #087502
Tints of Green #087502
RGB
CMYK
RGB Variations
Color information
#087502 (or 0x087502) is known color: Green. HEX triplet: 08, 75 and 02. RGB value is (8,117,2). Sum of RGB (Red+Green+Blue) = 8+117+2=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 117 (46.09% from 255 or 92.13% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 117 - color contains mainly: green. Hex color #087502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087502 is #F78AFD. Grayscale: #474747. Windows color (decimal): -16222974 or 161032. OLE color: 161032.
HSL color Cylindrical-coordinate representation of color #087502: hue angle of 116.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087502 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.54 |
| HSL | 116.87º | 0.97% | 0.23% | - |
| HSV(B) | 116.87º | 0.98% | 0.46% | - |
| XYZ | 6.47 | 12.78 | 2.18 | - |
| YUV | 71.3 | 88.89 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 2 | 0.93 | 0 | 0.98 | 0.54 | 116.87 | 0.97 | 0.23 |
| Hex | 8 | 75 | 2 | 5D | 0 | 62 | 36 | 75 | 61 | 17 |
| Octal | 10 | 165 | 2 | 135 | 0 | 142 | 66 | 165 | 141 | 27 |
| Binary | 1000 | 1110101 | 10 | 1011101 | 0 | 1100010 | 110110 | 1110101 | 1100001 | 10111 |
Color Harmonies of #087502
Complementary color
Monochromatic Colors of #087502
Black with #087502
Text Example
Text Example
White with #087502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087502; }
p { color: rgb(8,117,2); }
H1.HeaderClassName
{
color: #087502;
}
.AnyTagClassName
{
color: #087502;
}
</style>
background-color css
<style>
a { background-color: #087502; }
a { background-color: rgb(8,117,2); }
div.DivClassName
{
background-color: #087502;
}
.BgClassName
{
background-color: #087502;
}
</style>
border-color css
<style>
span { border-color: #087502; }
span { border-color: rgb(8,117,2); }
td.TdClassName
{
border-color: #087502;
}
.TagClassName
{
border-color: #087502;
}
</style>