Shades of Jewel #116D4F
Tints of Jewel #116D4F
RGB
CMYK
RGB Variations
Color information
#116D4F (or 0x116D4F) is known color: Jewel. HEX triplet: 11, 6D and 4F. RGB value is (17,109,79). Sum of RGB (Red+Green+Blue) = 17+109+79=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #116D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D4F is #EE92B0. Grayscale: #4E4E4E. Windows color (decimal): -15635121 or 5205265. OLE color: 5205265.
HSL color Cylindrical-coordinate representation of color #116D4F: hue angle of 160.43º 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 #116D4F is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 79 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.57 |
| HSL | 160.43º | 0.73% | 0.25% | - |
| HSV(B) | 160.43º | 0.84% | 0.43% | - |
| XYZ | 7.11 | 11.62 | 9.27 | - |
| YUV | 78.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 79 | 0.84 | 0 | 0.28 | 0.57 | 160.43 | 0.73 | 0.25 |
| Hex | 11 | 6D | 4F | 54 | 0 | 1C | 39 | A0 | 49 | 19 |
| Octal | 21 | 155 | 117 | 124 | 0 | 34 | 71 | 240 | 111 | 31 |
| Binary | 10001 | 1101101 | 1001111 | 1010100 | 0 | 11100 | 111001 | 10100000 | 1001001 | 11001 |
Color Harmonies of #116D4F
Complementary color
Monochromatic Colors of #116D4F
Black with #116D4F
Text Example
Text Example
White with #116D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D4F; }
p { color: rgb(17,109,79); }
H1.HeaderClassName
{
color: #116D4F;
}
.AnyTagClassName
{
color: #116D4F;
}
</style>
background-color css
<style>
a { background-color: #116D4F; }
a { background-color: rgb(17,109,79); }
div.DivClassName
{
background-color: #116D4F;
}
.BgClassName
{
background-color: #116D4F;
}
</style>
border-color css
<style>
span { border-color: #116D4F; }
span { border-color: rgb(17,109,79); }
td.TdClassName
{
border-color: #116D4F;
}
.TagClassName
{
border-color: #116D4F;
}
</style>