Shades of Elf Green #11896B
Tints of Elf Green #11896B
RGB
CMYK
RGB Variations
Color information
#11896B (or 0x11896B) is known color: Elf Green. HEX triplet: 11, 89 and 6B. RGB value is (17,137,107). Sum of RGB (Red+Green+Blue) = 17+137+107=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #11896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11896B is #EE7694. Grayscale: #616161. Windows color (decimal): -15627925 or 7047441. OLE color: 7047441.
HSL color Cylindrical-coordinate representation of color #11896B: hue angle of 165º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11896B is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 107 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.46 |
| HSL | 165º | 0.78% | 0.3% | - |
| HSV(B) | 165º | 0.88% | 0.54% | - |
| XYZ | 11.83 | 19.07 | 16.97 | - |
| YUV | 97.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 107 | 0.88 | 0 | 0.22 | 0.46 | 165 | 0.78 | 0.3 |
| Hex | 11 | 89 | 6B | 58 | 0 | 16 | 2E | A5 | 4E | 1E |
| Octal | 21 | 211 | 153 | 130 | 0 | 26 | 56 | 245 | 116 | 36 |
| Binary | 10001 | 10001001 | 1101011 | 1011000 | 0 | 10110 | 101110 | 10100101 | 1001110 | 11110 |
Color Harmonies of #11896B
Complementary color
Monochromatic Colors of #11896B
Black with #11896B
Text Example
Text Example
White with #11896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11896B; }
p { color: rgb(17,137,107); }
H1.HeaderClassName
{
color: #11896B;
}
.AnyTagClassName
{
color: #11896B;
}
</style>
background-color css
<style>
a { background-color: #11896B; }
a { background-color: rgb(17,137,107); }
div.DivClassName
{
background-color: #11896B;
}
.BgClassName
{
background-color: #11896B;
}
</style>
border-color css
<style>
span { border-color: #11896B; }
span { border-color: rgb(17,137,107); }
td.TdClassName
{
border-color: #11896B;
}
.TagClassName
{
border-color: #11896B;
}
</style>