Shades of Elm #20706D
Tints of Elm #20706D
RGB
CMYK
RGB Variations
Color information
#20706D (or 0x20706D) is known color: Elm. HEX triplet: 20, 70 and 6D. RGB value is (32,112,109). Sum of RGB (Red+Green+Blue) = 32+112+109=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #20706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20706D is #DF8F92. Grayscale: #575757. Windows color (decimal): -14651283 or 7172128. OLE color: 7172128.
HSL color Cylindrical-coordinate representation of color #20706D: hue angle of 177.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20706D is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 109 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.56 |
| HSL | 177.75º | 0.56% | 0.28% | - |
| HSV(B) | 177.75º | 0.71% | 0.44% | - |
| XYZ | 9.15 | 13 | 16.49 | - |
| YUV | 87.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 109 | 0.71 | 0 | 0.03 | 0.56 | 177.75 | 0.56 | 0.28 |
| Hex | 20 | 70 | 6D | 47 | 0 | 3 | 38 | B2 | 38 | 1C |
| Octal | 40 | 160 | 155 | 107 | 0 | 3 | 70 | 262 | 70 | 34 |
| Binary | 100000 | 1110000 | 1101101 | 1000111 | 0 | 11 | 111000 | 10110010 | 111000 | 11100 |
Color Harmonies of #20706D
Complementary color
Monochromatic Colors of #20706D
Black with #20706D
Text Example
Text Example
White with #20706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20706D; }
p { color: rgb(32,112,109); }
H1.HeaderClassName
{
color: #20706D;
}
.AnyTagClassName
{
color: #20706D;
}
</style>
background-color css
<style>
a { background-color: #20706D; }
a { background-color: rgb(32,112,109); }
div.DivClassName
{
background-color: #20706D;
}
.BgClassName
{
background-color: #20706D;
}
</style>
border-color css
<style>
span { border-color: #20706D; }
span { border-color: rgb(32,112,109); }
td.TdClassName
{
border-color: #20706D;
}
.TagClassName
{
border-color: #20706D;
}
</style>