Shades of Green #016111
Tints of Green #016111
RGB
CMYK
RGB Variations
Color information
#016111 (or 0x016111) is known color: Green. HEX triplet: 01, 61 and 11. RGB value is (1,97,17). Sum of RGB (Red+Green+Blue) = 1+97+17=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 97 (38.28% from 255 or 84.35% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 97 - color contains mainly: green. Hex color #016111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016111 is #FE9EEE. Grayscale: #3B3B3B. Windows color (decimal): -16686831 or 1138945. OLE color: 1138945.
HSL color Cylindrical-coordinate representation of color #016111: hue angle of 130º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016111 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 17 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.62 |
| HSL | 130º | 0.98% | 0.19% | - |
| HSV(B) | 130º | 0.99% | 0.38% | - |
| XYZ | 4.39 | 8.6 | 1.96 | - |
| YUV | 59.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 17 | 0.99 | 0 | 0.82 | 0.62 | 130 | 0.98 | 0.19 |
| Hex | 1 | 61 | 11 | 63 | 0 | 52 | 3E | 82 | 62 | 13 |
| Octal | 1 | 141 | 21 | 143 | 0 | 122 | 76 | 202 | 142 | 23 |
| Binary | 1 | 1100001 | 10001 | 1100011 | 0 | 1010010 | 111110 | 10000010 | 1100010 | 10011 |
Color Harmonies of #016111
Complementary color
Monochromatic Colors of #016111
Black with #016111
Text Example
Text Example
White with #016111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016111; }
p { color: rgb(1,97,17); }
H1.HeaderClassName
{
color: #016111;
}
.AnyTagClassName
{
color: #016111;
}
</style>
background-color css
<style>
a { background-color: #016111; }
a { background-color: rgb(1,97,17); }
div.DivClassName
{
background-color: #016111;
}
.BgClassName
{
background-color: #016111;
}
</style>
border-color css
<style>
span { border-color: #016111; }
span { border-color: rgb(1,97,17); }
td.TdClassName
{
border-color: #016111;
}
.TagClassName
{
border-color: #016111;
}
</style>