Shades of San Felix #166A1D
Tints of San Felix #166A1D
RGB
CMYK
RGB Variations
Color information
#166A1D (or 0x166A1D) is known color: San Felix. HEX triplet: 16, 6A and 1D. RGB value is (22,106,29). Sum of RGB (Red+Green+Blue) = 22+106+29=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #166A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166A1D is #E995E2. Grayscale: #484848. Windows color (decimal): -15308259 or 1927702. OLE color: 1927702.
HSL color Cylindrical-coordinate representation of color #166A1D: hue angle of 125º 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 #166A1D is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 29 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.58 |
| HSL | 125º | 0.66% | 0.25% | - |
| HSV(B) | 125º | 0.79% | 0.42% | - |
| XYZ | 5.71 | 10.57 | 2.9 | - |
| YUV | 72.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 29 | 0.79 | 0 | 0.73 | 0.58 | 125 | 0.66 | 0.25 |
| Hex | 16 | 6A | 1D | 4F | 0 | 49 | 3A | 7D | 42 | 19 |
| Octal | 26 | 152 | 35 | 117 | 0 | 111 | 72 | 175 | 102 | 31 |
| Binary | 10110 | 1101010 | 11101 | 1001111 | 0 | 1001001 | 111010 | 1111101 | 1000010 | 11001 |
Color Harmonies of #166A1D
Complementary color
Monochromatic Colors of #166A1D
Black with #166A1D
Text Example
Text Example
White with #166A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A1D; }
p { color: rgb(22,106,29); }
H1.HeaderClassName
{
color: #166A1D;
}
.AnyTagClassName
{
color: #166A1D;
}
</style>
background-color css
<style>
a { background-color: #166A1D; }
a { background-color: rgb(22,106,29); }
div.DivClassName
{
background-color: #166A1D;
}
.BgClassName
{
background-color: #166A1D;
}
</style>
border-color css
<style>
span { border-color: #166A1D; }
span { border-color: rgb(22,106,29); }
td.TdClassName
{
border-color: #166A1D;
}
.TagClassName
{
border-color: #166A1D;
}
</style>