Shades of Salem #117D4D
Tints of Salem #117D4D
RGB
CMYK
RGB Variations
Color information
#117D4D (or 0x117D4D) is known color: Salem. HEX triplet: 11, 7D and 4D. RGB value is (17,125,77). Sum of RGB (Red+Green+Blue) = 17+125+77=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #117D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D4D is #EE82B2. Grayscale: #575757. Windows color (decimal): -15631027 or 5078289. OLE color: 5078289.
HSL color Cylindrical-coordinate representation of color #117D4D: hue angle of 153.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D4D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 77 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.51 |
| HSL | 153.33º | 0.76% | 0.28% | - |
| HSV(B) | 153.33º | 0.86% | 0.49% | - |
| XYZ | 8.9 | 15.32 | 9.51 | - |
| YUV | 87.24 | 122.22 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 77 | 0.86 | 0 | 0.38 | 0.51 | 153.33 | 0.76 | 0.28 |
| Hex | 11 | 7D | 4D | 56 | 0 | 26 | 33 | 99 | 4C | 1C |
| Octal | 21 | 175 | 115 | 126 | 0 | 46 | 63 | 231 | 114 | 34 |
| Binary | 10001 | 1111101 | 1001101 | 1010110 | 0 | 100110 | 110011 | 10011001 | 1001100 | 11100 |
Color Harmonies of #117D4D
Complementary color
Monochromatic Colors of #117D4D
Black with #117D4D
Text Example
Text Example
White with #117D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D4D; }
p { color: rgb(17,125,77); }
H1.HeaderClassName
{
color: #117D4D;
}
.AnyTagClassName
{
color: #117D4D;
}
</style>
background-color css
<style>
a { background-color: #117D4D; }
a { background-color: rgb(17,125,77); }
div.DivClassName
{
background-color: #117D4D;
}
.BgClassName
{
background-color: #117D4D;
}
</style>
border-color css
<style>
span { border-color: #117D4D; }
span { border-color: rgb(17,125,77); }
td.TdClassName
{
border-color: #117D4D;
}
.TagClassName
{
border-color: #117D4D;
}
</style>