Shades of Green #166A06
Tints of Green #166A06
RGB
CMYK
RGB Variations
Color information
#166A06 (or 0x166A06) is known color: Green. HEX triplet: 16, 6A and 06. RGB value is (22,106,6). Sum of RGB (Red+Green+Blue) = 22+106+6=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 106 (41.80% from 255 or 79.10% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 106 - color contains mainly: green. Hex color #166A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166A06 is #E995F9. Grayscale: #454545. Windows color (decimal): -15308282 or 420374. OLE color: 420374.
HSL color Cylindrical-coordinate representation of color #166A06: hue angle of 110.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #166A06 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 6 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.58 |
| HSL | 110.4º | 0.89% | 0.22% | - |
| HSV(B) | 110.4º | 0.94% | 0.42% | - |
| XYZ | 5.52 | 10.49 | 1.91 | - |
| YUV | 69.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 6 | 0.79 | 0 | 0.94 | 0.58 | 110.4 | 0.89 | 0.22 |
| Hex | 16 | 6A | 6 | 4F | 0 | 5E | 3A | 6E | 59 | 16 |
| Octal | 26 | 152 | 6 | 117 | 0 | 136 | 72 | 156 | 131 | 26 |
| Binary | 10110 | 1101010 | 110 | 1001111 | 0 | 1011110 | 111010 | 1101110 | 1011001 | 10110 |
Color Harmonies of #166A06
Complementary color
Monochromatic Colors of #166A06
Black with #166A06
Text Example
Text Example
White with #166A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A06; }
p { color: rgb(22,106,6); }
H1.HeaderClassName
{
color: #166A06;
}
.AnyTagClassName
{
color: #166A06;
}
</style>
background-color css
<style>
a { background-color: #166A06; }
a { background-color: rgb(22,106,6); }
div.DivClassName
{
background-color: #166A06;
}
.BgClassName
{
background-color: #166A06;
}
</style>
border-color css
<style>
span { border-color: #166A06; }
span { border-color: rgb(22,106,6); }
td.TdClassName
{
border-color: #166A06;
}
.TagClassName
{
border-color: #166A06;
}
</style>