Shades of Green #166606
Tints of Green #166606
RGB
CMYK
RGB Variations
Color information
#166606 (or 0x166606) is known color: Green. HEX triplet: 16, 66 and 06. RGB value is (22,102,6). Sum of RGB (Red+Green+Blue) = 22+102+6=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #166606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166606 is #E999F9. Grayscale: #434343. Windows color (decimal): -15309306 or 419350. OLE color: 419350.
HSL color Cylindrical-coordinate representation of color #166606: hue angle of 110º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #166606 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 102 | 6 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.6 |
| HSL | 110º | 0.89% | 0.21% | - |
| HSV(B) | 110º | 0.94% | 0.4% | - |
| XYZ | 5.12 | 9.69 | 1.77 | - |
| YUV | 67.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 6 | 0.78 | 0 | 0.94 | 0.6 | 110 | 0.89 | 0.21 |
| Hex | 16 | 66 | 6 | 4E | 0 | 5E | 3C | 6E | 59 | 15 |
| Octal | 26 | 146 | 6 | 116 | 0 | 136 | 74 | 156 | 131 | 25 |
| Binary | 10110 | 1100110 | 110 | 1001110 | 0 | 1011110 | 111100 | 1101110 | 1011001 | 10101 |
Color Harmonies of #166606
Complementary color
Monochromatic Colors of #166606
Black with #166606
Text Example
Text Example
White with #166606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166606; }
p { color: rgb(22,102,6); }
H1.HeaderClassName
{
color: #166606;
}
.AnyTagClassName
{
color: #166606;
}
</style>
background-color css
<style>
a { background-color: #166606; }
a { background-color: rgb(22,102,6); }
div.DivClassName
{
background-color: #166606;
}
.BgClassName
{
background-color: #166606;
}
</style>
border-color css
<style>
span { border-color: #166606; }
span { border-color: rgb(22,102,6); }
td.TdClassName
{
border-color: #166606;
}
.TagClassName
{
border-color: #166606;
}
</style>