Shades of Salem #118758
Tints of Salem #118758
RGB
CMYK
RGB Variations
Color information
#118758 (or 0x118758) is known color: Salem. HEX triplet: 11, 87 and 58. RGB value is (17,135,88). Sum of RGB (Red+Green+Blue) = 17+135+88=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #118758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118758 is #EE78A7. Grayscale: #5E5E5E. Windows color (decimal): -15628456 or 5801745. OLE color: 5801745.
HSL color Cylindrical-coordinate representation of color #118758: hue angle of 156.1º 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 #118758 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 88 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.47 |
| HSL | 156.1º | 0.78% | 0.3% | - |
| HSV(B) | 156.1º | 0.87% | 0.53% | - |
| XYZ | 10.66 | 18.15 | 12.17 | - |
| YUV | 94.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 88 | 0.87 | 0 | 0.35 | 0.47 | 156.1 | 0.78 | 0.3 |
| Hex | 11 | 87 | 58 | 57 | 0 | 23 | 2F | 9C | 4E | 1E |
| Octal | 21 | 207 | 130 | 127 | 0 | 43 | 57 | 234 | 116 | 36 |
| Binary | 10001 | 10000111 | 1011000 | 1010111 | 0 | 100011 | 101111 | 10011100 | 1001110 | 11110 |
Color Harmonies of #118758
Complementary color
Monochromatic Colors of #118758
Black with #118758
Text Example
Text Example
White with #118758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118758; }
p { color: rgb(17,135,88); }
H1.HeaderClassName
{
color: #118758;
}
.AnyTagClassName
{
color: #118758;
}
</style>
background-color css
<style>
a { background-color: #118758; }
a { background-color: rgb(17,135,88); }
div.DivClassName
{
background-color: #118758;
}
.BgClassName
{
background-color: #118758;
}
</style>
border-color css
<style>
span { border-color: #118758; }
span { border-color: rgb(17,135,88); }
td.TdClassName
{
border-color: #118758;
}
.TagClassName
{
border-color: #118758;
}
</style>