Shades of Salem #128755
Tints of Salem #128755
RGB
CMYK
RGB Variations
Color information
#128755 (or 0x128755) is known color: Salem. HEX triplet: 12, 87 and 55. RGB value is (18,135,85). Sum of RGB (Red+Green+Blue) = 18+135+85=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #128755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128755 is #ED78AA. Grayscale: #5E5E5E. Windows color (decimal): -15562923 or 5605138. OLE color: 5605138.
HSL color Cylindrical-coordinate representation of color #128755: hue angle of 154.36º 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 #128755 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 85 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.47 |
| HSL | 154.36º | 0.76% | 0.3% | - |
| HSV(B) | 154.36º | 0.87% | 0.53% | - |
| XYZ | 10.55 | 18.11 | 11.53 | - |
| YUV | 94.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 85 | 0.87 | 0 | 0.37 | 0.47 | 154.36 | 0.76 | 0.3 |
| Hex | 12 | 87 | 55 | 57 | 0 | 25 | 2F | 9A | 4C | 1E |
| Octal | 22 | 207 | 125 | 127 | 0 | 45 | 57 | 232 | 114 | 36 |
| Binary | 10010 | 10000111 | 1010101 | 1010111 | 0 | 100101 | 101111 | 10011010 | 1001100 | 11110 |
Color Harmonies of #128755
Complementary color
Monochromatic Colors of #128755
Black with #128755
Text Example
Text Example
White with #128755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128755; }
p { color: rgb(18,135,85); }
H1.HeaderClassName
{
color: #128755;
}
.AnyTagClassName
{
color: #128755;
}
</style>
background-color css
<style>
a { background-color: #128755; }
a { background-color: rgb(18,135,85); }
div.DivClassName
{
background-color: #128755;
}
.BgClassName
{
background-color: #128755;
}
</style>
border-color css
<style>
span { border-color: #128755; }
span { border-color: rgb(18,135,85); }
td.TdClassName
{
border-color: #128755;
}
.TagClassName
{
border-color: #128755;
}
</style>