Shades of Salem #167955
Tints of Salem #167955
RGB
CMYK
RGB Variations
Color information
#167955 (or 0x167955) is known color: Salem. HEX triplet: 16, 79 and 55. RGB value is (22,121,85). Sum of RGB (Red+Green+Blue) = 22+121+85=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #167955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167955 is #E986AA. Grayscale: #575757. Windows color (decimal): -15304363 or 5601558. OLE color: 5601558.
HSL color Cylindrical-coordinate representation of color #167955: hue angle of 158.18º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167955 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 85 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.53 |
| HSL | 158.18º | 0.69% | 0.28% | - |
| HSV(B) | 158.18º | 0.82% | 0.47% | - |
| XYZ | 8.81 | 14.5 | 10.93 | - |
| YUV | 87.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 85 | 0.82 | 0 | 0.30 | 0.53 | 158.18 | 0.69 | 0.28 |
| Hex | 16 | 79 | 55 | 52 | 0 | 1E | 35 | 9E | 45 | 1C |
| Octal | 26 | 171 | 125 | 122 | 0 | 36 | 65 | 236 | 105 | 34 |
| Binary | 10110 | 1111001 | 1010101 | 1010010 | 0 | 11110 | 110101 | 10011110 | 1000101 | 11100 |
Color Harmonies of #167955
Complementary color
Monochromatic Colors of #167955
Black with #167955
Text Example
Text Example
White with #167955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167955; }
p { color: rgb(22,121,85); }
H1.HeaderClassName
{
color: #167955;
}
.AnyTagClassName
{
color: #167955;
}
</style>
background-color css
<style>
a { background-color: #167955; }
a { background-color: rgb(22,121,85); }
div.DivClassName
{
background-color: #167955;
}
.BgClassName
{
background-color: #167955;
}
</style>
border-color css
<style>
span { border-color: #167955; }
span { border-color: rgb(22,121,85); }
td.TdClassName
{
border-color: #167955;
}
.TagClassName
{
border-color: #167955;
}
</style>