Shades of Salem #107C4E
Tints of Salem #107C4E
RGB
CMYK
RGB Variations
Color information
#107C4E (or 0x107C4E) is known color: Salem. HEX triplet: 10, 7C and 4E. RGB value is (16,124,78). Sum of RGB (Red+Green+Blue) = 16+124+78=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #107C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C4E is #EF83B1. Grayscale: #565656. Windows color (decimal): -15696818 or 5143568. OLE color: 5143568.
HSL color Cylindrical-coordinate representation of color #107C4E: hue angle of 154.44º 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 #107C4E is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 78 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.51 |
| HSL | 154.44º | 0.77% | 0.27% | - |
| HSV(B) | 154.44º | 0.87% | 0.49% | - |
| XYZ | 8.8 | 15.08 | 9.65 | - |
| YUV | 86.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 78 | 0.87 | 0 | 0.37 | 0.51 | 154.44 | 0.77 | 0.27 |
| Hex | 10 | 7C | 4E | 57 | 0 | 25 | 33 | 9A | 4D | 1B |
| Octal | 20 | 174 | 116 | 127 | 0 | 45 | 63 | 232 | 115 | 33 |
| Binary | 10000 | 1111100 | 1001110 | 1010111 | 0 | 100101 | 110011 | 10011010 | 1001101 | 11011 |
Color Harmonies of #107C4E
Complementary color
Monochromatic Colors of #107C4E
Black with #107C4E
Text Example
Text Example
White with #107C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C4E; }
p { color: rgb(16,124,78); }
H1.HeaderClassName
{
color: #107C4E;
}
.AnyTagClassName
{
color: #107C4E;
}
</style>
background-color css
<style>
a { background-color: #107C4E; }
a { background-color: rgb(16,124,78); }
div.DivClassName
{
background-color: #107C4E;
}
.BgClassName
{
background-color: #107C4E;
}
</style>
border-color css
<style>
span { border-color: #107C4E; }
span { border-color: rgb(16,124,78); }
td.TdClassName
{
border-color: #107C4E;
}
.TagClassName
{
border-color: #107C4E;
}
</style>