Shades of Salem #107E55
Tints of Salem #107E55
RGB
CMYK
RGB Variations
Color information
#107E55 (or 0x107E55) is known color: Salem. HEX triplet: 10, 7E and 55. RGB value is (16,126,85). Sum of RGB (Red+Green+Blue) = 16+126+85=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #107E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E55 is #EF81AA. Grayscale: #585858. Windows color (decimal): -15696299 or 5602832. OLE color: 5602832.
HSL color Cylindrical-coordinate representation of color #107E55: hue angle of 157.64º 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 #107E55 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 126 | 85 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.51 |
| HSL | 157.64º | 0.77% | 0.28% | - |
| HSV(B) | 157.64º | 0.87% | 0.49% | - |
| XYZ | 9.31 | 15.69 | 11.13 | - |
| YUV | 88.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 85 | 0.87 | 0 | 0.33 | 0.51 | 157.64 | 0.77 | 0.28 |
| Hex | 10 | 7E | 55 | 57 | 0 | 21 | 33 | 9E | 4D | 1C |
| Octal | 20 | 176 | 125 | 127 | 0 | 41 | 63 | 236 | 115 | 34 |
| Binary | 10000 | 1111110 | 1010101 | 1010111 | 0 | 100001 | 110011 | 10011110 | 1001101 | 11100 |
Color Harmonies of #107E55
Complementary color
Monochromatic Colors of #107E55
Black with #107E55
Text Example
Text Example
White with #107E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107E55; }
p { color: rgb(16,126,85); }
H1.HeaderClassName
{
color: #107E55;
}
.AnyTagClassName
{
color: #107E55;
}
</style>
background-color css
<style>
a { background-color: #107E55; }
a { background-color: rgb(16,126,85); }
div.DivClassName
{
background-color: #107E55;
}
.BgClassName
{
background-color: #107E55;
}
</style>
border-color css
<style>
span { border-color: #107E55; }
span { border-color: rgb(16,126,85); }
td.TdClassName
{
border-color: #107E55;
}
.TagClassName
{
border-color: #107E55;
}
</style>