Shades of Salem #0E7F51
Tints of Salem #0E7F51
RGB
CMYK
RGB Variations
Color information
#0E7F51 (or 0x0E7F51) is known color: Salem. HEX triplet: 0E, 7F and 51. RGB value is (14,127,81). Sum of RGB (Red+Green+Blue) = 14+127+81=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F51 is #F180AE. Grayscale: #585858. Windows color (decimal): -15827119 or 5340942. OLE color: 5340942.
HSL color Cylindrical-coordinate representation of color #0E7F51: hue angle of 155.58º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F51 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 81 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.50 |
| HSL | 155.58º | 0.8% | 0.28% | - |
| HSV(B) | 155.58º | 0.89% | 0.5% | - |
| XYZ | 9.26 | 15.87 | 10.36 | - |
| YUV | 87.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 81 | 0.89 | 0 | 0.36 | 0.50 | 155.58 | 0.8 | 0.28 |
| Hex | E | 7F | 51 | 59 | 0 | 24 | 32 | 9C | 50 | 1C |
| Octal | 16 | 177 | 121 | 131 | 0 | 44 | 62 | 234 | 120 | 34 |
| Binary | 1110 | 1111111 | 1010001 | 1011001 | 0 | 100100 | 110010 | 10011100 | 1010000 | 11100 |
Color Harmonies of #0E7F51
Complementary color
Monochromatic Colors of #0E7F51
Black with #0E7F51
Text Example
Text Example
White with #0E7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F51; }
p { color: rgb(14,127,81); }
H1.HeaderClassName
{
color: #0E7F51;
}
.AnyTagClassName
{
color: #0E7F51;
}
</style>
background-color css
<style>
a { background-color: #0E7F51; }
a { background-color: rgb(14,127,81); }
div.DivClassName
{
background-color: #0E7F51;
}
.BgClassName
{
background-color: #0E7F51;
}
</style>
border-color css
<style>
span { border-color: #0E7F51; }
span { border-color: rgb(14,127,81); }
td.TdClassName
{
border-color: #0E7F51;
}
.TagClassName
{
border-color: #0E7F51;
}
</style>