Shades of Jewel #106949
Tints of Jewel #106949
RGB
CMYK
RGB Variations
Color information
#106949 (or 0x106949) is known color: Jewel. HEX triplet: 10, 69 and 49. RGB value is (16,105,73). Sum of RGB (Red+Green+Blue) = 16+105+73=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #106949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106949 is #EF96B6. Grayscale: #4A4A4A. Windows color (decimal): -15701687 or 4811024. OLE color: 4811024.
HSL color Cylindrical-coordinate representation of color #106949: hue angle of 158.43º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106949 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 73 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.59 |
| HSL | 158.43º | 0.74% | 0.24% | - |
| HSV(B) | 158.43º | 0.85% | 0.41% | - |
| XYZ | 6.47 | 10.69 | 8.03 | - |
| YUV | 74.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 73 | 0.85 | 0 | 0.30 | 0.59 | 158.43 | 0.74 | 0.24 |
| Hex | 10 | 69 | 49 | 55 | 0 | 1E | 3B | 9E | 4A | 18 |
| Octal | 20 | 151 | 111 | 125 | 0 | 36 | 73 | 236 | 112 | 30 |
| Binary | 10000 | 1101001 | 1001001 | 1010101 | 0 | 11110 | 111011 | 10011110 | 1001010 | 11000 |
Color Harmonies of #106949
Complementary color
Monochromatic Colors of #106949
Black with #106949
Text Example
Text Example
White with #106949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106949; }
p { color: rgb(16,105,73); }
H1.HeaderClassName
{
color: #106949;
}
.AnyTagClassName
{
color: #106949;
}
</style>
background-color css
<style>
a { background-color: #106949; }
a { background-color: rgb(16,105,73); }
div.DivClassName
{
background-color: #106949;
}
.BgClassName
{
background-color: #106949;
}
</style>
border-color css
<style>
span { border-color: #106949; }
span { border-color: rgb(16,105,73); }
td.TdClassName
{
border-color: #106949;
}
.TagClassName
{
border-color: #106949;
}
</style>