Shades of Jewel #166749
Tints of Jewel #166749
RGB
CMYK
RGB Variations
Color information
#166749 (or 0x166749) is known color: Jewel. HEX triplet: 16, 67 and 49. RGB value is (22,103,73). Sum of RGB (Red+Green+Blue) = 22+103+73=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #166749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166749 is #E998B6. Grayscale: #4B4B4B. Windows color (decimal): -15308983 or 4810518. OLE color: 4810518.
HSL color Cylindrical-coordinate representation of color #166749: hue angle of 157.78º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166749 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 73 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.60 |
| HSL | 157.78º | 0.65% | 0.25% | - |
| HSV(B) | 157.78º | 0.79% | 0.4% | - |
| XYZ | 6.38 | 10.35 | 7.97 | - |
| YUV | 75.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 73 | 0.79 | 0 | 0.29 | 0.60 | 157.78 | 0.65 | 0.25 |
| Hex | 16 | 67 | 49 | 4F | 0 | 1D | 3C | 9E | 41 | 19 |
| Octal | 26 | 147 | 111 | 117 | 0 | 35 | 74 | 236 | 101 | 31 |
| Binary | 10110 | 1100111 | 1001001 | 1001111 | 0 | 11101 | 111100 | 10011110 | 1000001 | 11001 |
Color Harmonies of #166749
Complementary color
Monochromatic Colors of #166749
Black with #166749
Text Example
Text Example
White with #166749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166749; }
p { color: rgb(22,103,73); }
H1.HeaderClassName
{
color: #166749;
}
.AnyTagClassName
{
color: #166749;
}
</style>
background-color css
<style>
a { background-color: #166749; }
a { background-color: rgb(22,103,73); }
div.DivClassName
{
background-color: #166749;
}
.BgClassName
{
background-color: #166749;
}
</style>
border-color css
<style>
span { border-color: #166749; }
span { border-color: rgb(22,103,73); }
td.TdClassName
{
border-color: #166749;
}
.TagClassName
{
border-color: #166749;
}
</style>