Shades of Salem #207F59
Tints of Salem #207F59
RGB
CMYK
RGB Variations
Color information
#207F59 (or 0x207F59) is known color: Salem. HEX triplet: 20, 7F and 59. RGB value is (32,127,89). Sum of RGB (Red+Green+Blue) = 32+127+89=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #207F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F59 is #DF80A6. Grayscale: #5E5E5E. Windows color (decimal): -14647463 or 5865248. OLE color: 5865248.
HSL color Cylindrical-coordinate representation of color #207F59: hue angle of 156º 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 #207F59 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 89 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.50 |
| HSL | 156º | 0.6% | 0.31% | - |
| HSV(B) | 156º | 0.75% | 0.5% | - |
| XYZ | 9.99 | 16.21 | 12.05 | - |
| YUV | 94.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 89 | 0.75 | 0 | 0.30 | 0.50 | 156 | 0.6 | 0.31 |
| Hex | 20 | 7F | 59 | 4B | 0 | 1E | 32 | 9C | 3C | 1F |
| Octal | 40 | 177 | 131 | 113 | 0 | 36 | 62 | 234 | 74 | 37 |
| Binary | 100000 | 1111111 | 1011001 | 1001011 | 0 | 11110 | 110010 | 10011100 | 111100 | 11111 |
Color Harmonies of #207F59
Complementary color
Monochromatic Colors of #207F59
Black with #207F59
Text Example
Text Example
White with #207F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F59; }
p { color: rgb(32,127,89); }
H1.HeaderClassName
{
color: #207F59;
}
.AnyTagClassName
{
color: #207F59;
}
</style>
background-color css
<style>
a { background-color: #207F59; }
a { background-color: rgb(32,127,89); }
div.DivClassName
{
background-color: #207F59;
}
.BgClassName
{
background-color: #207F59;
}
</style>
border-color css
<style>
span { border-color: #207F59; }
span { border-color: rgb(32,127,89); }
td.TdClassName
{
border-color: #207F59;
}
.TagClassName
{
border-color: #207F59;
}
</style>