Shades of Salem #147857
Tints of Salem #147857
RGB
CMYK
RGB Variations
Color information
#147857 (or 0x147857) is known color: Salem. HEX triplet: 14, 78 and 57. RGB value is (20,120,87). Sum of RGB (Red+Green+Blue) = 20+120+87=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #147857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147857 is #EB87A8. Grayscale: #565656. Windows color (decimal): -15435689 or 5732372. OLE color: 5732372.
HSL color Cylindrical-coordinate representation of color #147857: hue angle of 160.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147857 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 120 | 87 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.53 |
| HSL | 160.2º | 0.71% | 0.27% | - |
| HSV(B) | 160.2º | 0.83% | 0.47% | - |
| XYZ | 8.73 | 14.27 | 11.31 | - |
| YUV | 86.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 87 | 0.83 | 0 | 0.28 | 0.53 | 160.2 | 0.71 | 0.27 |
| Hex | 14 | 78 | 57 | 53 | 0 | 1C | 35 | A0 | 47 | 1B |
| Octal | 24 | 170 | 127 | 123 | 0 | 34 | 65 | 240 | 107 | 33 |
| Binary | 10100 | 1111000 | 1010111 | 1010011 | 0 | 11100 | 110101 | 10100000 | 1000111 | 11011 |
Color Harmonies of #147857
Complementary color
Monochromatic Colors of #147857
Black with #147857
Text Example
Text Example
White with #147857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147857; }
p { color: rgb(20,120,87); }
H1.HeaderClassName
{
color: #147857;
}
.AnyTagClassName
{
color: #147857;
}
</style>
background-color css
<style>
a { background-color: #147857; }
a { background-color: rgb(20,120,87); }
div.DivClassName
{
background-color: #147857;
}
.BgClassName
{
background-color: #147857;
}
</style>
border-color css
<style>
span { border-color: #147857; }
span { border-color: rgb(20,120,87); }
td.TdClassName
{
border-color: #147857;
}
.TagClassName
{
border-color: #147857;
}
</style>