Shades of Jewel #11694E
Tints of Jewel #11694E
RGB
CMYK
RGB Variations
Color information
#11694E (or 0x11694E) is known color: Jewel. HEX triplet: 11, 69 and 4E. RGB value is (17,105,78). Sum of RGB (Red+Green+Blue) = 17+105+78=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #11694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11694E is #EE96B1. Grayscale: #4B4B4B. Windows color (decimal): -15636146 or 5138705. OLE color: 5138705.
HSL color Cylindrical-coordinate representation of color #11694E: hue angle of 161.59º 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 #11694E is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 78 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.59 |
| HSL | 161.59º | 0.72% | 0.24% | - |
| HSV(B) | 161.59º | 0.84% | 0.41% | - |
| XYZ | 6.66 | 10.77 | 8.94 | - |
| YUV | 75.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 78 | 0.84 | 0 | 0.26 | 0.59 | 161.59 | 0.72 | 0.24 |
| Hex | 11 | 69 | 4E | 54 | 0 | 1A | 3B | A2 | 48 | 18 |
| Octal | 21 | 151 | 116 | 124 | 0 | 32 | 73 | 242 | 110 | 30 |
| Binary | 10001 | 1101001 | 1001110 | 1010100 | 0 | 11010 | 111011 | 10100010 | 1001000 | 11000 |
Color Harmonies of #11694E
Complementary color
Monochromatic Colors of #11694E
Black with #11694E
Text Example
Text Example
White with #11694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11694E; }
p { color: rgb(17,105,78); }
H1.HeaderClassName
{
color: #11694E;
}
.AnyTagClassName
{
color: #11694E;
}
</style>
background-color css
<style>
a { background-color: #11694E; }
a { background-color: rgb(17,105,78); }
div.DivClassName
{
background-color: #11694E;
}
.BgClassName
{
background-color: #11694E;
}
</style>
border-color css
<style>
span { border-color: #11694E; }
span { border-color: rgb(17,105,78); }
td.TdClassName
{
border-color: #11694E;
}
.TagClassName
{
border-color: #11694E;
}
</style>