Shades of San Felix #166C1B
Tints of San Felix #166C1B
RGB
CMYK
RGB Variations
Color information
#166C1B (or 0x166C1B) is known color: San Felix. HEX triplet: 16, 6C and 1B. RGB value is (22,108,27). Sum of RGB (Red+Green+Blue) = 22+108+27=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #166C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C1B is #E993E4. Grayscale: #494949. Windows color (decimal): -15307749 or 1797142. OLE color: 1797142.
HSL color Cylindrical-coordinate representation of color #166C1B: hue angle of 123.49º 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 #166C1B is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 27 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.58 |
| HSL | 123.49º | 0.66% | 0.25% | - |
| HSV(B) | 123.49º | 0.8% | 0.42% | - |
| XYZ | 5.89 | 10.97 | 2.84 | - |
| YUV | 73.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 27 | 0.80 | 0 | 0.75 | 0.58 | 123.49 | 0.66 | 0.25 |
| Hex | 16 | 6C | 1B | 50 | 0 | 4B | 3A | 7B | 42 | 19 |
| Octal | 26 | 154 | 33 | 120 | 0 | 113 | 72 | 173 | 102 | 31 |
| Binary | 10110 | 1101100 | 11011 | 1010000 | 0 | 1001011 | 111010 | 1111011 | 1000010 | 11001 |
Color Harmonies of #166C1B
Complementary color
Monochromatic Colors of #166C1B
Black with #166C1B
Text Example
Text Example
White with #166C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C1B; }
p { color: rgb(22,108,27); }
H1.HeaderClassName
{
color: #166C1B;
}
.AnyTagClassName
{
color: #166C1B;
}
</style>
background-color css
<style>
a { background-color: #166C1B; }
a { background-color: rgb(22,108,27); }
div.DivClassName
{
background-color: #166C1B;
}
.BgClassName
{
background-color: #166C1B;
}
</style>
border-color css
<style>
span { border-color: #166C1B; }
span { border-color: rgb(22,108,27); }
td.TdClassName
{
border-color: #166C1B;
}
.TagClassName
{
border-color: #166C1B;
}
</style>