Shades of Green #016D0B
Tints of Green #016D0B
RGB
CMYK
RGB Variations
Color information
#016D0B (or 0x016D0B) is known color: Green. HEX triplet: 01, 6D and 0B. RGB value is (1,109,11). Sum of RGB (Red+Green+Blue) = 1+109+11=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 109 (42.97% from 255 or 90.08% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 109 - color contains mainly: green. Hex color #016D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D0B is #FE92F4. Grayscale: #414141. Windows color (decimal): -16683765 or 748801. OLE color: 748801.
HSL color Cylindrical-coordinate representation of color #016D0B: hue angle of 125.56º 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 #016D0B is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 11 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.57 |
| HSL | 125.56º | 0.98% | 0.22% | - |
| HSV(B) | 125.56º | 0.99% | 0.43% | - |
| XYZ | 5.54 | 10.97 | 2.14 | - |
| YUV | 65.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 11 | 0.99 | 0 | 0.90 | 0.57 | 125.56 | 0.98 | 0.22 |
| Hex | 1 | 6D | B | 63 | 0 | 5A | 39 | 7E | 62 | 16 |
| Octal | 1 | 155 | 13 | 143 | 0 | 132 | 71 | 176 | 142 | 26 |
| Binary | 1 | 1101101 | 1011 | 1100011 | 0 | 1011010 | 111001 | 1111110 | 1100010 | 10110 |
Color Harmonies of #016D0B
Complementary color
Monochromatic Colors of #016D0B
Black with #016D0B
Text Example
Text Example
White with #016D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D0B; }
p { color: rgb(1,109,11); }
H1.HeaderClassName
{
color: #016D0B;
}
.AnyTagClassName
{
color: #016D0B;
}
</style>
background-color css
<style>
a { background-color: #016D0B; }
a { background-color: rgb(1,109,11); }
div.DivClassName
{
background-color: #016D0B;
}
.BgClassName
{
background-color: #016D0B;
}
</style>
border-color css
<style>
span { border-color: #016D0B; }
span { border-color: rgb(1,109,11); }
td.TdClassName
{
border-color: #016D0B;
}
.TagClassName
{
border-color: #016D0B;
}
</style>