Shades of Salem #107F4F
Tints of Salem #107F4F
RGB
CMYK
RGB Variations
Color information
#107F4F (or 0x107F4F) is known color: Salem. HEX triplet: 10, 7F and 4F. RGB value is (16,127,79). Sum of RGB (Red+Green+Blue) = 16+127+79=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #107F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107F4F is #EF80B0. Grayscale: #585858. Windows color (decimal): -15696049 or 5209872. OLE color: 5209872.
HSL color Cylindrical-coordinate representation of color #107F4F: hue angle of 154.05º 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 #107F4F is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 79 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.50 |
| HSL | 154.05º | 0.78% | 0.28% | - |
| HSV(B) | 154.05º | 0.87% | 0.5% | - |
| XYZ | 9.21 | 15.85 | 9.97 | - |
| YUV | 88.34 | 122.73 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 79 | 0.87 | 0 | 0.38 | 0.50 | 154.05 | 0.78 | 0.28 |
| Hex | 10 | 7F | 4F | 57 | 0 | 26 | 32 | 9A | 4E | 1C |
| Octal | 20 | 177 | 117 | 127 | 0 | 46 | 62 | 232 | 116 | 34 |
| Binary | 10000 | 1111111 | 1001111 | 1010111 | 0 | 100110 | 110010 | 10011010 | 1001110 | 11100 |
Color Harmonies of #107F4F
Complementary color
Monochromatic Colors of #107F4F
Black with #107F4F
Text Example
Text Example
White with #107F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F4F; }
p { color: rgb(16,127,79); }
H1.HeaderClassName
{
color: #107F4F;
}
.AnyTagClassName
{
color: #107F4F;
}
</style>
background-color css
<style>
a { background-color: #107F4F; }
a { background-color: rgb(16,127,79); }
div.DivClassName
{
background-color: #107F4F;
}
.BgClassName
{
background-color: #107F4F;
}
</style>
border-color css
<style>
span { border-color: #107F4F; }
span { border-color: rgb(16,127,79); }
td.TdClassName
{
border-color: #107F4F;
}
.TagClassName
{
border-color: #107F4F;
}
</style>