Shades of Jewel #11704A
Tints of Jewel #11704A
RGB
CMYK
RGB Variations
Color information
#11704A (or 0x11704A) is known color: Jewel. HEX triplet: 11, 70 and 4A. RGB value is (17,112,74). Sum of RGB (Red+Green+Blue) = 17+112+74=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #11704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11704A is #EE8FB5. Grayscale: #4F4F4F. Windows color (decimal): -15634358 or 4878353. OLE color: 4878353.
HSL color Cylindrical-coordinate representation of color #11704A: hue angle of 156º 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 #11704A is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 74 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.56 |
| HSL | 156º | 0.74% | 0.25% | - |
| HSV(B) | 156º | 0.85% | 0.44% | - |
| XYZ | 7.26 | 12.2 | 8.45 | - |
| YUV | 79.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 74 | 0.85 | 0 | 0.34 | 0.56 | 156 | 0.74 | 0.25 |
| Hex | 11 | 70 | 4A | 55 | 0 | 22 | 38 | 9C | 4A | 19 |
| Octal | 21 | 160 | 112 | 125 | 0 | 42 | 70 | 234 | 112 | 31 |
| Binary | 10001 | 1110000 | 1001010 | 1010101 | 0 | 100010 | 111000 | 10011100 | 1001010 | 11001 |
Color Harmonies of #11704A
Complementary color
Monochromatic Colors of #11704A
Black with #11704A
Text Example
Text Example
White with #11704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11704A; }
p { color: rgb(17,112,74); }
H1.HeaderClassName
{
color: #11704A;
}
.AnyTagClassName
{
color: #11704A;
}
</style>
background-color css
<style>
a { background-color: #11704A; }
a { background-color: rgb(17,112,74); }
div.DivClassName
{
background-color: #11704A;
}
.BgClassName
{
background-color: #11704A;
}
</style>
border-color css
<style>
span { border-color: #11704A; }
span { border-color: rgb(17,112,74); }
td.TdClassName
{
border-color: #11704A;
}
.TagClassName
{
border-color: #11704A;
}
</style>