Shades of San Felix #116C1B
Tints of San Felix #116C1B
RGB
CMYK
RGB Variations
Color information
#116C1B (or 0x116C1B) is known color: San Felix. HEX triplet: 11, 6C and 1B. RGB value is (17,108,27). Sum of RGB (Red+Green+Blue) = 17+108+27=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #116C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C1B is #EE93E4. Grayscale: #474747. Windows color (decimal): -15635429 or 1797137. OLE color: 1797137.
HSL color Cylindrical-coordinate representation of color #116C1B: hue angle of 126.59º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C1B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 27 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.58 |
| HSL | 126.59º | 0.73% | 0.25% | - |
| HSV(B) | 126.59º | 0.84% | 0.42% | - |
| XYZ | 5.79 | 10.92 | 2.84 | - |
| YUV | 71.56 | 102.85 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 27 | 0.84 | 0 | 0.75 | 0.58 | 126.59 | 0.73 | 0.25 |
| Hex | 11 | 6C | 1B | 54 | 0 | 4B | 3A | 7F | 49 | 19 |
| Octal | 21 | 154 | 33 | 124 | 0 | 113 | 72 | 177 | 111 | 31 |
| Binary | 10001 | 1101100 | 11011 | 1010100 | 0 | 1001011 | 111010 | 1111111 | 1001001 | 11001 |
Color Harmonies of #116C1B
Complementary color
Monochromatic Colors of #116C1B
Black with #116C1B
Text Example
Text Example
White with #116C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C1B; }
p { color: rgb(17,108,27); }
H1.HeaderClassName
{
color: #116C1B;
}
.AnyTagClassName
{
color: #116C1B;
}
</style>
background-color css
<style>
a { background-color: #116C1B; }
a { background-color: rgb(17,108,27); }
div.DivClassName
{
background-color: #116C1B;
}
.BgClassName
{
background-color: #116C1B;
}
</style>
border-color css
<style>
span { border-color: #116C1B; }
span { border-color: rgb(17,108,27); }
td.TdClassName
{
border-color: #116C1B;
}
.TagClassName
{
border-color: #116C1B;
}
</style>