Shades of Jewel #166842
Tints of Jewel #166842
RGB
CMYK
RGB Variations
Color information
#166842 (or 0x166842) is known color: Jewel. HEX triplet: 16, 68 and 42. RGB value is (22,104,66). Sum of RGB (Red+Green+Blue) = 22+104+66=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #166842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166842 is #E997BD. Grayscale: #4B4B4B. Windows color (decimal): -15308734 or 4352022. OLE color: 4352022.
HSL color Cylindrical-coordinate representation of color #166842: hue angle of 152.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166842 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 66 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.59 |
| HSL | 152.2º | 0.65% | 0.25% | - |
| HSV(B) | 152.2º | 0.79% | 0.41% | - |
| XYZ | 6.26 | 10.46 | 6.84 | - |
| YUV | 75.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 66 | 0.79 | 0 | 0.37 | 0.59 | 152.2 | 0.65 | 0.25 |
| Hex | 16 | 68 | 42 | 4F | 0 | 25 | 3B | 98 | 41 | 19 |
| Octal | 26 | 150 | 102 | 117 | 0 | 45 | 73 | 230 | 101 | 31 |
| Binary | 10110 | 1101000 | 1000010 | 1001111 | 0 | 100101 | 111011 | 10011000 | 1000001 | 11001 |
Color Harmonies of #166842
Complementary color
Monochromatic Colors of #166842
Black with #166842
Text Example
Text Example
White with #166842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166842; }
p { color: rgb(22,104,66); }
H1.HeaderClassName
{
color: #166842;
}
.AnyTagClassName
{
color: #166842;
}
</style>
background-color css
<style>
a { background-color: #166842; }
a { background-color: rgb(22,104,66); }
div.DivClassName
{
background-color: #166842;
}
.BgClassName
{
background-color: #166842;
}
</style>
border-color css
<style>
span { border-color: #166842; }
span { border-color: rgb(22,104,66); }
td.TdClassName
{
border-color: #166842;
}
.TagClassName
{
border-color: #166842;
}
</style>