Shades of Salem #0E7654
Tints of Salem #0E7654
RGB
CMYK
RGB Variations
Color information
#0E7654 (or 0x0E7654) is known color: Salem. HEX triplet: 0E, 76 and 54. RGB value is (14,118,84). Sum of RGB (Red+Green+Blue) = 14+118+84=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7654 is #F189AB. Grayscale: #535353. Windows color (decimal): -15829420 or 5535246. OLE color: 5535246.
HSL color Cylindrical-coordinate representation of color #0E7654: hue angle of 160.38º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7654 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
RGB | 14 | 118 | 84 | - |
CMYK | 0.88 | 0 | 0.29 | 0.54 |
HSL | 160.38º | 0.79% | 0.26% | - |
HSV(B) | 160.38º | 0.88% | 0.46% | - |
XYZ | 8.26 | 13.69 | 10.59 | - |
YUV | 83.03 | 128.54 | 78.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 118 | 84 | 0.88 | 0 | 0.29 | 0.54 | 160.38 | 0.79 | 0.26 |
Hex | E | 76 | 54 | 58 | 0 | 1D | 36 | A0 | 4F | 1A |
Octal | 16 | 166 | 124 | 130 | 0 | 35 | 66 | 240 | 117 | 32 |
Binary | 1110 | 1110110 | 1010100 | 1011000 | 0 | 11101 | 110110 | 10100000 | 1001111 | 11010 |
Color Harmonies of #0E7654
Complementary color
Monochromatic Colors of #0E7654
Black with #0E7654
Text Example
Text Example
White with #0E7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7654; }
p { color: rgb(14,118,84); }
H1.HeaderClassName
{
color: #0E7654;
}
.AnyTagClassName
{
color: #0E7654;
}
</style>
background-color css
<style>
a { background-color: #0E7654; }
a { background-color: rgb(14,118,84); }
div.DivClassName
{
background-color: #0E7654;
}
.BgClassName
{
background-color: #0E7654;
}
</style>
border-color css
<style>
span { border-color: #0E7654; }
span { border-color: rgb(14,118,84); }
td.TdClassName
{
border-color: #0E7654;
}
.TagClassName
{
border-color: #0E7654;
}
</style>