Shades of Green #087002
Tints of Green #087002
RGB
CMYK
RGB Variations
Color information
#087002 (or 0x087002) is known color: Green. HEX triplet: 08, 70 and 02. RGB value is (8,112,2). Sum of RGB (Red+Green+Blue) = 8+112+2=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 112 (44.14% from 255 or 91.80% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 112 - color contains mainly: green. Hex color #087002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087002 is #F78FFD. Grayscale: #444444. Windows color (decimal): -16224254 or 159752. OLE color: 159752.
HSL color Cylindrical-coordinate representation of color #087002: hue angle of 116.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087002 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.56 |
| HSL | 116.73º | 0.96% | 0.22% | - |
| HSV(B) | 116.73º | 0.98% | 0.44% | - |
| XYZ | 5.91 | 11.64 | 1.99 | - |
| YUV | 68.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 2 | 0.93 | 0 | 0.98 | 0.56 | 116.73 | 0.96 | 0.22 |
| Hex | 8 | 70 | 2 | 5D | 0 | 62 | 38 | 75 | 60 | 16 |
| Octal | 10 | 160 | 2 | 135 | 0 | 142 | 70 | 165 | 140 | 26 |
| Binary | 1000 | 1110000 | 10 | 1011101 | 0 | 1100010 | 111000 | 1110101 | 1100000 | 10110 |
Color Harmonies of #087002
Complementary color
Monochromatic Colors of #087002
Black with #087002
Text Example
Text Example
White with #087002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087002; }
p { color: rgb(8,112,2); }
H1.HeaderClassName
{
color: #087002;
}
.AnyTagClassName
{
color: #087002;
}
</style>
background-color css
<style>
a { background-color: #087002; }
a { background-color: rgb(8,112,2); }
div.DivClassName
{
background-color: #087002;
}
.BgClassName
{
background-color: #087002;
}
</style>
border-color css
<style>
span { border-color: #087002; }
span { border-color: rgb(8,112,2); }
td.TdClassName
{
border-color: #087002;
}
.TagClassName
{
border-color: #087002;
}
</style>