Shades of Jewel #116B40
Tints of Jewel #116B40
RGB
CMYK
RGB Variations
Color information
#116B40 (or 0x116B40) is known color: Jewel. HEX triplet: 11, 6B and 40. RGB value is (17,107,64). Sum of RGB (Red+Green+Blue) = 17+107+64=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #116B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B40 is #EE94BF. Grayscale: #4B4B4B. Windows color (decimal): -15635648 or 4221713. OLE color: 4221713.
HSL color Cylindrical-coordinate representation of color #116B40: hue angle of 151.33º 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 #116B40 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 64 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.58 |
| HSL | 151.33º | 0.73% | 0.24% | - |
| HSV(B) | 151.33º | 0.84% | 0.42% | - |
| XYZ | 6.41 | 11 | 6.64 | - |
| YUV | 75.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 64 | 0.84 | 0 | 0.40 | 0.58 | 151.33 | 0.73 | 0.24 |
| Hex | 11 | 6B | 40 | 54 | 0 | 28 | 3A | 97 | 49 | 18 |
| Octal | 21 | 153 | 100 | 124 | 0 | 50 | 72 | 227 | 111 | 30 |
| Binary | 10001 | 1101011 | 1000000 | 1010100 | 0 | 101000 | 111010 | 10010111 | 1001001 | 11000 |
Color Harmonies of #116B40
Complementary color
Monochromatic Colors of #116B40
Black with #116B40
Text Example
Text Example
White with #116B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B40; }
p { color: rgb(17,107,64); }
H1.HeaderClassName
{
color: #116B40;
}
.AnyTagClassName
{
color: #116B40;
}
</style>
background-color css
<style>
a { background-color: #116B40; }
a { background-color: rgb(17,107,64); }
div.DivClassName
{
background-color: #116B40;
}
.BgClassName
{
background-color: #116B40;
}
</style>
border-color css
<style>
span { border-color: #116B40; }
span { border-color: rgb(17,107,64); }
td.TdClassName
{
border-color: #116B40;
}
.TagClassName
{
border-color: #116B40;
}
</style>