Shades of Jewel #116B42
Tints of Jewel #116B42
RGB
CMYK
RGB Variations
Color information
#116B42 (or 0x116B42) is known color: Jewel. HEX triplet: 11, 6B and 42. RGB value is (17,107,66). Sum of RGB (Red+Green+Blue) = 17+107+66=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #116B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B42 is #EE94BD. Grayscale: #4B4B4B. Windows color (decimal): -15635646 or 4352785. OLE color: 4352785.
HSL color Cylindrical-coordinate representation of color #116B42: hue angle of 152.67º 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 #116B42 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 66 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.58 |
| HSL | 152.67º | 0.73% | 0.24% | - |
| HSV(B) | 152.67º | 0.84% | 0.42% | - |
| XYZ | 6.47 | 11.03 | 6.94 | - |
| YUV | 75.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 66 | 0.84 | 0 | 0.38 | 0.58 | 152.67 | 0.73 | 0.24 |
| Hex | 11 | 6B | 42 | 54 | 0 | 26 | 3A | 99 | 49 | 18 |
| Octal | 21 | 153 | 102 | 124 | 0 | 46 | 72 | 231 | 111 | 30 |
| Binary | 10001 | 1101011 | 1000010 | 1010100 | 0 | 100110 | 111010 | 10011001 | 1001001 | 11000 |
Color Harmonies of #116B42
Complementary color
Monochromatic Colors of #116B42
Black with #116B42
Text Example
Text Example
White with #116B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B42; }
p { color: rgb(17,107,66); }
H1.HeaderClassName
{
color: #116B42;
}
.AnyTagClassName
{
color: #116B42;
}
</style>
background-color css
<style>
a { background-color: #116B42; }
a { background-color: rgb(17,107,66); }
div.DivClassName
{
background-color: #116B42;
}
.BgClassName
{
background-color: #116B42;
}
</style>
border-color css
<style>
span { border-color: #116B42; }
span { border-color: rgb(17,107,66); }
td.TdClassName
{
border-color: #116B42;
}
.TagClassName
{
border-color: #116B42;
}
</style>