Shades of San Felix #11681A
Tints of San Felix #11681A
RGB
CMYK
RGB Variations
Color information
#11681A (or 0x11681A) is known color: San Felix. HEX triplet: 11, 68 and 1A. RGB value is (17,104,26). Sum of RGB (Red+Green+Blue) = 17+104+26=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #11681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11681A is #EE97E5. Grayscale: #454545. Windows color (decimal): -15636454 or 1730577. OLE color: 1730577.
HSL color Cylindrical-coordinate representation of color #11681A: hue angle of 126.21º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11681A is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 26 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.59 |
| HSL | 126.21º | 0.72% | 0.24% | - |
| HSV(B) | 126.21º | 0.84% | 0.41% | - |
| XYZ | 5.37 | 10.09 | 2.64 | - |
| YUV | 69.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 26 | 0.84 | 0 | 0.75 | 0.59 | 126.21 | 0.72 | 0.24 |
| Hex | 11 | 68 | 1A | 54 | 0 | 4B | 3B | 7E | 48 | 18 |
| Octal | 21 | 150 | 32 | 124 | 0 | 113 | 73 | 176 | 110 | 30 |
| Binary | 10001 | 1101000 | 11010 | 1010100 | 0 | 1001011 | 111011 | 1111110 | 1001000 | 11000 |
Color Harmonies of #11681A
Complementary color
Monochromatic Colors of #11681A
Black with #11681A
Text Example
Text Example
White with #11681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11681A; }
p { color: rgb(17,104,26); }
H1.HeaderClassName
{
color: #11681A;
}
.AnyTagClassName
{
color: #11681A;
}
</style>
background-color css
<style>
a { background-color: #11681A; }
a { background-color: rgb(17,104,26); }
div.DivClassName
{
background-color: #11681A;
}
.BgClassName
{
background-color: #11681A;
}
</style>
border-color css
<style>
span { border-color: #11681A; }
span { border-color: rgb(17,104,26); }
td.TdClassName
{
border-color: #11681A;
}
.TagClassName
{
border-color: #11681A;
}
</style>