Shades of San Felix #106D1C
Tints of San Felix #106D1C
RGB
CMYK
RGB Variations
Color information
#106D1C (or 0x106D1C) is known color: San Felix. HEX triplet: 10, 6D and 1C. RGB value is (16,109,28). Sum of RGB (Red+Green+Blue) = 16+109+28=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #106D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D1C is #EF92E3. Grayscale: #484848. Windows color (decimal): -15700708 or 1862928. OLE color: 1862928.
HSL color Cylindrical-coordinate representation of color #106D1C: hue angle of 127.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D1C is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 28 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.57 |
| HSL | 127.74º | 0.74% | 0.25% | - |
| HSV(B) | 127.74º | 0.85% | 0.43% | - |
| XYZ | 5.89 | 11.13 | 2.94 | - |
| YUV | 71.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 28 | 0.85 | 0 | 0.74 | 0.57 | 127.74 | 0.74 | 0.25 |
| Hex | 10 | 6D | 1C | 55 | 0 | 4A | 39 | 80 | 4A | 19 |
| Octal | 20 | 155 | 34 | 125 | 0 | 112 | 71 | 200 | 112 | 31 |
| Binary | 10000 | 1101101 | 11100 | 1010101 | 0 | 1001010 | 111001 | 10000000 | 1001010 | 11001 |
Color Harmonies of #106D1C
Complementary color
Monochromatic Colors of #106D1C
Black with #106D1C
Text Example
Text Example
White with #106D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D1C; }
p { color: rgb(16,109,28); }
H1.HeaderClassName
{
color: #106D1C;
}
.AnyTagClassName
{
color: #106D1C;
}
</style>
background-color css
<style>
a { background-color: #106D1C; }
a { background-color: rgb(16,109,28); }
div.DivClassName
{
background-color: #106D1C;
}
.BgClassName
{
background-color: #106D1C;
}
</style>
border-color css
<style>
span { border-color: #106D1C; }
span { border-color: rgb(16,109,28); }
td.TdClassName
{
border-color: #106D1C;
}
.TagClassName
{
border-color: #106D1C;
}
</style>