Shades of San Felix #116D1A
Tints of San Felix #116D1A
RGB
CMYK
RGB Variations
Color information
#116D1A (or 0x116D1A) is known color: San Felix. HEX triplet: 11, 6D and 1A. RGB value is (17,109,26). Sum of RGB (Red+Green+Blue) = 17+109+26=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #116D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D1A is #EE92E5. Grayscale: #484848. Windows color (decimal): -15635174 or 1731857. OLE color: 1731857.
HSL color Cylindrical-coordinate representation of color #116D1A: hue angle of 125.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D1A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 26 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.57 |
| HSL | 125.87º | 0.73% | 0.25% | - |
| HSV(B) | 125.87º | 0.84% | 0.43% | - |
| XYZ | 5.89 | 11.13 | 2.82 | - |
| YUV | 72.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 26 | 0.84 | 0 | 0.76 | 0.57 | 125.87 | 0.73 | 0.25 |
| Hex | 11 | 6D | 1A | 54 | 0 | 4C | 39 | 7E | 49 | 19 |
| Octal | 21 | 155 | 32 | 124 | 0 | 114 | 71 | 176 | 111 | 31 |
| Binary | 10001 | 1101101 | 11010 | 1010100 | 0 | 1001100 | 111001 | 1111110 | 1001001 | 11001 |
Color Harmonies of #116D1A
Complementary color
Monochromatic Colors of #116D1A
Black with #116D1A
Text Example
Text Example
White with #116D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D1A; }
p { color: rgb(17,109,26); }
H1.HeaderClassName
{
color: #116D1A;
}
.AnyTagClassName
{
color: #116D1A;
}
</style>
background-color css
<style>
a { background-color: #116D1A; }
a { background-color: rgb(17,109,26); }
div.DivClassName
{
background-color: #116D1A;
}
.BgClassName
{
background-color: #116D1A;
}
</style>
border-color css
<style>
span { border-color: #116D1A; }
span { border-color: rgb(17,109,26); }
td.TdClassName
{
border-color: #116D1A;
}
.TagClassName
{
border-color: #116D1A;
}
</style>