Shades of Salem #107E56
Tints of Salem #107E56
RGB
CMYK
RGB Variations
Color information
#107E56 (or 0x107E56) is known color: Salem. HEX triplet: 10, 7E and 56. RGB value is (16,126,86). Sum of RGB (Red+Green+Blue) = 16+126+86=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #107E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E56 is #EF81A9. Grayscale: #585858. Windows color (decimal): -15696298 or 5668368. OLE color: 5668368.
HSL color Cylindrical-coordinate representation of color #107E56: hue angle of 158.18º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107E56 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 126 | 86 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.51 |
| HSL | 158.18º | 0.77% | 0.28% | - |
| HSV(B) | 158.18º | 0.87% | 0.49% | - |
| XYZ | 9.35 | 15.7 | 11.34 | - |
| YUV | 88.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 86 | 0.87 | 0 | 0.32 | 0.51 | 158.18 | 0.77 | 0.28 |
| Hex | 10 | 7E | 56 | 57 | 0 | 20 | 33 | 9E | 4D | 1C |
| Octal | 20 | 176 | 126 | 127 | 0 | 40 | 63 | 236 | 115 | 34 |
| Binary | 10000 | 1111110 | 1010110 | 1010111 | 0 | 100000 | 110011 | 10011110 | 1001101 | 11100 |
Color Harmonies of #107E56
Complementary color
Monochromatic Colors of #107E56
Black with #107E56
Text Example
Text Example
White with #107E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107E56; }
p { color: rgb(16,126,86); }
H1.HeaderClassName
{
color: #107E56;
}
.AnyTagClassName
{
color: #107E56;
}
</style>
background-color css
<style>
a { background-color: #107E56; }
a { background-color: rgb(16,126,86); }
div.DivClassName
{
background-color: #107E56;
}
.BgClassName
{
background-color: #107E56;
}
</style>
border-color css
<style>
span { border-color: #107E56; }
span { border-color: rgb(16,126,86); }
td.TdClassName
{
border-color: #107E56;
}
.TagClassName
{
border-color: #107E56;
}
</style>