Shades of Jewel #11664C
Tints of Jewel #11664C
RGB
CMYK
RGB Variations
Color information
#11664C (or 0x11664C) is known color: Jewel. HEX triplet: 11, 66 and 4C. RGB value is (17,102,76). Sum of RGB (Red+Green+Blue) = 17+102+76=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #11664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11664C is #EE99B3. Grayscale: #494949. Windows color (decimal): -15636916 or 5006865. OLE color: 5006865.
HSL color Cylindrical-coordinate representation of color #11664C: hue angle of 161.65º 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 #11664C is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 76 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.6 |
| HSL | 161.65º | 0.71% | 0.23% | - |
| HSV(B) | 161.65º | 0.83% | 0.4% | - |
| XYZ | 6.29 | 10.14 | 8.46 | - |
| YUV | 73.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 76 | 0.83 | 0 | 0.25 | 0.6 | 161.65 | 0.71 | 0.23 |
| Hex | 11 | 66 | 4C | 53 | 0 | 19 | 3C | A2 | 47 | 17 |
| Octal | 21 | 146 | 114 | 123 | 0 | 31 | 74 | 242 | 107 | 27 |
| Binary | 10001 | 1100110 | 1001100 | 1010011 | 0 | 11001 | 111100 | 10100010 | 1000111 | 10111 |
Color Harmonies of #11664C
Complementary color
Monochromatic Colors of #11664C
Black with #11664C
Text Example
Text Example
White with #11664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11664C; }
p { color: rgb(17,102,76); }
H1.HeaderClassName
{
color: #11664C;
}
.AnyTagClassName
{
color: #11664C;
}
</style>
background-color css
<style>
a { background-color: #11664C; }
a { background-color: rgb(17,102,76); }
div.DivClassName
{
background-color: #11664C;
}
.BgClassName
{
background-color: #11664C;
}
</style>
border-color css
<style>
span { border-color: #11664C; }
span { border-color: rgb(17,102,76); }
td.TdClassName
{
border-color: #11664C;
}
.TagClassName
{
border-color: #11664C;
}
</style>