Shades of Jewel #166C46
Tints of Jewel #166C46
RGB
CMYK
RGB Variations
Color information
#166C46 (or 0x166C46) is known color: Jewel. HEX triplet: 16, 6C and 46. RGB value is (22,108,70). Sum of RGB (Red+Green+Blue) = 22+108+70=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #166C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C46 is #E993B9. Grayscale: #4E4E4E. Windows color (decimal): -15307706 or 4615190. OLE color: 4615190.
HSL color Cylindrical-coordinate representation of color #166C46: hue angle of 153.49º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C46 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 70 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.58 |
| HSL | 153.49º | 0.66% | 0.25% | - |
| HSV(B) | 153.49º | 0.8% | 0.42% | - |
| XYZ | 6.8 | 11.34 | 7.62 | - |
| YUV | 77.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 70 | 0.80 | 0 | 0.35 | 0.58 | 153.49 | 0.66 | 0.25 |
| Hex | 16 | 6C | 46 | 50 | 0 | 23 | 3A | 99 | 42 | 19 |
| Octal | 26 | 154 | 106 | 120 | 0 | 43 | 72 | 231 | 102 | 31 |
| Binary | 10110 | 1101100 | 1000110 | 1010000 | 0 | 100011 | 111010 | 10011001 | 1000010 | 11001 |
Color Harmonies of #166C46
Complementary color
Monochromatic Colors of #166C46
Black with #166C46
Text Example
Text Example
White with #166C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C46; }
p { color: rgb(22,108,70); }
H1.HeaderClassName
{
color: #166C46;
}
.AnyTagClassName
{
color: #166C46;
}
</style>
background-color css
<style>
a { background-color: #166C46; }
a { background-color: rgb(22,108,70); }
div.DivClassName
{
background-color: #166C46;
}
.BgClassName
{
background-color: #166C46;
}
</style>
border-color css
<style>
span { border-color: #166C46; }
span { border-color: rgb(22,108,70); }
td.TdClassName
{
border-color: #166C46;
}
.TagClassName
{
border-color: #166C46;
}
</style>