Shades of Elm #20716F
Tints of Elm #20716F
RGB
CMYK
RGB Variations
Color information
#20716F (or 0x20716F) is known color: Elm. HEX triplet: 20, 71 and 6F. RGB value is (32,113,111). Sum of RGB (Red+Green+Blue) = 32+113+111=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #20716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716F is #DF8E90. Grayscale: #585858. Windows color (decimal): -14651025 or 7303456. OLE color: 7303456.
HSL color Cylindrical-coordinate representation of color #20716F: hue angle of 178.52º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20716F is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 111 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.56 |
| HSL | 178.52º | 0.56% | 0.28% | - |
| HSV(B) | 178.52º | 0.72% | 0.44% | - |
| XYZ | 9.37 | 13.27 | 17.11 | - |
| YUV | 88.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 111 | 0.72 | 0 | 0.02 | 0.56 | 178.52 | 0.56 | 0.28 |
| Hex | 20 | 71 | 6F | 48 | 0 | 2 | 38 | B3 | 38 | 1C |
| Octal | 40 | 161 | 157 | 110 | 0 | 2 | 70 | 263 | 70 | 34 |
| Binary | 100000 | 1110001 | 1101111 | 1001000 | 0 | 10 | 111000 | 10110011 | 111000 | 11100 |
Color Harmonies of #20716F
Complementary color
Monochromatic Colors of #20716F
Black with #20716F
Text Example
Text Example
White with #20716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20716F; }
p { color: rgb(32,113,111); }
H1.HeaderClassName
{
color: #20716F;
}
.AnyTagClassName
{
color: #20716F;
}
</style>
background-color css
<style>
a { background-color: #20716F; }
a { background-color: rgb(32,113,111); }
div.DivClassName
{
background-color: #20716F;
}
.BgClassName
{
background-color: #20716F;
}
</style>
border-color css
<style>
span { border-color: #20716F; }
span { border-color: rgb(32,113,111); }
td.TdClassName
{
border-color: #20716F;
}
.TagClassName
{
border-color: #20716F;
}
</style>