Shades of Salem #16754E
Tints of Salem #16754E
RGB
CMYK
RGB Variations
Color information
#16754E (or 0x16754E) is known color: Salem. HEX triplet: 16, 75 and 4E. RGB value is (22,117,78). Sum of RGB (Red+Green+Blue) = 22+117+78=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #16754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16754E is #E98AB1. Grayscale: #545454. Windows color (decimal): -15305394 or 5141782. OLE color: 5141782.
HSL color Cylindrical-coordinate representation of color #16754E: hue angle of 155.37º degrees, saturation: 0.68, 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 #16754E is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 117 | 78 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.54 |
| HSL | 155.37º | 0.68% | 0.27% | - |
| HSV(B) | 155.37º | 0.81% | 0.46% | - |
| XYZ | 8.07 | 13.44 | 9.38 | - |
| YUV | 84.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 78 | 0.81 | 0 | 0.33 | 0.54 | 155.37 | 0.68 | 0.27 |
| Hex | 16 | 75 | 4E | 51 | 0 | 21 | 36 | 9B | 44 | 1B |
| Octal | 26 | 165 | 116 | 121 | 0 | 41 | 66 | 233 | 104 | 33 |
| Binary | 10110 | 1110101 | 1001110 | 1010001 | 0 | 100001 | 110110 | 10011011 | 1000100 | 11011 |
Color Harmonies of #16754E
Complementary color
Monochromatic Colors of #16754E
Black with #16754E
Text Example
Text Example
White with #16754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16754E; }
p { color: rgb(22,117,78); }
H1.HeaderClassName
{
color: #16754E;
}
.AnyTagClassName
{
color: #16754E;
}
</style>
background-color css
<style>
a { background-color: #16754E; }
a { background-color: rgb(22,117,78); }
div.DivClassName
{
background-color: #16754E;
}
.BgClassName
{
background-color: #16754E;
}
</style>
border-color css
<style>
span { border-color: #16754E; }
span { border-color: rgb(22,117,78); }
td.TdClassName
{
border-color: #16754E;
}
.TagClassName
{
border-color: #16754E;
}
</style>