Shades of Jewel #166A44
Tints of Jewel #166A44
RGB
CMYK
RGB Variations
Color information
#166A44 (or 0x166A44) is known color: Jewel. HEX triplet: 16, 6A and 44. RGB value is (22,106,68). Sum of RGB (Red+Green+Blue) = 22+106+68=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #166A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166A44 is #E995BB. Grayscale: #4C4C4C. Windows color (decimal): -15308220 or 4483606. OLE color: 4483606.
HSL color Cylindrical-coordinate representation of color #166A44: hue angle of 152.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166A44 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 68 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.58 |
| HSL | 152.86º | 0.66% | 0.25% | - |
| HSV(B) | 152.86º | 0.79% | 0.42% | - |
| XYZ | 6.53 | 10.9 | 7.23 | - |
| YUV | 76.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 68 | 0.79 | 0 | 0.36 | 0.58 | 152.86 | 0.66 | 0.25 |
| Hex | 16 | 6A | 44 | 4F | 0 | 24 | 3A | 99 | 42 | 19 |
| Octal | 26 | 152 | 104 | 117 | 0 | 44 | 72 | 231 | 102 | 31 |
| Binary | 10110 | 1101010 | 1000100 | 1001111 | 0 | 100100 | 111010 | 10011001 | 1000010 | 11001 |
Color Harmonies of #166A44
Complementary color
Monochromatic Colors of #166A44
Black with #166A44
Text Example
Text Example
White with #166A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A44; }
p { color: rgb(22,106,68); }
H1.HeaderClassName
{
color: #166A44;
}
.AnyTagClassName
{
color: #166A44;
}
</style>
background-color css
<style>
a { background-color: #166A44; }
a { background-color: rgb(22,106,68); }
div.DivClassName
{
background-color: #166A44;
}
.BgClassName
{
background-color: #166A44;
}
</style>
border-color css
<style>
span { border-color: #166A44; }
span { border-color: rgb(22,106,68); }
td.TdClassName
{
border-color: #166A44;
}
.TagClassName
{
border-color: #166A44;
}
</style>