Shades of Green #008705
Tints of Green #008705
RGB
CMYK
RGB Variations
Color information
#008705 (or 0x008705) is known color: Green. HEX triplet: 00, 87 and 05. RGB value is (0,135,5). Sum of RGB (Red+Green+Blue) = 0+135+5=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 135 (53.12% from 255 or 96.43% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 135 - color contains mainly: green. Hex color #008705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008705 is #FF78FA. Grayscale: #505050. Windows color (decimal): -16742651 or 362240. OLE color: 362240.
HSL color Cylindrical-coordinate representation of color #008705: hue angle of 122.22º 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 #008705 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.47 |
| HSL | 122.22º | 1% | 0.26% | - |
| HSV(B) | 122.22º | 1% | 0.53% | - |
| XYZ | 8.69 | 17.34 | 3.03 | - |
| YUV | 79.82 | 85.77 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 5 | 1 | 0 | 0.96 | 0.47 | 122.22 | 1 | 0.26 |
| Hex | 0 | 87 | 5 | 64 | 0 | 60 | 2F | 7A | 64 | 1A |
| Octal | 0 | 207 | 5 | 144 | 0 | 140 | 57 | 172 | 144 | 32 |
| Binary | 0 | 10000111 | 101 | 1100100 | 0 | 1100000 | 101111 | 1111010 | 1100100 | 11010 |
Color Harmonies of #008705
Complementary color
Monochromatic Colors of #008705
Black with #008705
Text Example
Text Example
White with #008705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008705; }
p { color: rgb(0,135,5); }
H1.HeaderClassName
{
color: #008705;
}
.AnyTagClassName
{
color: #008705;
}
</style>
background-color css
<style>
a { background-color: #008705; }
a { background-color: rgb(0,135,5); }
div.DivClassName
{
background-color: #008705;
}
.BgClassName
{
background-color: #008705;
}
</style>
border-color css
<style>
span { border-color: #008705; }
span { border-color: rgb(0,135,5); }
td.TdClassName
{
border-color: #008705;
}
.TagClassName
{
border-color: #008705;
}
</style>