Shades of Salem #0E7B4D
Tints of Salem #0E7B4D
RGB
CMYK
RGB Variations
Color information
#0E7B4D (or 0x0E7B4D) is known color: Salem. HEX triplet: 0E, 7B and 4D. RGB value is (14,123,77). Sum of RGB (Red+Green+Blue) = 14+123+77=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7B4D is #F184B2. Grayscale: #555555. Windows color (decimal): -15828147 or 5077774. OLE color: 5077774.
HSL color Cylindrical-coordinate representation of color #0E7B4D: hue angle of 154.68º degrees, saturation: 0.8, 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 #0E7B4D is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 123 | 77 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.52 |
| HSL | 154.68º | 0.8% | 0.27% | - |
| HSV(B) | 154.68º | 0.89% | 0.48% | - |
| XYZ | 8.6 | 14.8 | 9.42 | - |
| YUV | 85.17 | 123.39 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 77 | 0.89 | 0 | 0.37 | 0.52 | 154.68 | 0.8 | 0.27 |
| Hex | E | 7B | 4D | 59 | 0 | 25 | 34 | 9B | 50 | 1B |
| Octal | 16 | 173 | 115 | 131 | 0 | 45 | 64 | 233 | 120 | 33 |
| Binary | 1110 | 1111011 | 1001101 | 1011001 | 0 | 100101 | 110100 | 10011011 | 1010000 | 11011 |
Color Harmonies of #0E7B4D
Complementary color
Monochromatic Colors of #0E7B4D
Black with #0E7B4D
Text Example
Text Example
White with #0E7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7B4D; }
p { color: rgb(14,123,77); }
H1.HeaderClassName
{
color: #0E7B4D;
}
.AnyTagClassName
{
color: #0E7B4D;
}
</style>
background-color css
<style>
a { background-color: #0E7B4D; }
a { background-color: rgb(14,123,77); }
div.DivClassName
{
background-color: #0E7B4D;
}
.BgClassName
{
background-color: #0E7B4D;
}
</style>
border-color css
<style>
span { border-color: #0E7B4D; }
span { border-color: rgb(14,123,77); }
td.TdClassName
{
border-color: #0E7B4D;
}
.TagClassName
{
border-color: #0E7B4D;
}
</style>