Shades of Salem #16764D
Tints of Salem #16764D
RGB
CMYK
RGB Variations
Color information
#16764D (or 0x16764D) is known color: Salem. HEX triplet: 16, 76 and 4D. RGB value is (22,118,77). Sum of RGB (Red+Green+Blue) = 22+118+77=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #16764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16764D is #E989B2. Grayscale: #545454. Windows color (decimal): -15305139 or 5076502. OLE color: 5076502.
HSL color Cylindrical-coordinate representation of color #16764D: hue angle of 154.38º 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 #16764D is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 118 | 77 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.54 |
| HSL | 154.38º | 0.69% | 0.27% | - |
| HSV(B) | 154.38º | 0.81% | 0.46% | - |
| XYZ | 8.15 | 13.66 | 9.23 | - |
| YUV | 84.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 77 | 0.81 | 0 | 0.35 | 0.54 | 154.38 | 0.69 | 0.27 |
| Hex | 16 | 76 | 4D | 51 | 0 | 23 | 36 | 9A | 45 | 1B |
| Octal | 26 | 166 | 115 | 121 | 0 | 43 | 66 | 232 | 105 | 33 |
| Binary | 10110 | 1110110 | 1001101 | 1010001 | 0 | 100011 | 110110 | 10011010 | 1000101 | 11011 |
Color Harmonies of #16764D
Complementary color
Monochromatic Colors of #16764D
Black with #16764D
Text Example
Text Example
White with #16764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16764D; }
p { color: rgb(22,118,77); }
H1.HeaderClassName
{
color: #16764D;
}
.AnyTagClassName
{
color: #16764D;
}
</style>
background-color css
<style>
a { background-color: #16764D; }
a { background-color: rgb(22,118,77); }
div.DivClassName
{
background-color: #16764D;
}
.BgClassName
{
background-color: #16764D;
}
</style>
border-color css
<style>
span { border-color: #16764D; }
span { border-color: rgb(22,118,77); }
td.TdClassName
{
border-color: #16764D;
}
.TagClassName
{
border-color: #16764D;
}
</style>