Shades of Jewel #11704E
Tints of Jewel #11704E
RGB
CMYK
RGB Variations
Color information
#11704E (or 0x11704E) is known color: Jewel. HEX triplet: 11, 70 and 4E. RGB value is (17,112,78). Sum of RGB (Red+Green+Blue) = 17+112+78=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #11704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11704E is #EE8FB1. Grayscale: #4F4F4F. Windows color (decimal): -15634354 or 5140497. OLE color: 5140497.
HSL color Cylindrical-coordinate representation of color #11704E: hue angle of 158.53º degrees, saturation: 0.74, 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 #11704E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 78 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.56 |
| HSL | 158.53º | 0.74% | 0.25% | - |
| HSV(B) | 158.53º | 0.85% | 0.44% | - |
| XYZ | 7.4 | 12.26 | 9.18 | - |
| YUV | 79.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 78 | 0.85 | 0 | 0.30 | 0.56 | 158.53 | 0.74 | 0.25 |
| Hex | 11 | 70 | 4E | 55 | 0 | 1E | 38 | 9F | 4A | 19 |
| Octal | 21 | 160 | 116 | 125 | 0 | 36 | 70 | 237 | 112 | 31 |
| Binary | 10001 | 1110000 | 1001110 | 1010101 | 0 | 11110 | 111000 | 10011111 | 1001010 | 11001 |
Color Harmonies of #11704E
Complementary color
Monochromatic Colors of #11704E
Black with #11704E
Text Example
Text Example
White with #11704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11704E; }
p { color: rgb(17,112,78); }
H1.HeaderClassName
{
color: #11704E;
}
.AnyTagClassName
{
color: #11704E;
}
</style>
background-color css
<style>
a { background-color: #11704E; }
a { background-color: rgb(17,112,78); }
div.DivClassName
{
background-color: #11704E;
}
.BgClassName
{
background-color: #11704E;
}
</style>
border-color css
<style>
span { border-color: #11704E; }
span { border-color: rgb(17,112,78); }
td.TdClassName
{
border-color: #11704E;
}
.TagClassName
{
border-color: #11704E;
}
</style>