Shades of Jewel #116143
Tints of Jewel #116143
RGB
CMYK
RGB Variations
Color information
#116143 (or 0x116143) is known color: Jewel. HEX triplet: 11, 61 and 43. RGB value is (17,97,67). Sum of RGB (Red+Green+Blue) = 17+97+67=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #116143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116143 is #EE9EBC. Grayscale: #454545. Windows color (decimal): -15638205 or 4415761. OLE color: 4415761.
HSL color Cylindrical-coordinate representation of color #116143: hue angle of 157.5º 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 #116143 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 67 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.62 |
| HSL | 157.5º | 0.7% | 0.22% | - |
| HSV(B) | 157.5º | 0.82% | 0.38% | - |
| XYZ | 5.52 | 9.07 | 6.77 | - |
| YUV | 69.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 67 | 0.82 | 0 | 0.31 | 0.62 | 157.5 | 0.7 | 0.22 |
| Hex | 11 | 61 | 43 | 52 | 0 | 1F | 3E | 9E | 46 | 16 |
| Octal | 21 | 141 | 103 | 122 | 0 | 37 | 76 | 236 | 106 | 26 |
| Binary | 10001 | 1100001 | 1000011 | 1010010 | 0 | 11111 | 111110 | 10011110 | 1000110 | 10110 |
Color Harmonies of #116143
Complementary color
Monochromatic Colors of #116143
Black with #116143
Text Example
Text Example
White with #116143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116143; }
p { color: rgb(17,97,67); }
H1.HeaderClassName
{
color: #116143;
}
.AnyTagClassName
{
color: #116143;
}
</style>
background-color css
<style>
a { background-color: #116143; }
a { background-color: rgb(17,97,67); }
div.DivClassName
{
background-color: #116143;
}
.BgClassName
{
background-color: #116143;
}
</style>
border-color css
<style>
span { border-color: #116143; }
span { border-color: rgb(17,97,67); }
td.TdClassName
{
border-color: #116143;
}
.TagClassName
{
border-color: #116143;
}
</style>