Shades of Jewel #116F4D
Tints of Jewel #116F4D
RGB
CMYK
RGB Variations
Color information
#116F4D (or 0x116F4D) is known color: Jewel. HEX triplet: 11, 6F and 4D. RGB value is (17,111,77). Sum of RGB (Red+Green+Blue) = 17+111+77=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #116F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F4D is #EE90B2. Grayscale: #4F4F4F. Windows color (decimal): -15634611 or 5074705. OLE color: 5074705.
HSL color Cylindrical-coordinate representation of color #116F4D: hue angle of 158.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F4D is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 77 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.56 |
| HSL | 158.3º | 0.73% | 0.25% | - |
| HSV(B) | 158.3º | 0.85% | 0.44% | - |
| XYZ | 7.26 | 12.02 | 8.96 | - |
| YUV | 79.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 77 | 0.85 | 0 | 0.31 | 0.56 | 158.3 | 0.73 | 0.25 |
| Hex | 11 | 6F | 4D | 55 | 0 | 1F | 38 | 9E | 49 | 19 |
| Octal | 21 | 157 | 115 | 125 | 0 | 37 | 70 | 236 | 111 | 31 |
| Binary | 10001 | 1101111 | 1001101 | 1010101 | 0 | 11111 | 111000 | 10011110 | 1001001 | 11001 |
Color Harmonies of #116F4D
Complementary color
Monochromatic Colors of #116F4D
Black with #116F4D
Text Example
Text Example
White with #116F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F4D; }
p { color: rgb(17,111,77); }
H1.HeaderClassName
{
color: #116F4D;
}
.AnyTagClassName
{
color: #116F4D;
}
</style>
background-color css
<style>
a { background-color: #116F4D; }
a { background-color: rgb(17,111,77); }
div.DivClassName
{
background-color: #116F4D;
}
.BgClassName
{
background-color: #116F4D;
}
</style>
border-color css
<style>
span { border-color: #116F4D; }
span { border-color: rgb(17,111,77); }
td.TdClassName
{
border-color: #116F4D;
}
.TagClassName
{
border-color: #116F4D;
}
</style>