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