Shades of San Felix #166E1F
Tints of San Felix #166E1F
RGB
CMYK
RGB Variations
Color information
#166E1F (or 0x166E1F) is known color: San Felix. HEX triplet: 16, 6E and 1F. RGB value is (22,110,31). Sum of RGB (Red+Green+Blue) = 22+110+31=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 110 (43.36% from 255 or 67.48% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 110 - color contains mainly: green. Hex color #166E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E1F is #E991E0. Grayscale: #4A4A4A. Windows color (decimal): -15307233 or 2059798. OLE color: 2059798.
HSL color Cylindrical-coordinate representation of color #166E1F: hue angle of 126.14º degrees, saturation: 0.67, 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 #166E1F is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 31 | - |
| CMYK | 0.8 | 0 | 0.72 | 0.57 |
| HSL | 126.14º | 0.67% | 0.26% | - |
| HSV(B) | 126.14º | 0.8% | 0.43% | - |
| XYZ | 6.15 | 11.42 | 3.18 | - |
| YUV | 74.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 31 | 0.8 | 0 | 0.72 | 0.57 | 126.14 | 0.67 | 0.26 |
| Hex | 16 | 6E | 1F | 50 | 0 | 48 | 39 | 7E | 43 | 1A |
| Octal | 26 | 156 | 37 | 120 | 0 | 110 | 71 | 176 | 103 | 32 |
| Binary | 10110 | 1101110 | 11111 | 1010000 | 0 | 1001000 | 111001 | 1111110 | 1000011 | 11010 |
Color Harmonies of #166E1F
Complementary color
Monochromatic Colors of #166E1F
Black with #166E1F
Text Example
Text Example
White with #166E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E1F; }
p { color: rgb(22,110,31); }
H1.HeaderClassName
{
color: #166E1F;
}
.AnyTagClassName
{
color: #166E1F;
}
</style>
background-color css
<style>
a { background-color: #166E1F; }
a { background-color: rgb(22,110,31); }
div.DivClassName
{
background-color: #166E1F;
}
.BgClassName
{
background-color: #166E1F;
}
</style>
border-color css
<style>
span { border-color: #166E1F; }
span { border-color: rgb(22,110,31); }
td.TdClassName
{
border-color: #166E1F;
}
.TagClassName
{
border-color: #166E1F;
}
</style>