Shades of Salem #117A55
Tints of Salem #117A55
RGB
CMYK
RGB Variations
Color information
#117A55 (or 0x117A55) is known color: Salem. HEX triplet: 11, 7A and 55. RGB value is (17,122,85). Sum of RGB (Red+Green+Blue) = 17+122+85=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #117A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A55 is #EE85AA. Grayscale: #565656. Windows color (decimal): -15631787 or 5601809. OLE color: 5601809.
HSL color Cylindrical-coordinate representation of color #117A55: hue angle of 158.86º 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 #117A55 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 85 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.52 |
| HSL | 158.86º | 0.76% | 0.27% | - |
| HSV(B) | 158.86º | 0.86% | 0.48% | - |
| XYZ | 8.83 | 14.69 | 10.97 | - |
| YUV | 86.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 85 | 0.86 | 0 | 0.30 | 0.52 | 158.86 | 0.76 | 0.27 |
| Hex | 11 | 7A | 55 | 56 | 0 | 1E | 34 | 9F | 4C | 1B |
| Octal | 21 | 172 | 125 | 126 | 0 | 36 | 64 | 237 | 114 | 33 |
| Binary | 10001 | 1111010 | 1010101 | 1010110 | 0 | 11110 | 110100 | 10011111 | 1001100 | 11011 |
Color Harmonies of #117A55
Complementary color
Monochromatic Colors of #117A55
Black with #117A55
Text Example
Text Example
White with #117A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A55; }
p { color: rgb(17,122,85); }
H1.HeaderClassName
{
color: #117A55;
}
.AnyTagClassName
{
color: #117A55;
}
</style>
background-color css
<style>
a { background-color: #117A55; }
a { background-color: rgb(17,122,85); }
div.DivClassName
{
background-color: #117A55;
}
.BgClassName
{
background-color: #117A55;
}
</style>
border-color css
<style>
span { border-color: #117A55; }
span { border-color: rgb(17,122,85); }
td.TdClassName
{
border-color: #117A55;
}
.TagClassName
{
border-color: #117A55;
}
</style>