Shades of Jewel #166742
Tints of Jewel #166742
RGB
CMYK
RGB Variations
Color information
#166742 (or 0x166742) is known color: Jewel. HEX triplet: 16, 67 and 42. RGB value is (22,103,66). Sum of RGB (Red+Green+Blue) = 22+103+66=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #166742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166742 is #E998BD. Grayscale: #4A4A4A. Windows color (decimal): -15308990 or 4351766. OLE color: 4351766.
HSL color Cylindrical-coordinate representation of color #166742: hue angle of 152.59º 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 #166742 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 66 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.60 |
| HSL | 152.59º | 0.65% | 0.25% | - |
| HSV(B) | 152.59º | 0.79% | 0.4% | - |
| XYZ | 6.16 | 10.26 | 6.81 | - |
| YUV | 74.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 66 | 0.79 | 0 | 0.36 | 0.60 | 152.59 | 0.65 | 0.25 |
| Hex | 16 | 67 | 42 | 4F | 0 | 24 | 3C | 99 | 41 | 19 |
| Octal | 26 | 147 | 102 | 117 | 0 | 44 | 74 | 231 | 101 | 31 |
| Binary | 10110 | 1100111 | 1000010 | 1001111 | 0 | 100100 | 111100 | 10011001 | 1000001 | 11001 |
Color Harmonies of #166742
Complementary color
Monochromatic Colors of #166742
Black with #166742
Text Example
Text Example
White with #166742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166742; }
p { color: rgb(22,103,66); }
H1.HeaderClassName
{
color: #166742;
}
.AnyTagClassName
{
color: #166742;
}
</style>
background-color css
<style>
a { background-color: #166742; }
a { background-color: rgb(22,103,66); }
div.DivClassName
{
background-color: #166742;
}
.BgClassName
{
background-color: #166742;
}
</style>
border-color css
<style>
span { border-color: #166742; }
span { border-color: rgb(22,103,66); }
td.TdClassName
{
border-color: #166742;
}
.TagClassName
{
border-color: #166742;
}
</style>