Shades of Salem #167653
Tints of Salem #167653
RGB
CMYK
RGB Variations
Color information
#167653 (or 0x167653) is known color: Salem. HEX triplet: 16, 76 and 53. RGB value is (22,118,83). Sum of RGB (Red+Green+Blue) = 22+118+83=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #167653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167653 is #E989AC. Grayscale: #555555. Windows color (decimal): -15305133 or 5469718. OLE color: 5469718.
HSL color Cylindrical-coordinate representation of color #167653: hue angle of 158.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167653 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 118 | 83 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.54 |
| HSL | 158.13º | 0.69% | 0.27% | - |
| HSV(B) | 158.13º | 0.81% | 0.46% | - |
| XYZ | 8.37 | 13.75 | 10.4 | - |
| YUV | 85.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 83 | 0.81 | 0 | 0.30 | 0.54 | 158.13 | 0.69 | 0.27 |
| Hex | 16 | 76 | 53 | 51 | 0 | 1E | 36 | 9E | 45 | 1B |
| Octal | 26 | 166 | 123 | 121 | 0 | 36 | 66 | 236 | 105 | 33 |
| Binary | 10110 | 1110110 | 1010011 | 1010001 | 0 | 11110 | 110110 | 10011110 | 1000101 | 11011 |
Color Harmonies of #167653
Complementary color
Monochromatic Colors of #167653
Black with #167653
Text Example
Text Example
White with #167653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167653; }
p { color: rgb(22,118,83); }
H1.HeaderClassName
{
color: #167653;
}
.AnyTagClassName
{
color: #167653;
}
</style>
background-color css
<style>
a { background-color: #167653; }
a { background-color: rgb(22,118,83); }
div.DivClassName
{
background-color: #167653;
}
.BgClassName
{
background-color: #167653;
}
</style>
border-color css
<style>
span { border-color: #167653; }
span { border-color: rgb(22,118,83); }
td.TdClassName
{
border-color: #167653;
}
.TagClassName
{
border-color: #167653;
}
</style>