Shades of Jewel #11693F
Tints of Jewel #11693F
RGB
CMYK
RGB Variations
Color information
#11693F (or 0x11693F) is known color: Jewel. HEX triplet: 11, 69 and 3F. RGB value is (17,105,63). Sum of RGB (Red+Green+Blue) = 17+105+63=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #11693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11693F is #EE96C0. Grayscale: #494949. Windows color (decimal): -15636161 or 4155665. OLE color: 4155665.
HSL color Cylindrical-coordinate representation of color #11693F: hue angle of 151.36º 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 #11693F is Cyan = 0.84, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 63 | - |
| CMYK | 0.84 | 0 | 0.4 | 0.59 |
| HSL | 151.36º | 0.72% | 0.24% | - |
| HSV(B) | 151.36º | 0.84% | 0.41% | - |
| XYZ | 6.18 | 10.58 | 6.42 | - |
| YUV | 73.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 63 | 0.84 | 0 | 0.4 | 0.59 | 151.36 | 0.72 | 0.24 |
| Hex | 11 | 69 | 3F | 54 | 0 | 28 | 3B | 97 | 48 | 18 |
| Octal | 21 | 151 | 77 | 124 | 0 | 50 | 73 | 227 | 110 | 30 |
| Binary | 10001 | 1101001 | 111111 | 1010100 | 0 | 101000 | 111011 | 10010111 | 1001000 | 11000 |
Color Harmonies of #11693F
Complementary color
Monochromatic Colors of #11693F
Black with #11693F
Text Example
Text Example
White with #11693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11693F; }
p { color: rgb(17,105,63); }
H1.HeaderClassName
{
color: #11693F;
}
.AnyTagClassName
{
color: #11693F;
}
</style>
background-color css
<style>
a { background-color: #11693F; }
a { background-color: rgb(17,105,63); }
div.DivClassName
{
background-color: #11693F;
}
.BgClassName
{
background-color: #11693F;
}
</style>
border-color css
<style>
span { border-color: #11693F; }
span { border-color: rgb(17,105,63); }
td.TdClassName
{
border-color: #11693F;
}
.TagClassName
{
border-color: #11693F;
}
</style>