Shades of Salem #207F50
Tints of Salem #207F50
RGB
CMYK
RGB Variations
Color information
#207F50 (or 0x207F50) is known color: Salem. HEX triplet: 20, 7F and 50. RGB value is (32,127,80). Sum of RGB (Red+Green+Blue) = 32+127+80=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #207F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F50 is #DF80AF. Grayscale: #5D5D5D. Windows color (decimal): -14647472 or 5275424. OLE color: 5275424.
HSL color Cylindrical-coordinate representation of color #207F50: hue angle of 150.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F50 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 80 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.50 |
| HSL | 150.32º | 0.6% | 0.31% | - |
| HSV(B) | 150.32º | 0.75% | 0.5% | - |
| XYZ | 9.63 | 16.07 | 10.18 | - |
| YUV | 93.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 80 | 0.75 | 0 | 0.37 | 0.50 | 150.32 | 0.6 | 0.31 |
| Hex | 20 | 7F | 50 | 4B | 0 | 25 | 32 | 96 | 3C | 1F |
| Octal | 40 | 177 | 120 | 113 | 0 | 45 | 62 | 226 | 74 | 37 |
| Binary | 100000 | 1111111 | 1010000 | 1001011 | 0 | 100101 | 110010 | 10010110 | 111100 | 11111 |
Color Harmonies of #207F50
Complementary color
Monochromatic Colors of #207F50
Black with #207F50
Text Example
Text Example
White with #207F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F50; }
p { color: rgb(32,127,80); }
H1.HeaderClassName
{
color: #207F50;
}
.AnyTagClassName
{
color: #207F50;
}
</style>
background-color css
<style>
a { background-color: #207F50; }
a { background-color: rgb(32,127,80); }
div.DivClassName
{
background-color: #207F50;
}
.BgClassName
{
background-color: #207F50;
}
</style>
border-color css
<style>
span { border-color: #207F50; }
span { border-color: rgb(32,127,80); }
td.TdClassName
{
border-color: #207F50;
}
.TagClassName
{
border-color: #207F50;
}
</style>