Shades of Salem #0E744D
Tints of Salem #0E744D
RGB
CMYK
RGB Variations
Color information
#0E744D (or 0x0E744D) is known color: Salem. HEX triplet: 0E, 74 and 4D. RGB value is (14,116,77). Sum of RGB (Red+Green+Blue) = 14+116+77=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #0E744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E744D is #F18BB2. Grayscale: #515151. Windows color (decimal): -15829939 or 5075982. OLE color: 5075982.
HSL color Cylindrical-coordinate representation of color #0E744D: hue angle of 157.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E744D is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 116 | 77 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.55 |
| HSL | 157.06º | 0.78% | 0.25% | - |
| HSV(B) | 157.06º | 0.88% | 0.45% | - |
| XYZ | 7.77 | 13.12 | 9.14 | - |
| YUV | 81.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 116 | 77 | 0.88 | 0 | 0.34 | 0.55 | 157.06 | 0.78 | 0.25 |
| Hex | E | 74 | 4D | 58 | 0 | 22 | 37 | 9D | 4E | 19 |
| Octal | 16 | 164 | 115 | 130 | 0 | 42 | 67 | 235 | 116 | 31 |
| Binary | 1110 | 1110100 | 1001101 | 1011000 | 0 | 100010 | 110111 | 10011101 | 1001110 | 11001 |
Color Harmonies of #0E744D
Complementary color
Monochromatic Colors of #0E744D
Black with #0E744D
Text Example
Text Example
White with #0E744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E744D; }
p { color: rgb(14,116,77); }
H1.HeaderClassName
{
color: #0E744D;
}
.AnyTagClassName
{
color: #0E744D;
}
</style>
background-color css
<style>
a { background-color: #0E744D; }
a { background-color: rgb(14,116,77); }
div.DivClassName
{
background-color: #0E744D;
}
.BgClassName
{
background-color: #0E744D;
}
</style>
border-color css
<style>
span { border-color: #0E744D; }
span { border-color: rgb(14,116,77); }
td.TdClassName
{
border-color: #0E744D;
}
.TagClassName
{
border-color: #0E744D;
}
</style>