Shades of Green #016A17
Tints of Green #016A17
RGB
CMYK
RGB Variations
Color information
#016A17 (or 0x016A17) is known color: Green. HEX triplet: 01, 6A and 17. RGB value is (1,106,23). Sum of RGB (Red+Green+Blue) = 1+106+23=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #016A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A17 is #FE95E8. Grayscale: #414141. Windows color (decimal): -16684521 or 1534465. OLE color: 1534465.
HSL color Cylindrical-coordinate representation of color #016A17: hue angle of 132.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A17 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 23 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.58 |
| HSL | 132.57º | 0.98% | 0.21% | - |
| HSV(B) | 132.57º | 0.99% | 0.42% | - |
| XYZ | 5.32 | 10.38 | 2.53 | - |
| YUV | 65.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 23 | 0.99 | 0 | 0.78 | 0.58 | 132.57 | 0.98 | 0.21 |
| Hex | 1 | 6A | 17 | 63 | 0 | 4E | 3A | 85 | 62 | 15 |
| Octal | 1 | 152 | 27 | 143 | 0 | 116 | 72 | 205 | 142 | 25 |
| Binary | 1 | 1101010 | 10111 | 1100011 | 0 | 1001110 | 111010 | 10000101 | 1100010 | 10101 |
Color Harmonies of #016A17
Complementary color
Monochromatic Colors of #016A17
Black with #016A17
Text Example
Text Example
White with #016A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A17; }
p { color: rgb(1,106,23); }
H1.HeaderClassName
{
color: #016A17;
}
.AnyTagClassName
{
color: #016A17;
}
</style>
background-color css
<style>
a { background-color: #016A17; }
a { background-color: rgb(1,106,23); }
div.DivClassName
{
background-color: #016A17;
}
.BgClassName
{
background-color: #016A17;
}
</style>
border-color css
<style>
span { border-color: #016A17; }
span { border-color: rgb(1,106,23); }
td.TdClassName
{
border-color: #016A17;
}
.TagClassName
{
border-color: #016A17;
}
</style>