Shades of Elm #20786C
Tints of Elm #20786C
RGB
CMYK
RGB Variations
Color information
#20786C (or 0x20786C) is known color: Elm. HEX triplet: 20, 78 and 6C. RGB value is (32,120,108). Sum of RGB (Red+Green+Blue) = 32+120+108=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #20786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20786C is #DF8793. Grayscale: #5C5C5C. Windows color (decimal): -14649236 or 7108640. OLE color: 7108640.
HSL color Cylindrical-coordinate representation of color #20786C: hue angle of 171.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20786C is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 108 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.53 |
| HSL | 171.82º | 0.58% | 0.3% | - |
| HSV(B) | 171.82º | 0.73% | 0.47% | - |
| XYZ | 10.02 | 14.82 | 16.52 | - |
| YUV | 92.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 108 | 0.73 | 0 | 0.10 | 0.53 | 171.82 | 0.58 | 0.3 |
| Hex | 20 | 78 | 6C | 49 | 0 | A | 35 | AC | 3A | 1E |
| Octal | 40 | 170 | 154 | 111 | 0 | 12 | 65 | 254 | 72 | 36 |
| Binary | 100000 | 1111000 | 1101100 | 1001001 | 0 | 1010 | 110101 | 10101100 | 111010 | 11110 |
Color Harmonies of #20786C
Complementary color
Monochromatic Colors of #20786C
Black with #20786C
Text Example
Text Example
White with #20786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20786C; }
p { color: rgb(32,120,108); }
H1.HeaderClassName
{
color: #20786C;
}
.AnyTagClassName
{
color: #20786C;
}
</style>
background-color css
<style>
a { background-color: #20786C; }
a { background-color: rgb(32,120,108); }
div.DivClassName
{
background-color: #20786C;
}
.BgClassName
{
background-color: #20786C;
}
</style>
border-color css
<style>
span { border-color: #20786C; }
span { border-color: rgb(32,120,108); }
td.TdClassName
{
border-color: #20786C;
}
.TagClassName
{
border-color: #20786C;
}
</style>