Shades of Elm #207671
Tints of Elm #207671
RGB
CMYK
RGB Variations
Color information
#207671 (or 0x207671) is known color: Elm. HEX triplet: 20, 76 and 71. RGB value is (32,118,113). Sum of RGB (Red+Green+Blue) = 32+118+113=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #207671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207671 is #DF898E. Grayscale: #5B5B5B. Windows color (decimal): -14649743 or 7435808. OLE color: 7435808.
HSL color Cylindrical-coordinate representation of color #207671: hue angle of 176.51º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207671 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 113 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.54 |
| HSL | 176.51º | 0.57% | 0.29% | - |
| HSV(B) | 176.51º | 0.73% | 0.46% | - |
| XYZ | 10.05 | 14.46 | 17.88 | - |
| YUV | 91.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 113 | 0.73 | 0 | 0.04 | 0.54 | 176.51 | 0.57 | 0.29 |
| Hex | 20 | 76 | 71 | 49 | 0 | 4 | 36 | B1 | 39 | 1D |
| Octal | 40 | 166 | 161 | 111 | 0 | 4 | 66 | 261 | 71 | 35 |
| Binary | 100000 | 1110110 | 1110001 | 1001001 | 0 | 100 | 110110 | 10110001 | 111001 | 11101 |
Color Harmonies of #207671
Complementary color
Monochromatic Colors of #207671
Black with #207671
Text Example
Text Example
White with #207671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207671; }
p { color: rgb(32,118,113); }
H1.HeaderClassName
{
color: #207671;
}
.AnyTagClassName
{
color: #207671;
}
</style>
background-color css
<style>
a { background-color: #207671; }
a { background-color: rgb(32,118,113); }
div.DivClassName
{
background-color: #207671;
}
.BgClassName
{
background-color: #207671;
}
</style>
border-color css
<style>
span { border-color: #207671; }
span { border-color: rgb(32,118,113); }
td.TdClassName
{
border-color: #207671;
}
.TagClassName
{
border-color: #207671;
}
</style>