Shades of Salem #117150
Tints of Salem #117150
RGB
CMYK
RGB Variations
Color information
#117150 (or 0x117150) is known color: Salem. HEX triplet: 11, 71 and 50. RGB value is (17,113,80). Sum of RGB (Red+Green+Blue) = 17+113+80=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #117150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117150 is #EE8EAF. Grayscale: #505050. Windows color (decimal): -15634096 or 5271825. OLE color: 5271825.
HSL color Cylindrical-coordinate representation of color #117150: hue angle of 159.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117150 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 80 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.56 |
| HSL | 159.38º | 0.74% | 0.25% | - |
| HSV(B) | 159.38º | 0.85% | 0.44% | - |
| XYZ | 7.58 | 12.51 | 9.6 | - |
| YUV | 80.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 80 | 0.85 | 0 | 0.29 | 0.56 | 159.38 | 0.74 | 0.25 |
| Hex | 11 | 71 | 50 | 55 | 0 | 1D | 38 | 9F | 4A | 19 |
| Octal | 21 | 161 | 120 | 125 | 0 | 35 | 70 | 237 | 112 | 31 |
| Binary | 10001 | 1110001 | 1010000 | 1010101 | 0 | 11101 | 111000 | 10011111 | 1001010 | 11001 |
Color Harmonies of #117150
Complementary color
Monochromatic Colors of #117150
Black with #117150
Text Example
Text Example
White with #117150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117150; }
p { color: rgb(17,113,80); }
H1.HeaderClassName
{
color: #117150;
}
.AnyTagClassName
{
color: #117150;
}
</style>
background-color css
<style>
a { background-color: #117150; }
a { background-color: rgb(17,113,80); }
div.DivClassName
{
background-color: #117150;
}
.BgClassName
{
background-color: #117150;
}
</style>
border-color css
<style>
span { border-color: #117150; }
span { border-color: rgb(17,113,80); }
td.TdClassName
{
border-color: #117150;
}
.TagClassName
{
border-color: #117150;
}
</style>