Shades of Green #016113
Tints of Green #016113
RGB
CMYK
RGB Variations
Color information
#016113 (or 0x016113) is known color: Green. HEX triplet: 01, 61 and 13. RGB value is (1,97,19). Sum of RGB (Red+Green+Blue) = 1+97+19=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #016113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016113 is #FE9EEC. Grayscale: #3B3B3B. Windows color (decimal): -16686829 or 1270017. OLE color: 1270017.
HSL color Cylindrical-coordinate representation of color #016113: hue angle of 131.25º 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 #016113 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 19 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.62 |
| HSL | 131.25º | 0.98% | 0.19% | - |
| HSV(B) | 131.25º | 0.99% | 0.38% | - |
| XYZ | 4.4 | 8.6 | 2.04 | - |
| YUV | 59.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 19 | 0.99 | 0 | 0.80 | 0.62 | 131.25 | 0.98 | 0.19 |
| Hex | 1 | 61 | 13 | 63 | 0 | 50 | 3E | 83 | 62 | 13 |
| Octal | 1 | 141 | 23 | 143 | 0 | 120 | 76 | 203 | 142 | 23 |
| Binary | 1 | 1100001 | 10011 | 1100011 | 0 | 1010000 | 111110 | 10000011 | 1100010 | 10011 |
Color Harmonies of #016113
Complementary color
Monochromatic Colors of #016113
Black with #016113
Text Example
Text Example
White with #016113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016113; }
p { color: rgb(1,97,19); }
H1.HeaderClassName
{
color: #016113;
}
.AnyTagClassName
{
color: #016113;
}
</style>
background-color css
<style>
a { background-color: #016113; }
a { background-color: rgb(1,97,19); }
div.DivClassName
{
background-color: #016113;
}
.BgClassName
{
background-color: #016113;
}
</style>
border-color css
<style>
span { border-color: #016113; }
span { border-color: rgb(1,97,19); }
td.TdClassName
{
border-color: #016113;
}
.TagClassName
{
border-color: #016113;
}
</style>