Shades of Green #008713
Tints of Green #008713
RGB
CMYK
RGB Variations
Color information
#008713 (or 0x008713) is known color: Green. HEX triplet: 00, 87 and 13. RGB value is (0,135,19). Sum of RGB (Red+Green+Blue) = 0+135+19=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 135 (53.12% from 255 or 87.66% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 135 - color contains mainly: green. Hex color #008713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008713 is #FF78EC. Grayscale: #515151. Windows color (decimal): -16742637 or 1279744. OLE color: 1279744.
HSL color Cylindrical-coordinate representation of color #008713: hue angle of 128.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 #008713 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 19 | - |
| CMYK | 1 | 0 | 0.86 | 0.47 |
| HSL | 128.44º | 1% | 0.26% | - |
| HSV(B) | 128.44º | 1% | 0.53% | - |
| XYZ | 8.78 | 17.37 | 3.51 | - |
| YUV | 81.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 19 | 1 | 0 | 0.86 | 0.47 | 128.44 | 1 | 0.26 |
| Hex | 0 | 87 | 13 | 64 | 0 | 56 | 2F | 80 | 64 | 1A |
| Octal | 0 | 207 | 23 | 144 | 0 | 126 | 57 | 200 | 144 | 32 |
| Binary | 0 | 10000111 | 10011 | 1100100 | 0 | 1010110 | 101111 | 10000000 | 1100100 | 11010 |
Color Harmonies of #008713
Complementary color
Monochromatic Colors of #008713
Black with #008713
Text Example
Text Example
White with #008713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008713; }
p { color: rgb(0,135,19); }
H1.HeaderClassName
{
color: #008713;
}
.AnyTagClassName
{
color: #008713;
}
</style>
background-color css
<style>
a { background-color: #008713; }
a { background-color: rgb(0,135,19); }
div.DivClassName
{
background-color: #008713;
}
.BgClassName
{
background-color: #008713;
}
</style>
border-color css
<style>
span { border-color: #008713; }
span { border-color: rgb(0,135,19); }
td.TdClassName
{
border-color: #008713;
}
.TagClassName
{
border-color: #008713;
}
</style>