Shades of Salem #167B4D
Tints of Salem #167B4D
RGB
CMYK
RGB Variations
Color information
#167B4D (or 0x167B4D) is known color: Salem. HEX triplet: 16, 7B and 4D. RGB value is (22,123,77). Sum of RGB (Red+Green+Blue) = 22+123+77=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #167B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167B4D is #E984B2. Grayscale: #575757. Windows color (decimal): -15303859 or 5077782. OLE color: 5077782.
HSL color Cylindrical-coordinate representation of color #167B4D: hue angle of 152.67º degrees, saturation: 0.7, 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 #167B4D is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 123 | 77 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.52 |
| HSL | 152.67º | 0.7% | 0.28% | - |
| HSV(B) | 152.67º | 0.82% | 0.48% | - |
| XYZ | 8.75 | 14.87 | 9.43 | - |
| YUV | 87.56 | 122.04 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 77 | 0.82 | 0 | 0.37 | 0.52 | 152.67 | 0.7 | 0.28 |
| Hex | 16 | 7B | 4D | 52 | 0 | 25 | 34 | 99 | 46 | 1C |
| Octal | 26 | 173 | 115 | 122 | 0 | 45 | 64 | 231 | 106 | 34 |
| Binary | 10110 | 1111011 | 1001101 | 1010010 | 0 | 100101 | 110100 | 10011001 | 1000110 | 11100 |
Color Harmonies of #167B4D
Complementary color
Monochromatic Colors of #167B4D
Black with #167B4D
Text Example
Text Example
White with #167B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167B4D; }
p { color: rgb(22,123,77); }
H1.HeaderClassName
{
color: #167B4D;
}
.AnyTagClassName
{
color: #167B4D;
}
</style>
background-color css
<style>
a { background-color: #167B4D; }
a { background-color: rgb(22,123,77); }
div.DivClassName
{
background-color: #167B4D;
}
.BgClassName
{
background-color: #167B4D;
}
</style>
border-color css
<style>
span { border-color: #167B4D; }
span { border-color: rgb(22,123,77); }
td.TdClassName
{
border-color: #167B4D;
}
.TagClassName
{
border-color: #167B4D;
}
</style>