Shades of Salem #0E7C56
Tints of Salem #0E7C56
RGB
CMYK
RGB Variations
Color information
#0E7C56 (or 0x0E7C56) is known color: Salem. HEX triplet: 0E, 7C and 56. RGB value is (14,124,86). Sum of RGB (Red+Green+Blue) = 14+124+86=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C56 is #F183A9. Grayscale: #565656. Windows color (decimal): -15827882 or 5667854. OLE color: 5667854.
HSL color Cylindrical-coordinate representation of color #0E7C56: hue angle of 159.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C56 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 124 | 86 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.51 |
| HSL | 159.27º | 0.8% | 0.27% | - |
| HSV(B) | 159.27º | 0.89% | 0.49% | - |
| XYZ | 9.07 | 15.18 | 11.26 | - |
| YUV | 86.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 86 | 0.89 | 0 | 0.31 | 0.51 | 159.27 | 0.8 | 0.27 |
| Hex | E | 7C | 56 | 59 | 0 | 1F | 33 | 9F | 50 | 1B |
| Octal | 16 | 174 | 126 | 131 | 0 | 37 | 63 | 237 | 120 | 33 |
| Binary | 1110 | 1111100 | 1010110 | 1011001 | 0 | 11111 | 110011 | 10011111 | 1010000 | 11011 |
Color Harmonies of #0E7C56
Complementary color
Monochromatic Colors of #0E7C56
Black with #0E7C56
Text Example
Text Example
White with #0E7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7C56; }
p { color: rgb(14,124,86); }
H1.HeaderClassName
{
color: #0E7C56;
}
.AnyTagClassName
{
color: #0E7C56;
}
</style>
background-color css
<style>
a { background-color: #0E7C56; }
a { background-color: rgb(14,124,86); }
div.DivClassName
{
background-color: #0E7C56;
}
.BgClassName
{
background-color: #0E7C56;
}
</style>
border-color css
<style>
span { border-color: #0E7C56; }
span { border-color: rgb(14,124,86); }
td.TdClassName
{
border-color: #0E7C56;
}
.TagClassName
{
border-color: #0E7C56;
}
</style>