Shades of Green #008711
Tints of Green #008711
RGB
CMYK
RGB Variations
Color information
#008711 (or 0x008711) is known color: Green. HEX triplet: 00, 87 and 11. RGB value is (0,135,17). Sum of RGB (Red+Green+Blue) = 0+135+17=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 135 (53.12% from 255 or 88.82% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 135 - color contains mainly: green. Hex color #008711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008711 is #FF78EE. Grayscale: #515151. Windows color (decimal): -16742639 or 1148672. OLE color: 1148672.
HSL color Cylindrical-coordinate representation of color #008711: hue angle of 127.56º 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 #008711 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 17 | - |
| CMYK | 1 | 0 | 0.87 | 0.47 |
| HSL | 127.56º | 1% | 0.26% | - |
| HSV(B) | 127.56º | 1% | 0.53% | - |
| XYZ | 8.77 | 17.37 | 3.42 | - |
| YUV | 81.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 17 | 1 | 0 | 0.87 | 0.47 | 127.56 | 1 | 0.26 |
| Hex | 0 | 87 | 11 | 64 | 0 | 57 | 2F | 80 | 64 | 1A |
| Octal | 0 | 207 | 21 | 144 | 0 | 127 | 57 | 200 | 144 | 32 |
| Binary | 0 | 10000111 | 10001 | 1100100 | 0 | 1010111 | 101111 | 10000000 | 1100100 | 11010 |
Color Harmonies of #008711
Complementary color
Monochromatic Colors of #008711
Black with #008711
Text Example
Text Example
White with #008711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008711; }
p { color: rgb(0,135,17); }
H1.HeaderClassName
{
color: #008711;
}
.AnyTagClassName
{
color: #008711;
}
</style>
background-color css
<style>
a { background-color: #008711; }
a { background-color: rgb(0,135,17); }
div.DivClassName
{
background-color: #008711;
}
.BgClassName
{
background-color: #008711;
}
</style>
border-color css
<style>
span { border-color: #008711; }
span { border-color: rgb(0,135,17); }
td.TdClassName
{
border-color: #008711;
}
.TagClassName
{
border-color: #008711;
}
</style>