Shades of Jewel #116B3E
Tints of Jewel #116B3E
RGB
CMYK
RGB Variations
Color information
#116B3E (or 0x116B3E) is known color: Jewel. HEX triplet: 11, 6B and 3E. RGB value is (17,107,62). Sum of RGB (Red+Green+Blue) = 17+107+62=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #116B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B3E is #EE94C1. Grayscale: #4B4B4B. Windows color (decimal): -15635650 or 4090641. OLE color: 4090641.
HSL color Cylindrical-coordinate representation of color #116B3E: hue angle of 150º 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 #116B3E is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 62 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.58 |
| HSL | 150º | 0.73% | 0.24% | - |
| HSV(B) | 150º | 0.84% | 0.42% | - |
| XYZ | 6.36 | 10.98 | 6.34 | - |
| YUV | 74.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 62 | 0.84 | 0 | 0.42 | 0.58 | 150 | 0.73 | 0.24 |
| Hex | 11 | 6B | 3E | 54 | 0 | 2A | 3A | 96 | 49 | 18 |
| Octal | 21 | 153 | 76 | 124 | 0 | 52 | 72 | 226 | 111 | 30 |
| Binary | 10001 | 1101011 | 111110 | 1010100 | 0 | 101010 | 111010 | 10010110 | 1001001 | 11000 |
Color Harmonies of #116B3E
Complementary color
Monochromatic Colors of #116B3E
Black with #116B3E
Text Example
Text Example
White with #116B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B3E; }
p { color: rgb(17,107,62); }
H1.HeaderClassName
{
color: #116B3E;
}
.AnyTagClassName
{
color: #116B3E;
}
</style>
background-color css
<style>
a { background-color: #116B3E; }
a { background-color: rgb(17,107,62); }
div.DivClassName
{
background-color: #116B3E;
}
.BgClassName
{
background-color: #116B3E;
}
</style>
border-color css
<style>
span { border-color: #116B3E; }
span { border-color: rgb(17,107,62); }
td.TdClassName
{
border-color: #116B3E;
}
.TagClassName
{
border-color: #116B3E;
}
</style>