Shades of Salem #0E7A56
Tints of Salem #0E7A56
RGB
CMYK
RGB Variations
Color information
#0E7A56 (or 0x0E7A56) is known color: Salem. HEX triplet: 0E, 7A and 56. RGB value is (14,122,86). Sum of RGB (Red+Green+Blue) = 14+122+86=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A56 is #F185A9. Grayscale: #555555. Windows color (decimal): -15828394 or 5667342. OLE color: 5667342.
HSL color Cylindrical-coordinate representation of color #0E7A56: hue angle of 160º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A56 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 86 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.52 |
| HSL | 160º | 0.79% | 0.27% | - |
| HSV(B) | 160º | 0.89% | 0.48% | - |
| XYZ | 8.82 | 14.68 | 11.17 | - |
| YUV | 85.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 86 | 0.89 | 0 | 0.30 | 0.52 | 160 | 0.79 | 0.27 |
| Hex | E | 7A | 56 | 59 | 0 | 1E | 34 | A0 | 4F | 1B |
| Octal | 16 | 172 | 126 | 131 | 0 | 36 | 64 | 240 | 117 | 33 |
| Binary | 1110 | 1111010 | 1010110 | 1011001 | 0 | 11110 | 110100 | 10100000 | 1001111 | 11011 |
Color Harmonies of #0E7A56
Complementary color
Monochromatic Colors of #0E7A56
Black with #0E7A56
Text Example
Text Example
White with #0E7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A56; }
p { color: rgb(14,122,86); }
H1.HeaderClassName
{
color: #0E7A56;
}
.AnyTagClassName
{
color: #0E7A56;
}
</style>
background-color css
<style>
a { background-color: #0E7A56; }
a { background-color: rgb(14,122,86); }
div.DivClassName
{
background-color: #0E7A56;
}
.BgClassName
{
background-color: #0E7A56;
}
</style>
border-color css
<style>
span { border-color: #0E7A56; }
span { border-color: rgb(14,122,86); }
td.TdClassName
{
border-color: #0E7A56;
}
.TagClassName
{
border-color: #0E7A56;
}
</style>