Shades of San Felix #166A17
Tints of San Felix #166A17
RGB
CMYK
RGB Variations
Color information
#166A17 (or 0x166A17) is known color: San Felix. HEX triplet: 16, 6A and 17. RGB value is (22,106,23). Sum of RGB (Red+Green+Blue) = 22+106+23=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #166A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166A17 is #E995E8. Grayscale: #474747. Windows color (decimal): -15308265 or 1534486. OLE color: 1534486.
HSL color Cylindrical-coordinate representation of color #166A17: hue angle of 120.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166A17 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 23 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.58 |
| HSL | 120.71º | 0.66% | 0.25% | - |
| HSV(B) | 120.71º | 0.79% | 0.42% | - |
| XYZ | 5.64 | 10.54 | 2.55 | - |
| YUV | 71.42 | 100.67 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 23 | 0.79 | 0 | 0.78 | 0.58 | 120.71 | 0.66 | 0.25 |
| Hex | 16 | 6A | 17 | 4F | 0 | 4E | 3A | 79 | 42 | 19 |
| Octal | 26 | 152 | 27 | 117 | 0 | 116 | 72 | 171 | 102 | 31 |
| Binary | 10110 | 1101010 | 10111 | 1001111 | 0 | 1001110 | 111010 | 1111001 | 1000010 | 11001 |
Color Harmonies of #166A17
Complementary color
Monochromatic Colors of #166A17
Black with #166A17
Text Example
Text Example
White with #166A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A17; }
p { color: rgb(22,106,23); }
H1.HeaderClassName
{
color: #166A17;
}
.AnyTagClassName
{
color: #166A17;
}
</style>
background-color css
<style>
a { background-color: #166A17; }
a { background-color: rgb(22,106,23); }
div.DivClassName
{
background-color: #166A17;
}
.BgClassName
{
background-color: #166A17;
}
</style>
border-color css
<style>
span { border-color: #166A17; }
span { border-color: rgb(22,106,23); }
td.TdClassName
{
border-color: #166A17;
}
.TagClassName
{
border-color: #166A17;
}
</style>