Shades of Green #166607
Tints of Green #166607
RGB
CMYK
RGB Variations
Color information
#166607 (or 0x166607) is known color: Green. HEX triplet: 16, 66 and 07. RGB value is (22,102,7). Sum of RGB (Red+Green+Blue) = 22+102+7=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #166607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166607 is #E999F8. Grayscale: #434343. Windows color (decimal): -15309305 or 484886. OLE color: 484886.
HSL color Cylindrical-coordinate representation of color #166607: hue angle of 110.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #166607 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 102 | 7 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.6 |
| HSL | 110.53º | 0.87% | 0.21% | - |
| HSV(B) | 110.53º | 0.93% | 0.4% | - |
| XYZ | 5.12 | 9.69 | 1.8 | - |
| YUV | 67.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 7 | 0.78 | 0 | 0.93 | 0.6 | 110.53 | 0.87 | 0.21 |
| Hex | 16 | 66 | 7 | 4E | 0 | 5D | 3C | 6F | 57 | 15 |
| Octal | 26 | 146 | 7 | 116 | 0 | 135 | 74 | 157 | 127 | 25 |
| Binary | 10110 | 1100110 | 111 | 1001110 | 0 | 1011101 | 111100 | 1101111 | 1010111 | 10101 |
Color Harmonies of #166607
Complementary color
Monochromatic Colors of #166607
Black with #166607
Text Example
Text Example
White with #166607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166607; }
p { color: rgb(22,102,7); }
H1.HeaderClassName
{
color: #166607;
}
.AnyTagClassName
{
color: #166607;
}
</style>
background-color css
<style>
a { background-color: #166607; }
a { background-color: rgb(22,102,7); }
div.DivClassName
{
background-color: #166607;
}
.BgClassName
{
background-color: #166607;
}
</style>
border-color css
<style>
span { border-color: #166607; }
span { border-color: rgb(22,102,7); }
td.TdClassName
{
border-color: #166607;
}
.TagClassName
{
border-color: #166607;
}
</style>