Shades of San Felix #116B1A
Tints of San Felix #116B1A
RGB
CMYK
RGB Variations
Color information
#116B1A (or 0x116B1A) is known color: San Felix. HEX triplet: 11, 6B and 1A. RGB value is (17,107,26). Sum of RGB (Red+Green+Blue) = 17+107+26=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #116B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B1A is #EE94E5. Grayscale: #474747. Windows color (decimal): -15635686 or 1731345. OLE color: 1731345.
HSL color Cylindrical-coordinate representation of color #116B1A: hue angle of 126º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B1A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 26 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.58 |
| HSL | 126º | 0.73% | 0.24% | - |
| HSV(B) | 126º | 0.84% | 0.42% | - |
| XYZ | 5.68 | 10.71 | 2.75 | - |
| YUV | 70.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 26 | 0.84 | 0 | 0.76 | 0.58 | 126 | 0.73 | 0.24 |
| Hex | 11 | 6B | 1A | 54 | 0 | 4C | 3A | 7E | 49 | 18 |
| Octal | 21 | 153 | 32 | 124 | 0 | 114 | 72 | 176 | 111 | 30 |
| Binary | 10001 | 1101011 | 11010 | 1010100 | 0 | 1001100 | 111010 | 1111110 | 1001001 | 11000 |
Color Harmonies of #116B1A
Complementary color
Monochromatic Colors of #116B1A
Black with #116B1A
Text Example
Text Example
White with #116B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B1A; }
p { color: rgb(17,107,26); }
H1.HeaderClassName
{
color: #116B1A;
}
.AnyTagClassName
{
color: #116B1A;
}
</style>
background-color css
<style>
a { background-color: #116B1A; }
a { background-color: rgb(17,107,26); }
div.DivClassName
{
background-color: #116B1A;
}
.BgClassName
{
background-color: #116B1A;
}
</style>
border-color css
<style>
span { border-color: #116B1A; }
span { border-color: rgb(17,107,26); }
td.TdClassName
{
border-color: #116B1A;
}
.TagClassName
{
border-color: #116B1A;
}
</style>