Shades of Jewel #11664E
Tints of Jewel #11664E
RGB
CMYK
RGB Variations
Color information
#11664E (or 0x11664E) is known color: Jewel. HEX triplet: 11, 66 and 4E. RGB value is (17,102,78). Sum of RGB (Red+Green+Blue) = 17+102+78=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #11664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11664E is #EE99B1. Grayscale: #494949. Windows color (decimal): -15636914 or 5137937. OLE color: 5137937.
HSL color Cylindrical-coordinate representation of color #11664E: hue angle of 163.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11664E is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 78 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.6 |
| HSL | 163.06º | 0.71% | 0.23% | - |
| HSV(B) | 163.06º | 0.83% | 0.4% | - |
| XYZ | 6.36 | 10.17 | 8.84 | - |
| YUV | 73.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 78 | 0.83 | 0 | 0.24 | 0.6 | 163.06 | 0.71 | 0.23 |
| Hex | 11 | 66 | 4E | 53 | 0 | 18 | 3C | A3 | 47 | 17 |
| Octal | 21 | 146 | 116 | 123 | 0 | 30 | 74 | 243 | 107 | 27 |
| Binary | 10001 | 1100110 | 1001110 | 1010011 | 0 | 11000 | 111100 | 10100011 | 1000111 | 10111 |
Color Harmonies of #11664E
Complementary color
Monochromatic Colors of #11664E
Black with #11664E
Text Example
Text Example
White with #11664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11664E; }
p { color: rgb(17,102,78); }
H1.HeaderClassName
{
color: #11664E;
}
.AnyTagClassName
{
color: #11664E;
}
</style>
background-color css
<style>
a { background-color: #11664E; }
a { background-color: rgb(17,102,78); }
div.DivClassName
{
background-color: #11664E;
}
.BgClassName
{
background-color: #11664E;
}
</style>
border-color css
<style>
span { border-color: #11664E; }
span { border-color: rgb(17,102,78); }
td.TdClassName
{
border-color: #11664E;
}
.TagClassName
{
border-color: #11664E;
}
</style>