Shades of San Felix #166D1B
Tints of San Felix #166D1B
RGB
CMYK
RGB Variations
Color information
#166D1B (or 0x166D1B) is known color: San Felix. HEX triplet: 16, 6D and 1B. RGB value is (22,109,27). Sum of RGB (Red+Green+Blue) = 22+109+27=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #166D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D1B is #E992E4. Grayscale: #494949. Windows color (decimal): -15307493 or 1797398. OLE color: 1797398.
HSL color Cylindrical-coordinate representation of color #166D1B: hue angle of 123.45º 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 #166D1B is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 27 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.57 |
| HSL | 123.45º | 0.66% | 0.26% | - |
| HSV(B) | 123.45º | 0.8% | 0.43% | - |
| XYZ | 6 | 11.19 | 2.88 | - |
| YUV | 73.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 27 | 0.80 | 0 | 0.75 | 0.57 | 123.45 | 0.66 | 0.26 |
| Hex | 16 | 6D | 1B | 50 | 0 | 4B | 39 | 7B | 42 | 1A |
| Octal | 26 | 155 | 33 | 120 | 0 | 113 | 71 | 173 | 102 | 32 |
| Binary | 10110 | 1101101 | 11011 | 1010000 | 0 | 1001011 | 111001 | 1111011 | 1000010 | 11010 |
Color Harmonies of #166D1B
Complementary color
Monochromatic Colors of #166D1B
Black with #166D1B
Text Example
Text Example
White with #166D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D1B; }
p { color: rgb(22,109,27); }
H1.HeaderClassName
{
color: #166D1B;
}
.AnyTagClassName
{
color: #166D1B;
}
</style>
background-color css
<style>
a { background-color: #166D1B; }
a { background-color: rgb(22,109,27); }
div.DivClassName
{
background-color: #166D1B;
}
.BgClassName
{
background-color: #166D1B;
}
</style>
border-color css
<style>
span { border-color: #166D1B; }
span { border-color: rgb(22,109,27); }
td.TdClassName
{
border-color: #166D1B;
}
.TagClassName
{
border-color: #166D1B;
}
</style>