Shades of Jewel #116E40
Tints of Jewel #116E40
RGB
CMYK
RGB Variations
Color information
#116E40 (or 0x116E40) is known color: Jewel. HEX triplet: 11, 6E and 40. RGB value is (17,110,64). Sum of RGB (Red+Green+Blue) = 17+110+64=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #116E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E40 is #EE91BF. Grayscale: #4D4D4D. Windows color (decimal): -15634880 or 4222481. OLE color: 4222481.
HSL color Cylindrical-coordinate representation of color #116E40: hue angle of 150.32º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E40 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 64 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.57 |
| HSL | 150.32º | 0.73% | 0.25% | - |
| HSV(B) | 150.32º | 0.85% | 0.43% | - |
| XYZ | 6.73 | 11.64 | 6.74 | - |
| YUV | 76.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 64 | 0.85 | 0 | 0.42 | 0.57 | 150.32 | 0.73 | 0.25 |
| Hex | 11 | 6E | 40 | 55 | 0 | 2A | 39 | 96 | 49 | 19 |
| Octal | 21 | 156 | 100 | 125 | 0 | 52 | 71 | 226 | 111 | 31 |
| Binary | 10001 | 1101110 | 1000000 | 1010101 | 0 | 101010 | 111001 | 10010110 | 1001001 | 11001 |
Color Harmonies of #116E40
Complementary color
Monochromatic Colors of #116E40
Black with #116E40
Text Example
Text Example
White with #116E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E40; }
p { color: rgb(17,110,64); }
H1.HeaderClassName
{
color: #116E40;
}
.AnyTagClassName
{
color: #116E40;
}
</style>
background-color css
<style>
a { background-color: #116E40; }
a { background-color: rgb(17,110,64); }
div.DivClassName
{
background-color: #116E40;
}
.BgClassName
{
background-color: #116E40;
}
</style>
border-color css
<style>
span { border-color: #116E40; }
span { border-color: rgb(17,110,64); }
td.TdClassName
{
border-color: #116E40;
}
.TagClassName
{
border-color: #116E40;
}
</style>