Shades of Salem #117F58
Tints of Salem #117F58
RGB
CMYK
RGB Variations
Color information
#117F58 (or 0x117F58) is known color: Salem. HEX triplet: 11, 7F and 58. RGB value is (17,127,88). Sum of RGB (Red+Green+Blue) = 17+127+88=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #117F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F58 is #EE80A7. Grayscale: #595959. Windows color (decimal): -15630504 or 5799697. OLE color: 5799697.
HSL color Cylindrical-coordinate representation of color #117F58: hue angle of 158.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F58 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 88 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.50 |
| HSL | 158.73º | 0.76% | 0.28% | - |
| HSV(B) | 158.73º | 0.87% | 0.5% | - |
| XYZ | 9.58 | 16 | 11.82 | - |
| YUV | 89.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 88 | 0.87 | 0 | 0.31 | 0.50 | 158.73 | 0.76 | 0.28 |
| Hex | 11 | 7F | 58 | 57 | 0 | 1F | 32 | 9F | 4C | 1C |
| Octal | 21 | 177 | 130 | 127 | 0 | 37 | 62 | 237 | 114 | 34 |
| Binary | 10001 | 1111111 | 1011000 | 1010111 | 0 | 11111 | 110010 | 10011111 | 1001100 | 11100 |
Color Harmonies of #117F58
Complementary color
Monochromatic Colors of #117F58
Black with #117F58
Text Example
Text Example
White with #117F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F58; }
p { color: rgb(17,127,88); }
H1.HeaderClassName
{
color: #117F58;
}
.AnyTagClassName
{
color: #117F58;
}
</style>
background-color css
<style>
a { background-color: #117F58; }
a { background-color: rgb(17,127,88); }
div.DivClassName
{
background-color: #117F58;
}
.BgClassName
{
background-color: #117F58;
}
</style>
border-color css
<style>
span { border-color: #117F58; }
span { border-color: rgb(17,127,88); }
td.TdClassName
{
border-color: #117F58;
}
.TagClassName
{
border-color: #117F58;
}
</style>