Shades of Jewel #116849
Tints of Jewel #116849
RGB
CMYK
RGB Variations
Color information
#116849 (or 0x116849) is known color: Jewel. HEX triplet: 11, 68 and 49. RGB value is (17,104,73). Sum of RGB (Red+Green+Blue) = 17+104+73=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #116849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116849 is #EE97B6. Grayscale: #4A4A4A. Windows color (decimal): -15636407 or 4810769. OLE color: 4810769.
HSL color Cylindrical-coordinate representation of color #116849: hue angle of 158.62º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116849 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 73 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.59 |
| HSL | 158.62º | 0.72% | 0.24% | - |
| HSV(B) | 158.62º | 0.84% | 0.41% | - |
| XYZ | 6.38 | 10.5 | 7.99 | - |
| YUV | 74.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 73 | 0.84 | 0 | 0.30 | 0.59 | 158.62 | 0.72 | 0.24 |
| Hex | 11 | 68 | 49 | 54 | 0 | 1E | 3B | 9F | 48 | 18 |
| Octal | 21 | 150 | 111 | 124 | 0 | 36 | 73 | 237 | 110 | 30 |
| Binary | 10001 | 1101000 | 1001001 | 1010100 | 0 | 11110 | 111011 | 10011111 | 1001000 | 11000 |
Color Harmonies of #116849
Complementary color
Monochromatic Colors of #116849
Black with #116849
Text Example
Text Example
White with #116849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116849; }
p { color: rgb(17,104,73); }
H1.HeaderClassName
{
color: #116849;
}
.AnyTagClassName
{
color: #116849;
}
</style>
background-color css
<style>
a { background-color: #116849; }
a { background-color: rgb(17,104,73); }
div.DivClassName
{
background-color: #116849;
}
.BgClassName
{
background-color: #116849;
}
</style>
border-color css
<style>
span { border-color: #116849; }
span { border-color: rgb(17,104,73); }
td.TdClassName
{
border-color: #116849;
}
.TagClassName
{
border-color: #116849;
}
</style>