Shades of San Felix #166D20
Tints of San Felix #166D20
RGB
CMYK
RGB Variations
Color information
#166D20 (or 0x166D20) is known color: San Felix. HEX triplet: 16, 6D and 20. RGB value is (22,109,32). Sum of RGB (Red+Green+Blue) = 22+109+32=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #166D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D20 is #E992DF. Grayscale: #4A4A4A. Windows color (decimal): -15307488 or 2125078. OLE color: 2125078.
HSL color Cylindrical-coordinate representation of color #166D20: hue angle of 126.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D20 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 32 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.57 |
| HSL | 126.9º | 0.66% | 0.26% | - |
| HSV(B) | 126.9º | 0.8% | 0.43% | - |
| XYZ | 6.06 | 11.21 | 3.21 | - |
| YUV | 74.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 32 | 0.80 | 0 | 0.71 | 0.57 | 126.9 | 0.66 | 0.26 |
| Hex | 16 | 6D | 20 | 50 | 0 | 47 | 39 | 7F | 42 | 1A |
| Octal | 26 | 155 | 40 | 120 | 0 | 107 | 71 | 177 | 102 | 32 |
| Binary | 10110 | 1101101 | 100000 | 1010000 | 0 | 1000111 | 111001 | 1111111 | 1000010 | 11010 |
Color Harmonies of #166D20
Complementary color
Monochromatic Colors of #166D20
Black with #166D20
Text Example
Text Example
White with #166D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D20; }
p { color: rgb(22,109,32); }
H1.HeaderClassName
{
color: #166D20;
}
.AnyTagClassName
{
color: #166D20;
}
</style>
background-color css
<style>
a { background-color: #166D20; }
a { background-color: rgb(22,109,32); }
div.DivClassName
{
background-color: #166D20;
}
.BgClassName
{
background-color: #166D20;
}
</style>
border-color css
<style>
span { border-color: #166D20; }
span { border-color: rgb(22,109,32); }
td.TdClassName
{
border-color: #166D20;
}
.TagClassName
{
border-color: #166D20;
}
</style>