Shades of Elm #20716A
Tints of Elm #20716A
RGB
CMYK
RGB Variations
Color information
#20716A (or 0x20716A) is known color: Elm. HEX triplet: 20, 71 and 6A. RGB value is (32,113,106). Sum of RGB (Red+Green+Blue) = 32+113+106=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #20716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716A is #DF8E95. Grayscale: #575757. Windows color (decimal): -14651030 or 6975776. OLE color: 6975776.
HSL color Cylindrical-coordinate representation of color #20716A: hue angle of 174.81º 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 #20716A is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 106 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.56 |
| HSL | 174.81º | 0.56% | 0.28% | - |
| HSV(B) | 174.81º | 0.72% | 0.44% | - |
| XYZ | 9.1 | 13.16 | 15.7 | - |
| YUV | 87.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 106 | 0.72 | 0 | 0.06 | 0.56 | 174.81 | 0.56 | 0.28 |
| Hex | 20 | 71 | 6A | 48 | 0 | 6 | 38 | AF | 38 | 1C |
| Octal | 40 | 161 | 152 | 110 | 0 | 6 | 70 | 257 | 70 | 34 |
| Binary | 100000 | 1110001 | 1101010 | 1001000 | 0 | 110 | 111000 | 10101111 | 111000 | 11100 |
Color Harmonies of #20716A
Complementary color
Monochromatic Colors of #20716A
Black with #20716A
Text Example
Text Example
White with #20716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20716A; }
p { color: rgb(32,113,106); }
H1.HeaderClassName
{
color: #20716A;
}
.AnyTagClassName
{
color: #20716A;
}
</style>
background-color css
<style>
a { background-color: #20716A; }
a { background-color: rgb(32,113,106); }
div.DivClassName
{
background-color: #20716A;
}
.BgClassName
{
background-color: #20716A;
}
</style>
border-color css
<style>
span { border-color: #20716A; }
span { border-color: rgb(32,113,106); }
td.TdClassName
{
border-color: #20716A;
}
.TagClassName
{
border-color: #20716A;
}
</style>