Shades of Elm #207F71
Tints of Elm #207F71
RGB
CMYK
RGB Variations
Color information
#207F71 (or 0x207F71) is known color: Elm. HEX triplet: 20, 7F and 71. RGB value is (32,127,113). Sum of RGB (Red+Green+Blue) = 32+127+113=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #207F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F71 is #DF808E. Grayscale: #606060. Windows color (decimal): -14647439 or 7438112. OLE color: 7438112.
HSL color Cylindrical-coordinate representation of color #207F71: hue angle of 171.16º 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 #207F71 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 113 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.50 |
| HSL | 171.16º | 0.6% | 0.31% | - |
| HSV(B) | 171.16º | 0.75% | 0.5% | - |
| XYZ | 11.17 | 16.68 | 18.25 | - |
| YUV | 97 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 113 | 0.75 | 0 | 0.11 | 0.50 | 171.16 | 0.6 | 0.31 |
| Hex | 20 | 7F | 71 | 4B | 0 | B | 32 | AB | 3C | 1F |
| Octal | 40 | 177 | 161 | 113 | 0 | 13 | 62 | 253 | 74 | 37 |
| Binary | 100000 | 1111111 | 1110001 | 1001011 | 0 | 1011 | 110010 | 10101011 | 111100 | 11111 |
Color Harmonies of #207F71
Complementary color
Monochromatic Colors of #207F71
Black with #207F71
Text Example
Text Example
White with #207F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F71; }
p { color: rgb(32,127,113); }
H1.HeaderClassName
{
color: #207F71;
}
.AnyTagClassName
{
color: #207F71;
}
</style>
background-color css
<style>
a { background-color: #207F71; }
a { background-color: rgb(32,127,113); }
div.DivClassName
{
background-color: #207F71;
}
.BgClassName
{
background-color: #207F71;
}
</style>
border-color css
<style>
span { border-color: #207F71; }
span { border-color: rgb(32,127,113); }
td.TdClassName
{
border-color: #207F71;
}
.TagClassName
{
border-color: #207F71;
}
</style>