Shades of Elm #207E71
Tints of Elm #207E71
RGB
CMYK
RGB Variations
Color information
#207E71 (or 0x207E71) is known color: Elm. HEX triplet: 20, 7E and 71. RGB value is (32,126,113). Sum of RGB (Red+Green+Blue) = 32+126+113=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #207E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E71 is #DF818E. Grayscale: #606060. Windows color (decimal): -14647695 or 7437856. OLE color: 7437856.
HSL color Cylindrical-coordinate representation of color #207E71: hue angle of 171.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E71 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 113 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.51 |
| HSL | 171.7º | 0.59% | 0.31% | - |
| HSV(B) | 171.7º | 0.75% | 0.49% | - |
| XYZ | 11.04 | 16.42 | 18.21 | - |
| YUV | 96.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 113 | 0.75 | 0 | 0.10 | 0.51 | 171.7 | 0.59 | 0.31 |
| Hex | 20 | 7E | 71 | 4B | 0 | A | 33 | AC | 3B | 1F |
| Octal | 40 | 176 | 161 | 113 | 0 | 12 | 63 | 254 | 73 | 37 |
| Binary | 100000 | 1111110 | 1110001 | 1001011 | 0 | 1010 | 110011 | 10101100 | 111011 | 11111 |
Color Harmonies of #207E71
Complementary color
Monochromatic Colors of #207E71
Black with #207E71
Text Example
Text Example
White with #207E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E71; }
p { color: rgb(32,126,113); }
H1.HeaderClassName
{
color: #207E71;
}
.AnyTagClassName
{
color: #207E71;
}
</style>
background-color css
<style>
a { background-color: #207E71; }
a { background-color: rgb(32,126,113); }
div.DivClassName
{
background-color: #207E71;
}
.BgClassName
{
background-color: #207E71;
}
</style>
border-color css
<style>
span { border-color: #207E71; }
span { border-color: rgb(32,126,113); }
td.TdClassName
{
border-color: #207E71;
}
.TagClassName
{
border-color: #207E71;
}
</style>