Shades of Green #088702
Tints of Green #088702
RGB
CMYK
RGB Variations
Color information
#088702 (or 0x088702) is known color: Green. HEX triplet: 08, 87 and 02. RGB value is (8,135,2). Sum of RGB (Red+Green+Blue) = 8+135+2=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 135 (53.12% from 255 or 93.10% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 135 - color contains mainly: green. Hex color #088702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088702 is #F778FD. Grayscale: #525252. Windows color (decimal): -16218366 or 165640. OLE color: 165640.
HSL color Cylindrical-coordinate representation of color #088702: hue angle of 117.29º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #088702 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.47 |
| HSL | 117.29º | 0.97% | 0.27% | - |
| HSV(B) | 117.29º | 0.99% | 0.53% | - |
| XYZ | 8.78 | 17.38 | 2.95 | - |
| YUV | 81.87 | 82.92 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 2 | 0.94 | 0 | 0.99 | 0.47 | 117.29 | 0.97 | 0.27 |
| Hex | 8 | 87 | 2 | 5E | 0 | 63 | 2F | 75 | 61 | 1B |
| Octal | 10 | 207 | 2 | 136 | 0 | 143 | 57 | 165 | 141 | 33 |
| Binary | 1000 | 10000111 | 10 | 1011110 | 0 | 1100011 | 101111 | 1110101 | 1100001 | 11011 |
Color Harmonies of #088702
Complementary color
Monochromatic Colors of #088702
Black with #088702
Text Example
Text Example
White with #088702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088702; }
p { color: rgb(8,135,2); }
H1.HeaderClassName
{
color: #088702;
}
.AnyTagClassName
{
color: #088702;
}
</style>
background-color css
<style>
a { background-color: #088702; }
a { background-color: rgb(8,135,2); }
div.DivClassName
{
background-color: #088702;
}
.BgClassName
{
background-color: #088702;
}
</style>
border-color css
<style>
span { border-color: #088702; }
span { border-color: rgb(8,135,2); }
td.TdClassName
{
border-color: #088702;
}
.TagClassName
{
border-color: #088702;
}
</style>