Shades of Green #016D11
Tints of Green #016D11
RGB
CMYK
RGB Variations
Color information
#016D11 (or 0x016D11) is known color: Green. HEX triplet: 01, 6D and 11. RGB value is (1,109,17). Sum of RGB (Red+Green+Blue) = 1+109+17=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 109 (42.97% from 255 or 85.83% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 109 - color contains mainly: green. Hex color #016D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D11 is #FE92EE. Grayscale: #424242. Windows color (decimal): -16683759 or 1142017. OLE color: 1142017.
HSL color Cylindrical-coordinate representation of color #016D11: hue angle of 128.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D11 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 17 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.57 |
| HSL | 128.89º | 0.98% | 0.22% | - |
| HSV(B) | 128.89º | 0.99% | 0.43% | - |
| XYZ | 5.58 | 10.98 | 2.36 | - |
| YUV | 66.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 17 | 0.99 | 0 | 0.84 | 0.57 | 128.89 | 0.98 | 0.22 |
| Hex | 1 | 6D | 11 | 63 | 0 | 54 | 39 | 81 | 62 | 16 |
| Octal | 1 | 155 | 21 | 143 | 0 | 124 | 71 | 201 | 142 | 26 |
| Binary | 1 | 1101101 | 10001 | 1100011 | 0 | 1010100 | 111001 | 10000001 | 1100010 | 10110 |
Color Harmonies of #016D11
Complementary color
Monochromatic Colors of #016D11
Black with #016D11
Text Example
Text Example
White with #016D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D11; }
p { color: rgb(1,109,17); }
H1.HeaderClassName
{
color: #016D11;
}
.AnyTagClassName
{
color: #016D11;
}
</style>
background-color css
<style>
a { background-color: #016D11; }
a { background-color: rgb(1,109,17); }
div.DivClassName
{
background-color: #016D11;
}
.BgClassName
{
background-color: #016D11;
}
</style>
border-color css
<style>
span { border-color: #016D11; }
span { border-color: rgb(1,109,17); }
td.TdClassName
{
border-color: #016D11;
}
.TagClassName
{
border-color: #016D11;
}
</style>