Shades of Salem #107C4F
Tints of Salem #107C4F
RGB
CMYK
RGB Variations
Color information
#107C4F (or 0x107C4F) is known color: Salem. HEX triplet: 10, 7C and 4F. RGB value is (16,124,79). Sum of RGB (Red+Green+Blue) = 16+124+79=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #107C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C4F is #EF83B0. Grayscale: #565656. Windows color (decimal): -15696817 or 5209104. OLE color: 5209104.
HSL color Cylindrical-coordinate representation of color #107C4F: hue angle of 155º 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 #107C4F is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 79 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.51 |
| HSL | 155º | 0.77% | 0.27% | - |
| HSV(B) | 155º | 0.87% | 0.49% | - |
| XYZ | 8.83 | 15.09 | 9.84 | - |
| YUV | 86.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 79 | 0.87 | 0 | 0.36 | 0.51 | 155 | 0.77 | 0.27 |
| Hex | 10 | 7C | 4F | 57 | 0 | 24 | 33 | 9B | 4D | 1B |
| Octal | 20 | 174 | 117 | 127 | 0 | 44 | 63 | 233 | 115 | 33 |
| Binary | 10000 | 1111100 | 1001111 | 1010111 | 0 | 100100 | 110011 | 10011011 | 1001101 | 11011 |
Color Harmonies of #107C4F
Complementary color
Monochromatic Colors of #107C4F
Black with #107C4F
Text Example
Text Example
White with #107C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C4F; }
p { color: rgb(16,124,79); }
H1.HeaderClassName
{
color: #107C4F;
}
.AnyTagClassName
{
color: #107C4F;
}
</style>
background-color css
<style>
a { background-color: #107C4F; }
a { background-color: rgb(16,124,79); }
div.DivClassName
{
background-color: #107C4F;
}
.BgClassName
{
background-color: #107C4F;
}
</style>
border-color css
<style>
span { border-color: #107C4F; }
span { border-color: rgb(16,124,79); }
td.TdClassName
{
border-color: #107C4F;
}
.TagClassName
{
border-color: #107C4F;
}
</style>