Shades of Salem #107F4B
Tints of Salem #107F4B
RGB
CMYK
RGB Variations
Color information
#107F4B (or 0x107F4B) is known color: Salem. HEX triplet: 10, 7F and 4B. RGB value is (16,127,75). Sum of RGB (Red+Green+Blue) = 16+127+75=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #107F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107F4B is #EF80B4. Grayscale: #575757. Windows color (decimal): -15696053 or 4947728. OLE color: 4947728.
HSL color Cylindrical-coordinate representation of color #107F4B: hue angle of 151.89º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107F4B is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 75 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.50 |
| HSL | 151.89º | 0.78% | 0.28% | - |
| HSV(B) | 151.89º | 0.87% | 0.5% | - |
| XYZ | 9.07 | 15.8 | 9.23 | - |
| YUV | 87.88 | 120.73 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 75 | 0.87 | 0 | 0.41 | 0.50 | 151.89 | 0.78 | 0.28 |
| Hex | 10 | 7F | 4B | 57 | 0 | 29 | 32 | 98 | 4E | 1C |
| Octal | 20 | 177 | 113 | 127 | 0 | 51 | 62 | 230 | 116 | 34 |
| Binary | 10000 | 1111111 | 1001011 | 1010111 | 0 | 101001 | 110010 | 10011000 | 1001110 | 11100 |
Color Harmonies of #107F4B
Complementary color
Monochromatic Colors of #107F4B
Black with #107F4B
Text Example
Text Example
White with #107F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F4B; }
p { color: rgb(16,127,75); }
H1.HeaderClassName
{
color: #107F4B;
}
.AnyTagClassName
{
color: #107F4B;
}
</style>
background-color css
<style>
a { background-color: #107F4B; }
a { background-color: rgb(16,127,75); }
div.DivClassName
{
background-color: #107F4B;
}
.BgClassName
{
background-color: #107F4B;
}
</style>
border-color css
<style>
span { border-color: #107F4B; }
span { border-color: rgb(16,127,75); }
td.TdClassName
{
border-color: #107F4B;
}
.TagClassName
{
border-color: #107F4B;
}
</style>