Shades of Salem #107D4D
Tints of Salem #107D4D
RGB
CMYK
RGB Variations
Color information
#107D4D (or 0x107D4D) is known color: Salem. HEX triplet: 10, 7D and 4D. RGB value is (16,125,77). Sum of RGB (Red+Green+Blue) = 16+125+77=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #107D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D4D is #EF82B2. Grayscale: #575757. Windows color (decimal): -15696563 or 5078288. OLE color: 5078288.
HSL color Cylindrical-coordinate representation of color #107D4D: hue angle of 153.58º 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 #107D4D is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 77 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.51 |
| HSL | 153.58º | 0.77% | 0.28% | - |
| HSV(B) | 153.58º | 0.87% | 0.49% | - |
| XYZ | 8.89 | 15.31 | 9.51 | - |
| YUV | 86.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 77 | 0.87 | 0 | 0.38 | 0.51 | 153.58 | 0.77 | 0.28 |
| Hex | 10 | 7D | 4D | 57 | 0 | 26 | 33 | 9A | 4D | 1C |
| Octal | 20 | 175 | 115 | 127 | 0 | 46 | 63 | 232 | 115 | 34 |
| Binary | 10000 | 1111101 | 1001101 | 1010111 | 0 | 100110 | 110011 | 10011010 | 1001101 | 11100 |
Color Harmonies of #107D4D
Complementary color
Monochromatic Colors of #107D4D
Black with #107D4D
Text Example
Text Example
White with #107D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D4D; }
p { color: rgb(16,125,77); }
H1.HeaderClassName
{
color: #107D4D;
}
.AnyTagClassName
{
color: #107D4D;
}
</style>
background-color css
<style>
a { background-color: #107D4D; }
a { background-color: rgb(16,125,77); }
div.DivClassName
{
background-color: #107D4D;
}
.BgClassName
{
background-color: #107D4D;
}
</style>
border-color css
<style>
span { border-color: #107D4D; }
span { border-color: rgb(16,125,77); }
td.TdClassName
{
border-color: #107D4D;
}
.TagClassName
{
border-color: #107D4D;
}
</style>