Shades of Salem #107C55
Tints of Salem #107C55
RGB
CMYK
RGB Variations
Color information
#107C55 (or 0x107C55) is known color: Salem. HEX triplet: 10, 7C and 55. RGB value is (16,124,85). Sum of RGB (Red+Green+Blue) = 16+124+85=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #107C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C55 is #EF83AA. Grayscale: #575757. Windows color (decimal): -15696811 or 5602320. OLE color: 5602320.
HSL color Cylindrical-coordinate representation of color #107C55: hue angle of 158.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C55 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 85 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.51 |
| HSL | 158.33º | 0.77% | 0.27% | - |
| HSV(B) | 158.33º | 0.87% | 0.49% | - |
| XYZ | 9.06 | 15.18 | 11.05 | - |
| YUV | 87.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 85 | 0.87 | 0 | 0.31 | 0.51 | 158.33 | 0.77 | 0.27 |
| Hex | 10 | 7C | 55 | 57 | 0 | 1F | 33 | 9E | 4D | 1B |
| Octal | 20 | 174 | 125 | 127 | 0 | 37 | 63 | 236 | 115 | 33 |
| Binary | 10000 | 1111100 | 1010101 | 1010111 | 0 | 11111 | 110011 | 10011110 | 1001101 | 11011 |
Color Harmonies of #107C55
Complementary color
Monochromatic Colors of #107C55
Black with #107C55
Text Example
Text Example
White with #107C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C55; }
p { color: rgb(16,124,85); }
H1.HeaderClassName
{
color: #107C55;
}
.AnyTagClassName
{
color: #107C55;
}
</style>
background-color css
<style>
a { background-color: #107C55; }
a { background-color: rgb(16,124,85); }
div.DivClassName
{
background-color: #107C55;
}
.BgClassName
{
background-color: #107C55;
}
</style>
border-color css
<style>
span { border-color: #107C55; }
span { border-color: rgb(16,124,85); }
td.TdClassName
{
border-color: #107C55;
}
.TagClassName
{
border-color: #107C55;
}
</style>