Shades of Elm #20786F
Tints of Elm #20786F
RGB
CMYK
RGB Variations
Color information
#20786F (or 0x20786F) is known color: Elm. HEX triplet: 20, 78 and 6F. RGB value is (32,120,111). Sum of RGB (Red+Green+Blue) = 32+120+111=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #20786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20786F is #DF8790. Grayscale: #5C5C5C. Windows color (decimal): -14649233 or 7305248. OLE color: 7305248.
HSL color Cylindrical-coordinate representation of color #20786F: hue angle of 173.86º 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 #20786F is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 111 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.53 |
| HSL | 173.86º | 0.58% | 0.3% | - |
| HSV(B) | 173.86º | 0.73% | 0.47% | - |
| XYZ | 10.18 | 14.89 | 17.38 | - |
| YUV | 92.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 111 | 0.73 | 0 | 0.08 | 0.53 | 173.86 | 0.58 | 0.3 |
| Hex | 20 | 78 | 6F | 49 | 0 | 8 | 35 | AE | 3A | 1E |
| Octal | 40 | 170 | 157 | 111 | 0 | 10 | 65 | 256 | 72 | 36 |
| Binary | 100000 | 1111000 | 1101111 | 1001001 | 0 | 1000 | 110101 | 10101110 | 111010 | 11110 |
Color Harmonies of #20786F
Complementary color
Monochromatic Colors of #20786F
Black with #20786F
Text Example
Text Example
White with #20786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20786F; }
p { color: rgb(32,120,111); }
H1.HeaderClassName
{
color: #20786F;
}
.AnyTagClassName
{
color: #20786F;
}
</style>
background-color css
<style>
a { background-color: #20786F; }
a { background-color: rgb(32,120,111); }
div.DivClassName
{
background-color: #20786F;
}
.BgClassName
{
background-color: #20786F;
}
</style>
border-color css
<style>
span { border-color: #20786F; }
span { border-color: rgb(32,120,111); }
td.TdClassName
{
border-color: #20786F;
}
.TagClassName
{
border-color: #20786F;
}
</style>