Shades of Green #016606
Tints of Green #016606
RGB
CMYK
RGB Variations
Color information
#016606 (or 0x016606) is known color: Green. HEX triplet: 01, 66 and 06. RGB value is (1,102,6). Sum of RGB (Red+Green+Blue) = 1+102+6=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 102 (40.23% from 255 or 93.58% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 102 - color contains mainly: green. Hex color #016606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016606 is #FE99F9. Grayscale: #3D3D3D. Windows color (decimal): -16685562 or 419329. OLE color: 419329.
HSL color Cylindrical-coordinate representation of color #016606: hue angle of 122.97º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016606 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 6 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.6 |
| HSL | 122.97º | 0.98% | 0.2% | - |
| HSV(B) | 122.97º | 0.99% | 0.4% | - |
| XYZ | 4.8 | 9.52 | 1.76 | - |
| YUV | 60.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 6 | 0.99 | 0 | 0.94 | 0.6 | 122.97 | 0.98 | 0.2 |
| Hex | 1 | 66 | 6 | 63 | 0 | 5E | 3C | 7B | 62 | 14 |
| Octal | 1 | 146 | 6 | 143 | 0 | 136 | 74 | 173 | 142 | 24 |
| Binary | 1 | 1100110 | 110 | 1100011 | 0 | 1011110 | 111100 | 1111011 | 1100010 | 10100 |
Color Harmonies of #016606
Complementary color
Monochromatic Colors of #016606
Black with #016606
Text Example
Text Example
White with #016606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016606; }
p { color: rgb(1,102,6); }
H1.HeaderClassName
{
color: #016606;
}
.AnyTagClassName
{
color: #016606;
}
</style>
background-color css
<style>
a { background-color: #016606; }
a { background-color: rgb(1,102,6); }
div.DivClassName
{
background-color: #016606;
}
.BgClassName
{
background-color: #016606;
}
</style>
border-color css
<style>
span { border-color: #016606; }
span { border-color: rgb(1,102,6); }
td.TdClassName
{
border-color: #016606;
}
.TagClassName
{
border-color: #016606;
}
</style>