Shades of Salem #107F43
Tints of Salem #107F43
RGB
CMYK
RGB Variations
Color information
#107F43 (or 0x107F43) is known color: Salem. HEX triplet: 10, 7F and 43. RGB value is (16,127,67). Sum of RGB (Red+Green+Blue) = 16+127+67=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #107F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107F43 is #EF80BC. Grayscale: #575757. Windows color (decimal): -15696061 or 4423440. OLE color: 4423440.
HSL color Cylindrical-coordinate representation of color #107F43: hue angle of 147.57º 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 #107F43 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 67 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.50 |
| HSL | 147.57º | 0.78% | 0.28% | - |
| HSV(B) | 147.57º | 0.87% | 0.5% | - |
| XYZ | 8.82 | 15.69 | 7.87 | - |
| YUV | 86.97 | 116.73 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 67 | 0.87 | 0 | 0.47 | 0.50 | 147.57 | 0.78 | 0.28 |
| Hex | 10 | 7F | 43 | 57 | 0 | 2F | 32 | 94 | 4E | 1C |
| Octal | 20 | 177 | 103 | 127 | 0 | 57 | 62 | 224 | 116 | 34 |
| Binary | 10000 | 1111111 | 1000011 | 1010111 | 0 | 101111 | 110010 | 10010100 | 1001110 | 11100 |
Color Harmonies of #107F43
Complementary color
Monochromatic Colors of #107F43
Black with #107F43
Text Example
Text Example
White with #107F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F43; }
p { color: rgb(16,127,67); }
H1.HeaderClassName
{
color: #107F43;
}
.AnyTagClassName
{
color: #107F43;
}
</style>
background-color css
<style>
a { background-color: #107F43; }
a { background-color: rgb(16,127,67); }
div.DivClassName
{
background-color: #107F43;
}
.BgClassName
{
background-color: #107F43;
}
</style>
border-color css
<style>
span { border-color: #107F43; }
span { border-color: rgb(16,127,67); }
td.TdClassName
{
border-color: #107F43;
}
.TagClassName
{
border-color: #107F43;
}
</style>