Shades of San Felix #166C19
Tints of San Felix #166C19
RGB
CMYK
RGB Variations
Color information
#166C19 (or 0x166C19) is known color: San Felix. HEX triplet: 16, 6C and 19. RGB value is (22,108,25). Sum of RGB (Red+Green+Blue) = 22+108+25=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #166C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166C19 is #E993E6. Grayscale: #494949. Windows color (decimal): -15307751 or 1666070. OLE color: 1666070.
HSL color Cylindrical-coordinate representation of color #166C19: hue angle of 122.09º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C19 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 25 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.58 |
| HSL | 122.09º | 0.66% | 0.25% | - |
| HSV(B) | 122.09º | 0.8% | 0.42% | - |
| XYZ | 5.87 | 10.97 | 2.73 | - |
| YUV | 72.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 25 | 0.80 | 0 | 0.77 | 0.58 | 122.09 | 0.66 | 0.25 |
| Hex | 16 | 6C | 19 | 50 | 0 | 4D | 3A | 7A | 42 | 19 |
| Octal | 26 | 154 | 31 | 120 | 0 | 115 | 72 | 172 | 102 | 31 |
| Binary | 10110 | 1101100 | 11001 | 1010000 | 0 | 1001101 | 111010 | 1111010 | 1000010 | 11001 |
Color Harmonies of #166C19
Complementary color
Monochromatic Colors of #166C19
Black with #166C19
Text Example
Text Example
White with #166C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C19; }
p { color: rgb(22,108,25); }
H1.HeaderClassName
{
color: #166C19;
}
.AnyTagClassName
{
color: #166C19;
}
</style>
background-color css
<style>
a { background-color: #166C19; }
a { background-color: rgb(22,108,25); }
div.DivClassName
{
background-color: #166C19;
}
.BgClassName
{
background-color: #166C19;
}
</style>
border-color css
<style>
span { border-color: #166C19; }
span { border-color: rgb(22,108,25); }
td.TdClassName
{
border-color: #166C19;
}
.TagClassName
{
border-color: #166C19;
}
</style>