Shades of Jewel #11704C
Tints of Jewel #11704C
RGB
CMYK
RGB Variations
Color information
#11704C (or 0x11704C) is known color: Jewel. HEX triplet: 11, 70 and 4C. RGB value is (17,112,76). Sum of RGB (Red+Green+Blue) = 17+112+76=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #11704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11704C is #EE8FB3. Grayscale: #4F4F4F. Windows color (decimal): -15634356 or 5009425. OLE color: 5009425.
HSL color Cylindrical-coordinate representation of color #11704C: hue angle of 157.26º 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 #11704C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 76 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.56 |
| HSL | 157.26º | 0.74% | 0.25% | - |
| HSV(B) | 157.26º | 0.85% | 0.44% | - |
| XYZ | 7.33 | 12.23 | 8.81 | - |
| YUV | 79.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 76 | 0.85 | 0 | 0.32 | 0.56 | 157.26 | 0.74 | 0.25 |
| Hex | 11 | 70 | 4C | 55 | 0 | 20 | 38 | 9D | 4A | 19 |
| Octal | 21 | 160 | 114 | 125 | 0 | 40 | 70 | 235 | 112 | 31 |
| Binary | 10001 | 1110000 | 1001100 | 1010101 | 0 | 100000 | 111000 | 10011101 | 1001010 | 11001 |
Color Harmonies of #11704C
Complementary color
Monochromatic Colors of #11704C
Black with #11704C
Text Example
Text Example
White with #11704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11704C; }
p { color: rgb(17,112,76); }
H1.HeaderClassName
{
color: #11704C;
}
.AnyTagClassName
{
color: #11704C;
}
</style>
background-color css
<style>
a { background-color: #11704C; }
a { background-color: rgb(17,112,76); }
div.DivClassName
{
background-color: #11704C;
}
.BgClassName
{
background-color: #11704C;
}
</style>
border-color css
<style>
span { border-color: #11704C; }
span { border-color: rgb(17,112,76); }
td.TdClassName
{
border-color: #11704C;
}
.TagClassName
{
border-color: #11704C;
}
</style>