Shades of Salem #167A53
Tints of Salem #167A53
RGB
CMYK
RGB Variations
Color information
#167A53 (or 0x167A53) is known color: Salem. HEX triplet: 16, 7A and 53. RGB value is (22,122,83). Sum of RGB (Red+Green+Blue) = 22+122+83=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #167A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167A53 is #E985AC. Grayscale: #575757. Windows color (decimal): -15304109 or 5470742. OLE color: 5470742.
HSL color Cylindrical-coordinate representation of color #167A53: hue angle of 156.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167A53 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 122 | 83 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.52 |
| HSL | 156.6º | 0.69% | 0.28% | - |
| HSV(B) | 156.6º | 0.82% | 0.48% | - |
| XYZ | 8.85 | 14.71 | 10.56 | - |
| YUV | 87.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 83 | 0.82 | 0 | 0.32 | 0.52 | 156.6 | 0.69 | 0.28 |
| Hex | 16 | 7A | 53 | 52 | 0 | 20 | 34 | 9D | 45 | 1C |
| Octal | 26 | 172 | 123 | 122 | 0 | 40 | 64 | 235 | 105 | 34 |
| Binary | 10110 | 1111010 | 1010011 | 1010010 | 0 | 100000 | 110100 | 10011101 | 1000101 | 11100 |
Color Harmonies of #167A53
Complementary color
Monochromatic Colors of #167A53
Black with #167A53
Text Example
Text Example
White with #167A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167A53; }
p { color: rgb(22,122,83); }
H1.HeaderClassName
{
color: #167A53;
}
.AnyTagClassName
{
color: #167A53;
}
</style>
background-color css
<style>
a { background-color: #167A53; }
a { background-color: rgb(22,122,83); }
div.DivClassName
{
background-color: #167A53;
}
.BgClassName
{
background-color: #167A53;
}
</style>
border-color css
<style>
span { border-color: #167A53; }
span { border-color: rgb(22,122,83); }
td.TdClassName
{
border-color: #167A53;
}
.TagClassName
{
border-color: #167A53;
}
</style>