Shades of Salem #107E58
Tints of Salem #107E58
RGB
CMYK
RGB Variations
Color information
#107E58 (or 0x107E58) is known color: Salem. HEX triplet: 10, 7E and 58. RGB value is (16,126,88). Sum of RGB (Red+Green+Blue) = 16+126+88=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #107E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E58 is #EF81A7. Grayscale: #585858. Windows color (decimal): -15696296 or 5799440. OLE color: 5799440.
HSL color Cylindrical-coordinate representation of color #107E58: hue angle of 159.27º 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 #107E58 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 126 | 88 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.51 |
| HSL | 159.27º | 0.77% | 0.28% | - |
| HSV(B) | 159.27º | 0.87% | 0.49% | - |
| XYZ | 9.44 | 15.74 | 11.77 | - |
| YUV | 88.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 88 | 0.87 | 0 | 0.30 | 0.51 | 159.27 | 0.77 | 0.28 |
| Hex | 10 | 7E | 58 | 57 | 0 | 1E | 33 | 9F | 4D | 1C |
| Octal | 20 | 176 | 130 | 127 | 0 | 36 | 63 | 237 | 115 | 34 |
| Binary | 10000 | 1111110 | 1011000 | 1010111 | 0 | 11110 | 110011 | 10011111 | 1001101 | 11100 |
Color Harmonies of #107E58
Complementary color
Monochromatic Colors of #107E58
Black with #107E58
Text Example
Text Example
White with #107E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107E58; }
p { color: rgb(16,126,88); }
H1.HeaderClassName
{
color: #107E58;
}
.AnyTagClassName
{
color: #107E58;
}
</style>
background-color css
<style>
a { background-color: #107E58; }
a { background-color: rgb(16,126,88); }
div.DivClassName
{
background-color: #107E58;
}
.BgClassName
{
background-color: #107E58;
}
</style>
border-color css
<style>
span { border-color: #107E58; }
span { border-color: rgb(16,126,88); }
td.TdClassName
{
border-color: #107E58;
}
.TagClassName
{
border-color: #107E58;
}
</style>