Shades of San Felix #116F1D
Tints of San Felix #116F1D
RGB
CMYK
RGB Variations
Color information
#116F1D (or 0x116F1D) is known color: San Felix. HEX triplet: 11, 6F and 1D. RGB value is (17,111,29). Sum of RGB (Red+Green+Blue) = 17+111+29=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #116F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F1D is #EE90E2. Grayscale: #494949. Windows color (decimal): -15634659 or 1928977. OLE color: 1928977.
HSL color Cylindrical-coordinate representation of color #116F1D: hue angle of 127.66º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F1D is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 29 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.56 |
| HSL | 127.66º | 0.73% | 0.25% | - |
| HSV(B) | 127.66º | 0.85% | 0.44% | - |
| XYZ | 6.14 | 11.58 | 3.07 | - |
| YUV | 73.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 29 | 0.85 | 0 | 0.74 | 0.56 | 127.66 | 0.73 | 0.25 |
| Hex | 11 | 6F | 1D | 55 | 0 | 4A | 38 | 80 | 49 | 19 |
| Octal | 21 | 157 | 35 | 125 | 0 | 112 | 70 | 200 | 111 | 31 |
| Binary | 10001 | 1101111 | 11101 | 1010101 | 0 | 1001010 | 111000 | 10000000 | 1001001 | 11001 |
Color Harmonies of #116F1D
Complementary color
Monochromatic Colors of #116F1D
Black with #116F1D
Text Example
Text Example
White with #116F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F1D; }
p { color: rgb(17,111,29); }
H1.HeaderClassName
{
color: #116F1D;
}
.AnyTagClassName
{
color: #116F1D;
}
</style>
background-color css
<style>
a { background-color: #116F1D; }
a { background-color: rgb(17,111,29); }
div.DivClassName
{
background-color: #116F1D;
}
.BgClassName
{
background-color: #116F1D;
}
</style>
border-color css
<style>
span { border-color: #116F1D; }
span { border-color: rgb(17,111,29); }
td.TdClassName
{
border-color: #116F1D;
}
.TagClassName
{
border-color: #116F1D;
}
</style>