Shades of Elm #20756B
Tints of Elm #20756B
RGB
CMYK
RGB Variations
Color information
#20756B (or 0x20756B) is known color: Elm. HEX triplet: 20, 75 and 6B. RGB value is (32,117,107). Sum of RGB (Red+Green+Blue) = 32+117+107=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #20756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756B is #DF8A94. Grayscale: #5A5A5A. Windows color (decimal): -14650005 or 7042336. OLE color: 7042336.
HSL color Cylindrical-coordinate representation of color #20756B: hue angle of 172.94º 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 #20756B is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 107 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.54 |
| HSL | 172.94º | 0.57% | 0.29% | - |
| HSV(B) | 172.94º | 0.73% | 0.46% | - |
| XYZ | 9.61 | 14.09 | 16.12 | - |
| YUV | 90.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 107 | 0.73 | 0 | 0.09 | 0.54 | 172.94 | 0.57 | 0.29 |
| Hex | 20 | 75 | 6B | 49 | 0 | 9 | 36 | AD | 39 | 1D |
| Octal | 40 | 165 | 153 | 111 | 0 | 11 | 66 | 255 | 71 | 35 |
| Binary | 100000 | 1110101 | 1101011 | 1001001 | 0 | 1001 | 110110 | 10101101 | 111001 | 11101 |
Color Harmonies of #20756B
Complementary color
Monochromatic Colors of #20756B
Black with #20756B
Text Example
Text Example
White with #20756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20756B; }
p { color: rgb(32,117,107); }
H1.HeaderClassName
{
color: #20756B;
}
.AnyTagClassName
{
color: #20756B;
}
</style>
background-color css
<style>
a { background-color: #20756B; }
a { background-color: rgb(32,117,107); }
div.DivClassName
{
background-color: #20756B;
}
.BgClassName
{
background-color: #20756B;
}
</style>
border-color css
<style>
span { border-color: #20756B; }
span { border-color: rgb(32,117,107); }
td.TdClassName
{
border-color: #20756B;
}
.TagClassName
{
border-color: #20756B;
}
</style>