Shades of San Felix #166B1F
Tints of San Felix #166B1F
RGB
CMYK
RGB Variations
Color information
#166B1F (or 0x166B1F) is known color: San Felix. HEX triplet: 16, 6B and 1F. RGB value is (22,107,31). Sum of RGB (Red+Green+Blue) = 22+107+31=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #166B1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166B1F is #E994E0. Grayscale: #494949. Windows color (decimal): -15308001 or 2059030. OLE color: 2059030.
HSL color Cylindrical-coordinate representation of color #166B1F: hue angle of 126.35º 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 #166B1F is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 31 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.58 |
| HSL | 126.35º | 0.66% | 0.25% | - |
| HSV(B) | 126.35º | 0.79% | 0.42% | - |
| XYZ | 5.84 | 10.78 | 3.07 | - |
| YUV | 72.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 31 | 0.79 | 0 | 0.71 | 0.58 | 126.35 | 0.66 | 0.25 |
| Hex | 16 | 6B | 1F | 4F | 0 | 47 | 3A | 7E | 42 | 19 |
| Octal | 26 | 153 | 37 | 117 | 0 | 107 | 72 | 176 | 102 | 31 |
| Binary | 10110 | 1101011 | 11111 | 1001111 | 0 | 1000111 | 111010 | 1111110 | 1000010 | 11001 |
Color Harmonies of #166B1F
Complementary color
Monochromatic Colors of #166B1F
Black with #166B1F
Text Example
Text Example
White with #166B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B1F; }
p { color: rgb(22,107,31); }
H1.HeaderClassName
{
color: #166B1F;
}
.AnyTagClassName
{
color: #166B1F;
}
</style>
background-color css
<style>
a { background-color: #166B1F; }
a { background-color: rgb(22,107,31); }
div.DivClassName
{
background-color: #166B1F;
}
.BgClassName
{
background-color: #166B1F;
}
</style>
border-color css
<style>
span { border-color: #166B1F; }
span { border-color: rgb(22,107,31); }
td.TdClassName
{
border-color: #166B1F;
}
.TagClassName
{
border-color: #166B1F;
}
</style>