Shades of Elm #207B71
Tints of Elm #207B71
RGB
CMYK
RGB Variations
Color information
#207B71 (or 0x207B71) is known color: Elm. HEX triplet: 20, 7B and 71. RGB value is (32,123,113). Sum of RGB (Red+Green+Blue) = 32+123+113=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #207B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B71 is #DF848E. Grayscale: #5E5E5E. Windows color (decimal): -14648463 or 7437088. OLE color: 7437088.
HSL color Cylindrical-coordinate representation of color #207B71: hue angle of 173.41º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B71 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 123 | 113 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.52 |
| HSL | 173.41º | 0.59% | 0.3% | - |
| HSV(B) | 173.41º | 0.74% | 0.48% | - |
| XYZ | 10.66 | 15.67 | 18.08 | - |
| YUV | 94.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 113 | 0.74 | 0 | 0.08 | 0.52 | 173.41 | 0.59 | 0.3 |
| Hex | 20 | 7B | 71 | 4A | 0 | 8 | 34 | AD | 3B | 1E |
| Octal | 40 | 173 | 161 | 112 | 0 | 10 | 64 | 255 | 73 | 36 |
| Binary | 100000 | 1111011 | 1110001 | 1001010 | 0 | 1000 | 110100 | 10101101 | 111011 | 11110 |
Color Harmonies of #207B71
Complementary color
Monochromatic Colors of #207B71
Black with #207B71
Text Example
Text Example
White with #207B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B71; }
p { color: rgb(32,123,113); }
H1.HeaderClassName
{
color: #207B71;
}
.AnyTagClassName
{
color: #207B71;
}
</style>
background-color css
<style>
a { background-color: #207B71; }
a { background-color: rgb(32,123,113); }
div.DivClassName
{
background-color: #207B71;
}
.BgClassName
{
background-color: #207B71;
}
</style>
border-color css
<style>
span { border-color: #207B71; }
span { border-color: rgb(32,123,113); }
td.TdClassName
{
border-color: #207B71;
}
.TagClassName
{
border-color: #207B71;
}
</style>