Shades of Jewel #11694C
Tints of Jewel #11694C
RGB
CMYK
RGB Variations
Color information
#11694C (or 0x11694C) is known color: Jewel. HEX triplet: 11, 69 and 4C. RGB value is (17,105,76). Sum of RGB (Red+Green+Blue) = 17+105+76=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #11694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11694C is #EE96B3. Grayscale: #4B4B4B. Windows color (decimal): -15636148 or 5007633. OLE color: 5007633.
HSL color Cylindrical-coordinate representation of color #11694C: hue angle of 160.23º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11694C is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 76 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.59 |
| HSL | 160.23º | 0.72% | 0.24% | - |
| HSV(B) | 160.23º | 0.84% | 0.41% | - |
| XYZ | 6.59 | 10.74 | 8.56 | - |
| YUV | 75.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 76 | 0.84 | 0 | 0.28 | 0.59 | 160.23 | 0.72 | 0.24 |
| Hex | 11 | 69 | 4C | 54 | 0 | 1C | 3B | A0 | 48 | 18 |
| Octal | 21 | 151 | 114 | 124 | 0 | 34 | 73 | 240 | 110 | 30 |
| Binary | 10001 | 1101001 | 1001100 | 1010100 | 0 | 11100 | 111011 | 10100000 | 1001000 | 11000 |
Color Harmonies of #11694C
Complementary color
Monochromatic Colors of #11694C
Black with #11694C
Text Example
Text Example
White with #11694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11694C; }
p { color: rgb(17,105,76); }
H1.HeaderClassName
{
color: #11694C;
}
.AnyTagClassName
{
color: #11694C;
}
</style>
background-color css
<style>
a { background-color: #11694C; }
a { background-color: rgb(17,105,76); }
div.DivClassName
{
background-color: #11694C;
}
.BgClassName
{
background-color: #11694C;
}
</style>
border-color css
<style>
span { border-color: #11694C; }
span { border-color: rgb(17,105,76); }
td.TdClassName
{
border-color: #11694C;
}
.TagClassName
{
border-color: #11694C;
}
</style>