Shades of Salem #117D4E
Tints of Salem #117D4E
RGB
CMYK
RGB Variations
Color information
#117D4E (or 0x117D4E) is known color: Salem. HEX triplet: 11, 7D and 4E. RGB value is (17,125,78). Sum of RGB (Red+Green+Blue) = 17+125+78=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #117D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D4E is #EE82B1. Grayscale: #575757. Windows color (decimal): -15631026 or 5143825. OLE color: 5143825.
HSL color Cylindrical-coordinate representation of color #117D4E: hue angle of 153.89º 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 #117D4E is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 78 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.51 |
| HSL | 153.89º | 0.76% | 0.28% | - |
| HSV(B) | 153.89º | 0.86% | 0.49% | - |
| XYZ | 8.94 | 15.34 | 9.7 | - |
| YUV | 87.35 | 122.72 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 78 | 0.86 | 0 | 0.38 | 0.51 | 153.89 | 0.76 | 0.28 |
| Hex | 11 | 7D | 4E | 56 | 0 | 26 | 33 | 9A | 4C | 1C |
| Octal | 21 | 175 | 116 | 126 | 0 | 46 | 63 | 232 | 114 | 34 |
| Binary | 10001 | 1111101 | 1001110 | 1010110 | 0 | 100110 | 110011 | 10011010 | 1001100 | 11100 |
Color Harmonies of #117D4E
Complementary color
Monochromatic Colors of #117D4E
Black with #117D4E
Text Example
Text Example
White with #117D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D4E; }
p { color: rgb(17,125,78); }
H1.HeaderClassName
{
color: #117D4E;
}
.AnyTagClassName
{
color: #117D4E;
}
</style>
background-color css
<style>
a { background-color: #117D4E; }
a { background-color: rgb(17,125,78); }
div.DivClassName
{
background-color: #117D4E;
}
.BgClassName
{
background-color: #117D4E;
}
</style>
border-color css
<style>
span { border-color: #117D4E; }
span { border-color: rgb(17,125,78); }
td.TdClassName
{
border-color: #117D4E;
}
.TagClassName
{
border-color: #117D4E;
}
</style>