Shades of Jewel #116C4B
Tints of Jewel #116C4B
RGB
CMYK
RGB Variations
Color information
#116C4B (or 0x116C4B) is known color: Jewel. HEX triplet: 11, 6C and 4B. RGB value is (17,108,75). Sum of RGB (Red+Green+Blue) = 17+108+75=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #116C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C4B is #EE93B4. Grayscale: #4D4D4D. Windows color (decimal): -15635381 or 4942865. OLE color: 4942865.
HSL color Cylindrical-coordinate representation of color #116C4B: hue angle of 158.24º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C4B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 75 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.58 |
| HSL | 158.24º | 0.73% | 0.25% | - |
| HSV(B) | 158.24º | 0.84% | 0.42% | - |
| XYZ | 6.86 | 11.35 | 8.49 | - |
| YUV | 77.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 75 | 0.84 | 0 | 0.31 | 0.58 | 158.24 | 0.73 | 0.25 |
| Hex | 11 | 6C | 4B | 54 | 0 | 1F | 3A | 9E | 49 | 19 |
| Octal | 21 | 154 | 113 | 124 | 0 | 37 | 72 | 236 | 111 | 31 |
| Binary | 10001 | 1101100 | 1001011 | 1010100 | 0 | 11111 | 111010 | 10011110 | 1001001 | 11001 |
Color Harmonies of #116C4B
Complementary color
Monochromatic Colors of #116C4B
Black with #116C4B
Text Example
Text Example
White with #116C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C4B; }
p { color: rgb(17,108,75); }
H1.HeaderClassName
{
color: #116C4B;
}
.AnyTagClassName
{
color: #116C4B;
}
</style>
background-color css
<style>
a { background-color: #116C4B; }
a { background-color: rgb(17,108,75); }
div.DivClassName
{
background-color: #116C4B;
}
.BgClassName
{
background-color: #116C4B;
}
</style>
border-color css
<style>
span { border-color: #116C4B; }
span { border-color: rgb(17,108,75); }
td.TdClassName
{
border-color: #116C4B;
}
.TagClassName
{
border-color: #116C4B;
}
</style>