Shades of Green #016F0E
Tints of Green #016F0E
RGB
CMYK
RGB Variations
Color information
#016F0E (or 0x016F0E) is known color: Green. HEX triplet: 01, 6F and 0E. RGB value is (1,111,14). Sum of RGB (Red+Green+Blue) = 1+111+14=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 111 (43.75% from 255 or 88.10% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 111 - color contains mainly: green. Hex color #016F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F0E is #FE90F1. Grayscale: #434343. Windows color (decimal): -16683250 or 945921. OLE color: 945921.
HSL color Cylindrical-coordinate representation of color #016F0E: hue angle of 127.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F0E is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 14 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.56 |
| HSL | 127.09º | 0.98% | 0.22% | - |
| HSV(B) | 127.09º | 0.99% | 0.44% | - |
| XYZ | 5.78 | 11.41 | 2.31 | - |
| YUV | 67.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 14 | 0.99 | 0 | 0.87 | 0.56 | 127.09 | 0.98 | 0.22 |
| Hex | 1 | 6F | E | 63 | 0 | 57 | 38 | 7F | 62 | 16 |
| Octal | 1 | 157 | 16 | 143 | 0 | 127 | 70 | 177 | 142 | 26 |
| Binary | 1 | 1101111 | 1110 | 1100011 | 0 | 1010111 | 111000 | 1111111 | 1100010 | 10110 |
Color Harmonies of #016F0E
Complementary color
Monochromatic Colors of #016F0E
Black with #016F0E
Text Example
Text Example
White with #016F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F0E; }
p { color: rgb(1,111,14); }
H1.HeaderClassName
{
color: #016F0E;
}
.AnyTagClassName
{
color: #016F0E;
}
</style>
background-color css
<style>
a { background-color: #016F0E; }
a { background-color: rgb(1,111,14); }
div.DivClassName
{
background-color: #016F0E;
}
.BgClassName
{
background-color: #016F0E;
}
</style>
border-color css
<style>
span { border-color: #016F0E; }
span { border-color: rgb(1,111,14); }
td.TdClassName
{
border-color: #016F0E;
}
.TagClassName
{
border-color: #016F0E;
}
</style>