Shades of Green #166605
Tints of Green #166605
RGB
CMYK
RGB Variations
Color information
#166605 (or 0x166605) is known color: Green. HEX triplet: 16, 66 and 05. RGB value is (22,102,5). Sum of RGB (Red+Green+Blue) = 22+102+5=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #166605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166605 is #E999FA. Grayscale: #434343. Windows color (decimal): -15309307 or 353814. OLE color: 353814.
HSL color Cylindrical-coordinate representation of color #166605: hue angle of 109.48º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #166605 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 102 | 5 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.6 |
| HSL | 109.48º | 0.91% | 0.21% | - |
| HSV(B) | 109.48º | 0.95% | 0.4% | - |
| XYZ | 5.11 | 9.68 | 1.74 | - |
| YUV | 67.02 | 93 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 5 | 0.78 | 0 | 0.95 | 0.6 | 109.48 | 0.91 | 0.21 |
| Hex | 16 | 66 | 5 | 4E | 0 | 5F | 3C | 6D | 5B | 15 |
| Octal | 26 | 146 | 5 | 116 | 0 | 137 | 74 | 155 | 133 | 25 |
| Binary | 10110 | 1100110 | 101 | 1001110 | 0 | 1011111 | 111100 | 1101101 | 1011011 | 10101 |
Color Harmonies of #166605
Complementary color
Monochromatic Colors of #166605
Black with #166605
Text Example
Text Example
White with #166605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166605; }
p { color: rgb(22,102,5); }
H1.HeaderClassName
{
color: #166605;
}
.AnyTagClassName
{
color: #166605;
}
</style>
background-color css
<style>
a { background-color: #166605; }
a { background-color: rgb(22,102,5); }
div.DivClassName
{
background-color: #166605;
}
.BgClassName
{
background-color: #166605;
}
</style>
border-color css
<style>
span { border-color: #166605; }
span { border-color: rgb(22,102,5); }
td.TdClassName
{
border-color: #166605;
}
.TagClassName
{
border-color: #166605;
}
</style>