Shades of Elm #20796F
Tints of Elm #20796F
RGB
CMYK
RGB Variations
Color information
#20796F (or 0x20796F) is known color: Elm. HEX triplet: 20, 79 and 6F. RGB value is (32,121,111). Sum of RGB (Red+Green+Blue) = 32+121+111=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #20796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20796F is #DF8690. Grayscale: #5D5D5D. Windows color (decimal): -14648977 or 7305504. OLE color: 7305504.
HSL color Cylindrical-coordinate representation of color #20796F: hue angle of 173.26º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20796F is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 111 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.53 |
| HSL | 173.26º | 0.58% | 0.3% | - |
| HSV(B) | 173.26º | 0.74% | 0.47% | - |
| XYZ | 10.3 | 15.13 | 17.42 | - |
| YUV | 93.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 111 | 0.74 | 0 | 0.08 | 0.53 | 173.26 | 0.58 | 0.3 |
| Hex | 20 | 79 | 6F | 4A | 0 | 8 | 35 | AD | 3A | 1E |
| Octal | 40 | 171 | 157 | 112 | 0 | 10 | 65 | 255 | 72 | 36 |
| Binary | 100000 | 1111001 | 1101111 | 1001010 | 0 | 1000 | 110101 | 10101101 | 111010 | 11110 |
Color Harmonies of #20796F
Complementary color
Monochromatic Colors of #20796F
Black with #20796F
Text Example
Text Example
White with #20796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20796F; }
p { color: rgb(32,121,111); }
H1.HeaderClassName
{
color: #20796F;
}
.AnyTagClassName
{
color: #20796F;
}
</style>
background-color css
<style>
a { background-color: #20796F; }
a { background-color: rgb(32,121,111); }
div.DivClassName
{
background-color: #20796F;
}
.BgClassName
{
background-color: #20796F;
}
</style>
border-color css
<style>
span { border-color: #20796F; }
span { border-color: rgb(32,121,111); }
td.TdClassName
{
border-color: #20796F;
}
.TagClassName
{
border-color: #20796F;
}
</style>