Shades of Salem #0E8753
Tints of Salem #0E8753
RGB
CMYK
RGB Variations
Color information
#0E8753 (or 0x0E8753) is known color: Salem. HEX triplet: 0E, 87 and 53. RGB value is (14,135,83). Sum of RGB (Red+Green+Blue) = 14+135+83=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8753 is #F178AC. Grayscale: #5C5C5C. Windows color (decimal): -15825069 or 5474062. OLE color: 5474062.
HSL color Cylindrical-coordinate representation of color #0E8753: hue angle of 154.21º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8753 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 135 | 83 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.47 |
| HSL | 154.21º | 0.81% | 0.29% | - |
| HSV(B) | 154.21º | 0.9% | 0.53% | - |
| XYZ | 10.41 | 18.05 | 11.12 | - |
| YUV | 92.89 | 122.41 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 135 | 83 | 0.90 | 0 | 0.39 | 0.47 | 154.21 | 0.81 | 0.29 |
| Hex | E | 87 | 53 | 5A | 0 | 27 | 2F | 9A | 51 | 1D |
| Octal | 16 | 207 | 123 | 132 | 0 | 47 | 57 | 232 | 121 | 35 |
| Binary | 1110 | 10000111 | 1010011 | 1011010 | 0 | 100111 | 101111 | 10011010 | 1010001 | 11101 |
Color Harmonies of #0E8753
Complementary color
Monochromatic Colors of #0E8753
Black with #0E8753
Text Example
Text Example
White with #0E8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8753; }
p { color: rgb(14,135,83); }
H1.HeaderClassName
{
color: #0E8753;
}
.AnyTagClassName
{
color: #0E8753;
}
</style>
background-color css
<style>
a { background-color: #0E8753; }
a { background-color: rgb(14,135,83); }
div.DivClassName
{
background-color: #0E8753;
}
.BgClassName
{
background-color: #0E8753;
}
</style>
border-color css
<style>
span { border-color: #0E8753; }
span { border-color: rgb(14,135,83); }
td.TdClassName
{
border-color: #0E8753;
}
.TagClassName
{
border-color: #0E8753;
}
</style>