Shades of Green #016F19
Tints of Green #016F19
RGB
CMYK
RGB Variations
Color information
#016F19 (or 0x016F19) is known color: Green. HEX triplet: 01, 6F and 19. RGB value is (1,111,25). Sum of RGB (Red+Green+Blue) = 1+111+25=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 111 (43.75% from 255 or 81.02% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 111 - color contains mainly: green. Hex color #016F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F19 is #FE90E6. Grayscale: #444444. Windows color (decimal): -16683239 or 1666817. OLE color: 1666817.
HSL color Cylindrical-coordinate representation of color #016F19: hue angle of 133.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 #016F19 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 25 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.56 |
| HSL | 133.09º | 0.98% | 0.22% | - |
| HSV(B) | 133.09º | 0.99% | 0.44% | - |
| XYZ | 5.87 | 11.45 | 2.82 | - |
| YUV | 68.31 | 103.56 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 25 | 0.99 | 0 | 0.77 | 0.56 | 133.09 | 0.98 | 0.22 |
| Hex | 1 | 6F | 19 | 63 | 0 | 4D | 38 | 85 | 62 | 16 |
| Octal | 1 | 157 | 31 | 143 | 0 | 115 | 70 | 205 | 142 | 26 |
| Binary | 1 | 1101111 | 11001 | 1100011 | 0 | 1001101 | 111000 | 10000101 | 1100010 | 10110 |
Color Harmonies of #016F19
Complementary color
Monochromatic Colors of #016F19
Black with #016F19
Text Example
Text Example
White with #016F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F19; }
p { color: rgb(1,111,25); }
H1.HeaderClassName
{
color: #016F19;
}
.AnyTagClassName
{
color: #016F19;
}
</style>
background-color css
<style>
a { background-color: #016F19; }
a { background-color: rgb(1,111,25); }
div.DivClassName
{
background-color: #016F19;
}
.BgClassName
{
background-color: #016F19;
}
</style>
border-color css
<style>
span { border-color: #016F19; }
span { border-color: rgb(1,111,25); }
td.TdClassName
{
border-color: #016F19;
}
.TagClassName
{
border-color: #016F19;
}
</style>