Shades of Salem #16764E
Tints of Salem #16764E
RGB
CMYK
RGB Variations
Color information
#16764E (or 0x16764E) is known color: Salem. HEX triplet: 16, 76 and 4E. RGB value is (22,118,78). Sum of RGB (Red+Green+Blue) = 22+118+78=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #16764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16764E is #E989B1. Grayscale: #545454. Windows color (decimal): -15305138 or 5142038. OLE color: 5142038.
HSL color Cylindrical-coordinate representation of color #16764E: hue angle of 155º 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 #16764E is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 118 | 78 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.54 |
| HSL | 155º | 0.69% | 0.27% | - |
| HSV(B) | 155º | 0.81% | 0.46% | - |
| XYZ | 8.18 | 13.68 | 9.42 | - |
| YUV | 84.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 78 | 0.81 | 0 | 0.34 | 0.54 | 155 | 0.69 | 0.27 |
| Hex | 16 | 76 | 4E | 51 | 0 | 22 | 36 | 9B | 45 | 1B |
| Octal | 26 | 166 | 116 | 121 | 0 | 42 | 66 | 233 | 105 | 33 |
| Binary | 10110 | 1110110 | 1001110 | 1010001 | 0 | 100010 | 110110 | 10011011 | 1000101 | 11011 |
Color Harmonies of #16764E
Complementary color
Monochromatic Colors of #16764E
Black with #16764E
Text Example
Text Example
White with #16764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16764E; }
p { color: rgb(22,118,78); }
H1.HeaderClassName
{
color: #16764E;
}
.AnyTagClassName
{
color: #16764E;
}
</style>
background-color css
<style>
a { background-color: #16764E; }
a { background-color: rgb(22,118,78); }
div.DivClassName
{
background-color: #16764E;
}
.BgClassName
{
background-color: #16764E;
}
</style>
border-color css
<style>
span { border-color: #16764E; }
span { border-color: rgb(22,118,78); }
td.TdClassName
{
border-color: #16764E;
}
.TagClassName
{
border-color: #16764E;
}
</style>