Shades of Salem #117B57
Tints of Salem #117B57
RGB
CMYK
RGB Variations
Color information
#117B57 (or 0x117B57) is known color: Salem. HEX triplet: 11, 7B and 57. RGB value is (17,123,87). Sum of RGB (Red+Green+Blue) = 17+123+87=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #117B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B57 is #EE84A8. Grayscale: #575757. Windows color (decimal): -15631529 or 5733137. OLE color: 5733137.
HSL color Cylindrical-coordinate representation of color #117B57: hue angle of 159.62º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B57 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 123 | 87 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.52 |
| HSL | 159.62º | 0.76% | 0.27% | - |
| HSV(B) | 159.62º | 0.86% | 0.48% | - |
| XYZ | 9.03 | 14.97 | 11.43 | - |
| YUV | 87.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 87 | 0.86 | 0 | 0.29 | 0.52 | 159.62 | 0.76 | 0.27 |
| Hex | 11 | 7B | 57 | 56 | 0 | 1D | 34 | A0 | 4C | 1B |
| Octal | 21 | 173 | 127 | 126 | 0 | 35 | 64 | 240 | 114 | 33 |
| Binary | 10001 | 1111011 | 1010111 | 1010110 | 0 | 11101 | 110100 | 10100000 | 1001100 | 11011 |
Color Harmonies of #117B57
Complementary color
Monochromatic Colors of #117B57
Black with #117B57
Text Example
Text Example
White with #117B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117B57; }
p { color: rgb(17,123,87); }
H1.HeaderClassName
{
color: #117B57;
}
.AnyTagClassName
{
color: #117B57;
}
</style>
background-color css
<style>
a { background-color: #117B57; }
a { background-color: rgb(17,123,87); }
div.DivClassName
{
background-color: #117B57;
}
.BgClassName
{
background-color: #117B57;
}
</style>
border-color css
<style>
span { border-color: #117B57; }
span { border-color: rgb(17,123,87); }
td.TdClassName
{
border-color: #117B57;
}
.TagClassName
{
border-color: #117B57;
}
</style>