Shades of San Felix #166B1B
Tints of San Felix #166B1B
RGB
CMYK
RGB Variations
Color information
#166B1B (or 0x166B1B) is known color: San Felix. HEX triplet: 16, 6B and 1B. RGB value is (22,107,27). Sum of RGB (Red+Green+Blue) = 22+107+27=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #166B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166B1B is #E994E4. Grayscale: #484848. Windows color (decimal): -15308005 or 1796886. OLE color: 1796886.
HSL color Cylindrical-coordinate representation of color #166B1B: hue angle of 123.53º 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 #166B1B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 27 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.58 |
| HSL | 123.53º | 0.66% | 0.25% | - |
| HSV(B) | 123.53º | 0.79% | 0.42% | - |
| XYZ | 5.79 | 10.77 | 2.81 | - |
| YUV | 72.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 27 | 0.79 | 0 | 0.75 | 0.58 | 123.53 | 0.66 | 0.25 |
| Hex | 16 | 6B | 1B | 4F | 0 | 4B | 3A | 7C | 42 | 19 |
| Octal | 26 | 153 | 33 | 117 | 0 | 113 | 72 | 174 | 102 | 31 |
| Binary | 10110 | 1101011 | 11011 | 1001111 | 0 | 1001011 | 111010 | 1111100 | 1000010 | 11001 |
Color Harmonies of #166B1B
Complementary color
Monochromatic Colors of #166B1B
Black with #166B1B
Text Example
Text Example
White with #166B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B1B; }
p { color: rgb(22,107,27); }
H1.HeaderClassName
{
color: #166B1B;
}
.AnyTagClassName
{
color: #166B1B;
}
</style>
background-color css
<style>
a { background-color: #166B1B; }
a { background-color: rgb(22,107,27); }
div.DivClassName
{
background-color: #166B1B;
}
.BgClassName
{
background-color: #166B1B;
}
</style>
border-color css
<style>
span { border-color: #166B1B; }
span { border-color: rgb(22,107,27); }
td.TdClassName
{
border-color: #166B1B;
}
.TagClassName
{
border-color: #166B1B;
}
</style>