Shades of Jewel #116E45
Tints of Jewel #116E45
RGB
CMYK
RGB Variations
Color information
#116E45 (or 0x116E45) is known color: Jewel. HEX triplet: 11, 6E and 45. RGB value is (17,110,69). Sum of RGB (Red+Green+Blue) = 17+110+69=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #116E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E45 is #EE91BA. Grayscale: #4D4D4D. Windows color (decimal): -15634875 or 4550161. OLE color: 4550161.
HSL color Cylindrical-coordinate representation of color #116E45: hue angle of 153.55º 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 #116E45 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 69 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.57 |
| HSL | 153.55º | 0.73% | 0.25% | - |
| HSV(B) | 153.55º | 0.85% | 0.43% | - |
| XYZ | 6.88 | 11.7 | 7.53 | - |
| YUV | 77.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 69 | 0.85 | 0 | 0.37 | 0.57 | 153.55 | 0.73 | 0.25 |
| Hex | 11 | 6E | 45 | 55 | 0 | 25 | 39 | 9A | 49 | 19 |
| Octal | 21 | 156 | 105 | 125 | 0 | 45 | 71 | 232 | 111 | 31 |
| Binary | 10001 | 1101110 | 1000101 | 1010101 | 0 | 100101 | 111001 | 10011010 | 1001001 | 11001 |
Color Harmonies of #116E45
Complementary color
Monochromatic Colors of #116E45
Black with #116E45
Text Example
Text Example
White with #116E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E45; }
p { color: rgb(17,110,69); }
H1.HeaderClassName
{
color: #116E45;
}
.AnyTagClassName
{
color: #116E45;
}
</style>
background-color css
<style>
a { background-color: #116E45; }
a { background-color: rgb(17,110,69); }
div.DivClassName
{
background-color: #116E45;
}
.BgClassName
{
background-color: #116E45;
}
</style>
border-color css
<style>
span { border-color: #116E45; }
span { border-color: rgb(17,110,69); }
td.TdClassName
{
border-color: #116E45;
}
.TagClassName
{
border-color: #116E45;
}
</style>