Shades of Salem #167950
Tints of Salem #167950
RGB
CMYK
RGB Variations
Color information
#167950 (or 0x167950) is known color: Salem. HEX triplet: 16, 79 and 50. RGB value is (22,121,80). Sum of RGB (Red+Green+Blue) = 22+121+80=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #167950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167950 is #E986AF. Grayscale: #565656. Windows color (decimal): -15304368 or 5273878. OLE color: 5273878.
HSL color Cylindrical-coordinate representation of color #167950: hue angle of 155.15º 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 #167950 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 80 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.53 |
| HSL | 155.15º | 0.69% | 0.28% | - |
| HSV(B) | 155.15º | 0.82% | 0.47% | - |
| XYZ | 8.62 | 14.42 | 9.92 | - |
| YUV | 86.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 80 | 0.82 | 0 | 0.34 | 0.53 | 155.15 | 0.69 | 0.28 |
| Hex | 16 | 79 | 50 | 52 | 0 | 22 | 35 | 9B | 45 | 1C |
| Octal | 26 | 171 | 120 | 122 | 0 | 42 | 65 | 233 | 105 | 34 |
| Binary | 10110 | 1111001 | 1010000 | 1010010 | 0 | 100010 | 110101 | 10011011 | 1000101 | 11100 |
Color Harmonies of #167950
Complementary color
Monochromatic Colors of #167950
Black with #167950
Text Example
Text Example
White with #167950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167950; }
p { color: rgb(22,121,80); }
H1.HeaderClassName
{
color: #167950;
}
.AnyTagClassName
{
color: #167950;
}
</style>
background-color css
<style>
a { background-color: #167950; }
a { background-color: rgb(22,121,80); }
div.DivClassName
{
background-color: #167950;
}
.BgClassName
{
background-color: #167950;
}
</style>
border-color css
<style>
span { border-color: #167950; }
span { border-color: rgb(22,121,80); }
td.TdClassName
{
border-color: #167950;
}
.TagClassName
{
border-color: #167950;
}
</style>