Shades of Salem #107E4B
Tints of Salem #107E4B
RGB
CMYK
RGB Variations
Color information
#107E4B (or 0x107E4B) is known color: Salem. HEX triplet: 10, 7E and 4B. RGB value is (16,126,75). Sum of RGB (Red+Green+Blue) = 16+126+75=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #107E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107E4B is #EF81B4. Grayscale: #575757. Windows color (decimal): -15696309 or 4947472. OLE color: 4947472.
HSL color Cylindrical-coordinate representation of color #107E4B: hue angle of 152.18º 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 #107E4B is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 126 | 75 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.51 |
| HSL | 152.18º | 0.77% | 0.28% | - |
| HSV(B) | 152.18º | 0.87% | 0.49% | - |
| XYZ | 8.94 | 15.54 | 9.18 | - |
| YUV | 87.3 | 121.06 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 75 | 0.87 | 0 | 0.40 | 0.51 | 152.18 | 0.77 | 0.28 |
| Hex | 10 | 7E | 4B | 57 | 0 | 28 | 33 | 98 | 4D | 1C |
| Octal | 20 | 176 | 113 | 127 | 0 | 50 | 63 | 230 | 115 | 34 |
| Binary | 10000 | 1111110 | 1001011 | 1010111 | 0 | 101000 | 110011 | 10011000 | 1001101 | 11100 |
Color Harmonies of #107E4B
Complementary color
Monochromatic Colors of #107E4B
Black with #107E4B
Text Example
Text Example
White with #107E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107E4B; }
p { color: rgb(16,126,75); }
H1.HeaderClassName
{
color: #107E4B;
}
.AnyTagClassName
{
color: #107E4B;
}
</style>
background-color css
<style>
a { background-color: #107E4B; }
a { background-color: rgb(16,126,75); }
div.DivClassName
{
background-color: #107E4B;
}
.BgClassName
{
background-color: #107E4B;
}
</style>
border-color css
<style>
span { border-color: #107E4B; }
span { border-color: rgb(16,126,75); }
td.TdClassName
{
border-color: #107E4B;
}
.TagClassName
{
border-color: #107E4B;
}
</style>