Shades of Salem #128758
Tints of Salem #128758
RGB
CMYK
RGB Variations
Color information
#128758 (or 0x128758) is known color: Salem. HEX triplet: 12, 87 and 58. RGB value is (18,135,88). Sum of RGB (Red+Green+Blue) = 18+135+88=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #128758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128758 is #ED78A7. Grayscale: #5E5E5E. Windows color (decimal): -15562920 or 5801746. OLE color: 5801746.
HSL color Cylindrical-coordinate representation of color #128758: hue angle of 155.9º 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 #128758 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 88 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.47 |
| HSL | 155.9º | 0.76% | 0.3% | - |
| HSV(B) | 155.9º | 0.87% | 0.53% | - |
| XYZ | 10.67 | 18.16 | 12.18 | - |
| YUV | 94.66 | 124.24 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 88 | 0.87 | 0 | 0.35 | 0.47 | 155.9 | 0.76 | 0.3 |
| Hex | 12 | 87 | 58 | 57 | 0 | 23 | 2F | 9C | 4C | 1E |
| Octal | 22 | 207 | 130 | 127 | 0 | 43 | 57 | 234 | 114 | 36 |
| Binary | 10010 | 10000111 | 1011000 | 1010111 | 0 | 100011 | 101111 | 10011100 | 1001100 | 11110 |
Color Harmonies of #128758
Complementary color
Monochromatic Colors of #128758
Black with #128758
Text Example
Text Example
White with #128758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128758; }
p { color: rgb(18,135,88); }
H1.HeaderClassName
{
color: #128758;
}
.AnyTagClassName
{
color: #128758;
}
</style>
background-color css
<style>
a { background-color: #128758; }
a { background-color: rgb(18,135,88); }
div.DivClassName
{
background-color: #128758;
}
.BgClassName
{
background-color: #128758;
}
</style>
border-color css
<style>
span { border-color: #128758; }
span { border-color: rgb(18,135,88); }
td.TdClassName
{
border-color: #128758;
}
.TagClassName
{
border-color: #128758;
}
</style>