Shades of Jewel #116D44
Tints of Jewel #116D44
RGB
CMYK
RGB Variations
Color information
#116D44 (or 0x116D44) is known color: Jewel. HEX triplet: 11, 6D and 44. RGB value is (17,109,68). Sum of RGB (Red+Green+Blue) = 17+109+68=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #116D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D44 is #EE92BB. Grayscale: #4C4C4C. Windows color (decimal): -15635132 or 4484369. OLE color: 4484369.
HSL color Cylindrical-coordinate representation of color #116D44: hue angle of 153.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D44 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 68 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.57 |
| HSL | 153.26º | 0.73% | 0.25% | - |
| HSV(B) | 153.26º | 0.84% | 0.43% | - |
| XYZ | 6.74 | 11.47 | 7.33 | - |
| YUV | 76.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 68 | 0.84 | 0 | 0.38 | 0.57 | 153.26 | 0.73 | 0.25 |
| Hex | 11 | 6D | 44 | 54 | 0 | 26 | 39 | 99 | 49 | 19 |
| Octal | 21 | 155 | 104 | 124 | 0 | 46 | 71 | 231 | 111 | 31 |
| Binary | 10001 | 1101101 | 1000100 | 1010100 | 0 | 100110 | 111001 | 10011001 | 1001001 | 11001 |
Color Harmonies of #116D44
Complementary color
Monochromatic Colors of #116D44
Black with #116D44
Text Example
Text Example
White with #116D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D44; }
p { color: rgb(17,109,68); }
H1.HeaderClassName
{
color: #116D44;
}
.AnyTagClassName
{
color: #116D44;
}
</style>
background-color css
<style>
a { background-color: #116D44; }
a { background-color: rgb(17,109,68); }
div.DivClassName
{
background-color: #116D44;
}
.BgClassName
{
background-color: #116D44;
}
</style>
border-color css
<style>
span { border-color: #116D44; }
span { border-color: rgb(17,109,68); }
td.TdClassName
{
border-color: #116D44;
}
.TagClassName
{
border-color: #116D44;
}
</style>