Shades of Salem #118754
Tints of Salem #118754
RGB
CMYK
RGB Variations
Color information
#118754 (or 0x118754) is known color: Salem. HEX triplet: 11, 87 and 54. RGB value is (17,135,84). Sum of RGB (Red+Green+Blue) = 17+135+84=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #118754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118754 is #EE78AB. Grayscale: #5D5D5D. Windows color (decimal): -15628460 or 5539601. OLE color: 5539601.
HSL color Cylindrical-coordinate representation of color #118754: hue angle of 154.07º degrees, saturation: 0.78, 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 #118754 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 84 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.47 |
| HSL | 154.07º | 0.78% | 0.3% | - |
| HSV(B) | 154.07º | 0.87% | 0.53% | - |
| XYZ | 10.5 | 18.09 | 11.33 | - |
| YUV | 93.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 84 | 0.87 | 0 | 0.38 | 0.47 | 154.07 | 0.78 | 0.3 |
| Hex | 11 | 87 | 54 | 57 | 0 | 26 | 2F | 9A | 4E | 1E |
| Octal | 21 | 207 | 124 | 127 | 0 | 46 | 57 | 232 | 116 | 36 |
| Binary | 10001 | 10000111 | 1010100 | 1010111 | 0 | 100110 | 101111 | 10011010 | 1001110 | 11110 |
Color Harmonies of #118754
Complementary color
Monochromatic Colors of #118754
Black with #118754
Text Example
Text Example
White with #118754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118754; }
p { color: rgb(17,135,84); }
H1.HeaderClassName
{
color: #118754;
}
.AnyTagClassName
{
color: #118754;
}
</style>
background-color css
<style>
a { background-color: #118754; }
a { background-color: rgb(17,135,84); }
div.DivClassName
{
background-color: #118754;
}
.BgClassName
{
background-color: #118754;
}
</style>
border-color css
<style>
span { border-color: #118754; }
span { border-color: rgb(17,135,84); }
td.TdClassName
{
border-color: #118754;
}
.TagClassName
{
border-color: #118754;
}
</style>