Shades of Green #008701
Tints of Green #008701
RGB
CMYK
RGB Variations
Color information
#008701 (or 0x008701) is known color: Green. HEX triplet: 00, 87 and 01. RGB value is (0,135,1). Sum of RGB (Red+Green+Blue) = 0+135+1=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 135 (53.12% from 255 or 99.26% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 135 - color contains mainly: green. Hex color #008701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008701 is #FF78FE. Grayscale: #4F4F4F. Windows color (decimal): -16742655 or 100096. OLE color: 100096.
HSL color Cylindrical-coordinate representation of color #008701: hue angle of 120.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008701 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.47 |
| HSL | 120.44º | 1% | 0.26% | - |
| HSV(B) | 120.44º | 1% | 0.53% | - |
| XYZ | 8.67 | 17.33 | 2.92 | - |
| YUV | 79.36 | 83.77 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 1 | 1 | 0 | 0.99 | 0.47 | 120.44 | 1 | 0.26 |
| Hex | 0 | 87 | 1 | 64 | 0 | 63 | 2F | 78 | 64 | 1A |
| Octal | 0 | 207 | 1 | 144 | 0 | 143 | 57 | 170 | 144 | 32 |
| Binary | 0 | 10000111 | 1 | 1100100 | 0 | 1100011 | 101111 | 1111000 | 1100100 | 11010 |
Color Harmonies of #008701
Complementary color
Monochromatic Colors of #008701
Black with #008701
Text Example
Text Example
White with #008701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008701; }
p { color: rgb(0,135,1); }
H1.HeaderClassName
{
color: #008701;
}
.AnyTagClassName
{
color: #008701;
}
</style>
background-color css
<style>
a { background-color: #008701; }
a { background-color: rgb(0,135,1); }
div.DivClassName
{
background-color: #008701;
}
.BgClassName
{
background-color: #008701;
}
</style>
border-color css
<style>
span { border-color: #008701; }
span { border-color: rgb(0,135,1); }
td.TdClassName
{
border-color: #008701;
}
.TagClassName
{
border-color: #008701;
}
</style>