Shades of Jewel #116144
Tints of Jewel #116144
RGB
CMYK
RGB Variations
Color information
#116144 (or 0x116144) is known color: Jewel. HEX triplet: 11, 61 and 44. RGB value is (17,97,68). Sum of RGB (Red+Green+Blue) = 17+97+68=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #116144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116144 is #EE9EBB. Grayscale: #454545. Windows color (decimal): -15638204 or 4481297. OLE color: 4481297.
HSL color Cylindrical-coordinate representation of color #116144: hue angle of 158.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116144 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 68 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.62 |
| HSL | 158.25º | 0.7% | 0.22% | - |
| HSV(B) | 158.25º | 0.82% | 0.38% | - |
| XYZ | 5.55 | 9.09 | 6.93 | - |
| YUV | 69.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 68 | 0.82 | 0 | 0.30 | 0.62 | 158.25 | 0.7 | 0.22 |
| Hex | 11 | 61 | 44 | 52 | 0 | 1E | 3E | 9E | 46 | 16 |
| Octal | 21 | 141 | 104 | 122 | 0 | 36 | 76 | 236 | 106 | 26 |
| Binary | 10001 | 1100001 | 1000100 | 1010010 | 0 | 11110 | 111110 | 10011110 | 1000110 | 10110 |
Color Harmonies of #116144
Complementary color
Monochromatic Colors of #116144
Black with #116144
Text Example
Text Example
White with #116144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116144; }
p { color: rgb(17,97,68); }
H1.HeaderClassName
{
color: #116144;
}
.AnyTagClassName
{
color: #116144;
}
</style>
background-color css
<style>
a { background-color: #116144; }
a { background-color: rgb(17,97,68); }
div.DivClassName
{
background-color: #116144;
}
.BgClassName
{
background-color: #116144;
}
</style>
border-color css
<style>
span { border-color: #116144; }
span { border-color: rgb(17,97,68); }
td.TdClassName
{
border-color: #116144;
}
.TagClassName
{
border-color: #116144;
}
</style>