Shades of Elm #207C73
Tints of Elm #207C73
RGB
CMYK
RGB Variations
Color information
#207C73 (or 0x207C73) is known color: Elm. HEX triplet: 20, 7C and 73. RGB value is (32,124,115). Sum of RGB (Red+Green+Blue) = 32+124+115=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #207C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C73 is #DF838C. Grayscale: #5F5F5F. Windows color (decimal): -14648205 or 7568416. OLE color: 7568416.
HSL color Cylindrical-coordinate representation of color #207C73: hue angle of 174.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C73 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 115 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.51 |
| HSL | 174.13º | 0.59% | 0.31% | - |
| HSV(B) | 174.13º | 0.74% | 0.49% | - |
| XYZ | 10.9 | 15.96 | 18.73 | - |
| YUV | 95.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 115 | 0.74 | 0 | 0.07 | 0.51 | 174.13 | 0.59 | 0.31 |
| Hex | 20 | 7C | 73 | 4A | 0 | 7 | 33 | AE | 3B | 1F |
| Octal | 40 | 174 | 163 | 112 | 0 | 7 | 63 | 256 | 73 | 37 |
| Binary | 100000 | 1111100 | 1110011 | 1001010 | 0 | 111 | 110011 | 10101110 | 111011 | 11111 |
Color Harmonies of #207C73
Complementary color
Monochromatic Colors of #207C73
Black with #207C73
Text Example
Text Example
White with #207C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C73; }
p { color: rgb(32,124,115); }
H1.HeaderClassName
{
color: #207C73;
}
.AnyTagClassName
{
color: #207C73;
}
</style>
background-color css
<style>
a { background-color: #207C73; }
a { background-color: rgb(32,124,115); }
div.DivClassName
{
background-color: #207C73;
}
.BgClassName
{
background-color: #207C73;
}
</style>
border-color css
<style>
span { border-color: #207C73; }
span { border-color: rgb(32,124,115); }
td.TdClassName
{
border-color: #207C73;
}
.TagClassName
{
border-color: #207C73;
}
</style>