Shades of Salem #128759
Tints of Salem #128759
RGB
CMYK
RGB Variations
Color information
#128759 (or 0x128759) is known color: Salem. HEX triplet: 12, 87 and 59. RGB value is (18,135,89). Sum of RGB (Red+Green+Blue) = 18+135+89=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #128759 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128759 is #ED78A6. Grayscale: #5E5E5E. Windows color (decimal): -15562919 or 5867282. OLE color: 5867282.
HSL color Cylindrical-coordinate representation of color #128759: hue angle of 156.41º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128759 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 89 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.47 |
| HSL | 156.41º | 0.76% | 0.3% | - |
| HSV(B) | 156.41º | 0.87% | 0.53% | - |
| XYZ | 10.72 | 18.18 | 12.4 | - |
| YUV | 94.77 | 124.74 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 89 | 0.87 | 0 | 0.34 | 0.47 | 156.41 | 0.76 | 0.3 |
| Hex | 12 | 87 | 59 | 57 | 0 | 22 | 2F | 9C | 4C | 1E |
| Octal | 22 | 207 | 131 | 127 | 0 | 42 | 57 | 234 | 114 | 36 |
| Binary | 10010 | 10000111 | 1011001 | 1010111 | 0 | 100010 | 101111 | 10011100 | 1001100 | 11110 |
Color Harmonies of #128759
Complementary color
Monochromatic Colors of #128759
Black with #128759
Text Example
Text Example
White with #128759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128759; }
p { color: rgb(18,135,89); }
H1.HeaderClassName
{
color: #128759;
}
.AnyTagClassName
{
color: #128759;
}
</style>
background-color css
<style>
a { background-color: #128759; }
a { background-color: rgb(18,135,89); }
div.DivClassName
{
background-color: #128759;
}
.BgClassName
{
background-color: #128759;
}
</style>
border-color css
<style>
span { border-color: #128759; }
span { border-color: rgb(18,135,89); }
td.TdClassName
{
border-color: #128759;
}
.TagClassName
{
border-color: #128759;
}
</style>