Shades of Elm #20756D
Tints of Elm #20756D
RGB
CMYK
RGB Variations
Color information
#20756D (or 0x20756D) is known color: Elm. HEX triplet: 20, 75 and 6D. RGB value is (32,117,109). Sum of RGB (Red+Green+Blue) = 32+117+109=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #20756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756D is #DF8A92. Grayscale: #5A5A5A. Windows color (decimal): -14650003 or 7173408. OLE color: 7173408.
HSL color Cylindrical-coordinate representation of color #20756D: hue angle of 174.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20756D is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 109 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.54 |
| HSL | 174.35º | 0.57% | 0.29% | - |
| HSV(B) | 174.35º | 0.73% | 0.46% | - |
| XYZ | 9.72 | 14.13 | 16.68 | - |
| YUV | 90.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 109 | 0.73 | 0 | 0.07 | 0.54 | 174.35 | 0.57 | 0.29 |
| Hex | 20 | 75 | 6D | 49 | 0 | 7 | 36 | AE | 39 | 1D |
| Octal | 40 | 165 | 155 | 111 | 0 | 7 | 66 | 256 | 71 | 35 |
| Binary | 100000 | 1110101 | 1101101 | 1001001 | 0 | 111 | 110110 | 10101110 | 111001 | 11101 |
Color Harmonies of #20756D
Complementary color
Monochromatic Colors of #20756D
Black with #20756D
Text Example
Text Example
White with #20756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20756D; }
p { color: rgb(32,117,109); }
H1.HeaderClassName
{
color: #20756D;
}
.AnyTagClassName
{
color: #20756D;
}
</style>
background-color css
<style>
a { background-color: #20756D; }
a { background-color: rgb(32,117,109); }
div.DivClassName
{
background-color: #20756D;
}
.BgClassName
{
background-color: #20756D;
}
</style>
border-color css
<style>
span { border-color: #20756D; }
span { border-color: rgb(32,117,109); }
td.TdClassName
{
border-color: #20756D;
}
.TagClassName
{
border-color: #20756D;
}
</style>