Shades of Salem #16704E
Tints of Salem #16704E
RGB
CMYK
RGB Variations
Color information
#16704E (or 0x16704E) is known color: Salem. HEX triplet: 16, 70 and 4E. RGB value is (22,112,78). Sum of RGB (Red+Green+Blue) = 22+112+78=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #16704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16704E is #E98FB1. Grayscale: #515151. Windows color (decimal): -15306674 or 5140502. OLE color: 5140502.
HSL color Cylindrical-coordinate representation of color #16704E: hue angle of 157.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16704E is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 78 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.56 |
| HSL | 157.33º | 0.67% | 0.26% | - |
| HSV(B) | 157.33º | 0.8% | 0.44% | - |
| XYZ | 7.5 | 12.31 | 9.19 | - |
| YUV | 81.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 78 | 0.80 | 0 | 0.30 | 0.56 | 157.33 | 0.67 | 0.26 |
| Hex | 16 | 70 | 4E | 50 | 0 | 1E | 38 | 9D | 43 | 1A |
| Octal | 26 | 160 | 116 | 120 | 0 | 36 | 70 | 235 | 103 | 32 |
| Binary | 10110 | 1110000 | 1001110 | 1010000 | 0 | 11110 | 111000 | 10011101 | 1000011 | 11010 |
Color Harmonies of #16704E
Complementary color
Monochromatic Colors of #16704E
Black with #16704E
Text Example
Text Example
White with #16704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16704E; }
p { color: rgb(22,112,78); }
H1.HeaderClassName
{
color: #16704E;
}
.AnyTagClassName
{
color: #16704E;
}
</style>
background-color css
<style>
a { background-color: #16704E; }
a { background-color: rgb(22,112,78); }
div.DivClassName
{
background-color: #16704E;
}
.BgClassName
{
background-color: #16704E;
}
</style>
border-color css
<style>
span { border-color: #16704E; }
span { border-color: rgb(22,112,78); }
td.TdClassName
{
border-color: #16704E;
}
.TagClassName
{
border-color: #16704E;
}
</style>