Shades of Jewel #11674D
Tints of Jewel #11674D
RGB
CMYK
RGB Variations
Color information
#11674D (or 0x11674D) is known color: Jewel. HEX triplet: 11, 67 and 4D. RGB value is (17,103,77). Sum of RGB (Red+Green+Blue) = 17+103+77=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #11674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11674D is #EE98B2. Grayscale: #4A4A4A. Windows color (decimal): -15636659 or 5072657. OLE color: 5072657.
HSL color Cylindrical-coordinate representation of color #11674D: hue angle of 161.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11674D is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 77 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.60 |
| HSL | 161.86º | 0.72% | 0.24% | - |
| HSV(B) | 161.86º | 0.83% | 0.4% | - |
| XYZ | 6.42 | 10.36 | 8.68 | - |
| YUV | 74.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 77 | 0.83 | 0 | 0.25 | 0.60 | 161.86 | 0.72 | 0.24 |
| Hex | 11 | 67 | 4D | 53 | 0 | 19 | 3C | A2 | 48 | 18 |
| Octal | 21 | 147 | 115 | 123 | 0 | 31 | 74 | 242 | 110 | 30 |
| Binary | 10001 | 1100111 | 1001101 | 1010011 | 0 | 11001 | 111100 | 10100010 | 1001000 | 11000 |
Color Harmonies of #11674D
Complementary color
Monochromatic Colors of #11674D
Black with #11674D
Text Example
Text Example
White with #11674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11674D; }
p { color: rgb(17,103,77); }
H1.HeaderClassName
{
color: #11674D;
}
.AnyTagClassName
{
color: #11674D;
}
</style>
background-color css
<style>
a { background-color: #11674D; }
a { background-color: rgb(17,103,77); }
div.DivClassName
{
background-color: #11674D;
}
.BgClassName
{
background-color: #11674D;
}
</style>
border-color css
<style>
span { border-color: #11674D; }
span { border-color: rgb(17,103,77); }
td.TdClassName
{
border-color: #11674D;
}
.TagClassName
{
border-color: #11674D;
}
</style>