Shades of Salem #128754
Tints of Salem #128754
RGB
CMYK
RGB Variations
Color information
#128754 (or 0x128754) is known color: Salem. HEX triplet: 12, 87 and 54. RGB value is (18,135,84). Sum of RGB (Red+Green+Blue) = 18+135+84=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #128754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128754 is #ED78AB. Grayscale: #5E5E5E. Windows color (decimal): -15562924 or 5539602. OLE color: 5539602.
HSL color Cylindrical-coordinate representation of color #128754: hue angle of 153.85º 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 #128754 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 84 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.47 |
| HSL | 153.85º | 0.76% | 0.3% | - |
| HSV(B) | 153.85º | 0.87% | 0.53% | - |
| XYZ | 10.51 | 18.1 | 11.33 | - |
| YUV | 94.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 84 | 0.87 | 0 | 0.38 | 0.47 | 153.85 | 0.76 | 0.3 |
| Hex | 12 | 87 | 54 | 57 | 0 | 26 | 2F | 9A | 4C | 1E |
| Octal | 22 | 207 | 124 | 127 | 0 | 46 | 57 | 232 | 114 | 36 |
| Binary | 10010 | 10000111 | 1010100 | 1010111 | 0 | 100110 | 101111 | 10011010 | 1001100 | 11110 |
Color Harmonies of #128754
Complementary color
Monochromatic Colors of #128754
Black with #128754
Text Example
Text Example
White with #128754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128754; }
p { color: rgb(18,135,84); }
H1.HeaderClassName
{
color: #128754;
}
.AnyTagClassName
{
color: #128754;
}
</style>
background-color css
<style>
a { background-color: #128754; }
a { background-color: rgb(18,135,84); }
div.DivClassName
{
background-color: #128754;
}
.BgClassName
{
background-color: #128754;
}
</style>
border-color css
<style>
span { border-color: #128754; }
span { border-color: rgb(18,135,84); }
td.TdClassName
{
border-color: #128754;
}
.TagClassName
{
border-color: #128754;
}
</style>