Shades of Green #087E02
Tints of Green #087E02
RGB
CMYK
RGB Variations
Color information
#087E02 (or 0x087E02) is known color: Green. HEX triplet: 08, 7E and 02. RGB value is (8,126,2). Sum of RGB (Red+Green+Blue) = 8+126+2=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 126 (49.61% from 255 or 92.65% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 126 - color contains mainly: green. Hex color #087E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087E02 is #F781FD. Grayscale: #4C4C4C. Windows color (decimal): -16220670 or 163336. OLE color: 163336.
HSL color Cylindrical-coordinate representation of color #087E02: hue angle of 117.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087E02 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 126 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.51 |
| HSL | 117.1º | 0.97% | 0.25% | - |
| HSV(B) | 117.1º | 0.98% | 0.49% | - |
| XYZ | 7.57 | 14.98 | 2.55 | - |
| YUV | 76.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 2 | 0.94 | 0 | 0.98 | 0.51 | 117.1 | 0.97 | 0.25 |
| Hex | 8 | 7E | 2 | 5E | 0 | 62 | 33 | 75 | 61 | 19 |
| Octal | 10 | 176 | 2 | 136 | 0 | 142 | 63 | 165 | 141 | 31 |
| Binary | 1000 | 1111110 | 10 | 1011110 | 0 | 1100010 | 110011 | 1110101 | 1100001 | 11001 |
Color Harmonies of #087E02
Complementary color
Monochromatic Colors of #087E02
Black with #087E02
Text Example
Text Example
White with #087E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E02; }
p { color: rgb(8,126,2); }
H1.HeaderClassName
{
color: #087E02;
}
.AnyTagClassName
{
color: #087E02;
}
</style>
background-color css
<style>
a { background-color: #087E02; }
a { background-color: rgb(8,126,2); }
div.DivClassName
{
background-color: #087E02;
}
.BgClassName
{
background-color: #087E02;
}
</style>
border-color css
<style>
span { border-color: #087E02; }
span { border-color: rgb(8,126,2); }
td.TdClassName
{
border-color: #087E02;
}
.TagClassName
{
border-color: #087E02;
}
</style>