Shades of Salem #16714E
Tints of Salem #16714E
RGB
CMYK
RGB Variations
Color information
#16714E (or 0x16714E) is known color: Salem. HEX triplet: 16, 71 and 4E. RGB value is (22,113,78). Sum of RGB (Red+Green+Blue) = 22+113+78=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #16714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16714E is #E98EB1. Grayscale: #515151. Windows color (decimal): -15306418 or 5140758. OLE color: 5140758.
HSL color Cylindrical-coordinate representation of color #16714E: hue angle of 156.92º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16714E is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 78 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.56 |
| HSL | 156.92º | 0.67% | 0.26% | - |
| HSV(B) | 156.92º | 0.81% | 0.44% | - |
| XYZ | 7.61 | 12.53 | 9.23 | - |
| YUV | 81.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 78 | 0.81 | 0 | 0.31 | 0.56 | 156.92 | 0.67 | 0.26 |
| Hex | 16 | 71 | 4E | 51 | 0 | 1F | 38 | 9D | 43 | 1A |
| Octal | 26 | 161 | 116 | 121 | 0 | 37 | 70 | 235 | 103 | 32 |
| Binary | 10110 | 1110001 | 1001110 | 1010001 | 0 | 11111 | 111000 | 10011101 | 1000011 | 11010 |
Color Harmonies of #16714E
Complementary color
Monochromatic Colors of #16714E
Black with #16714E
Text Example
Text Example
White with #16714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16714E; }
p { color: rgb(22,113,78); }
H1.HeaderClassName
{
color: #16714E;
}
.AnyTagClassName
{
color: #16714E;
}
</style>
background-color css
<style>
a { background-color: #16714E; }
a { background-color: rgb(22,113,78); }
div.DivClassName
{
background-color: #16714E;
}
.BgClassName
{
background-color: #16714E;
}
</style>
border-color css
<style>
span { border-color: #16714E; }
span { border-color: rgb(22,113,78); }
td.TdClassName
{
border-color: #16714E;
}
.TagClassName
{
border-color: #16714E;
}
</style>