Shades of Elm #20756F
Tints of Elm #20756F
RGB
CMYK
RGB Variations
Color information
#20756F (or 0x20756F) is known color: Elm. HEX triplet: 20, 75 and 6F. RGB value is (32,117,111). Sum of RGB (Red+Green+Blue) = 32+117+111=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #20756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756F is #DF8A90. Grayscale: #5A5A5A. Windows color (decimal): -14650001 or 7304480. OLE color: 7304480.
HSL color Cylindrical-coordinate representation of color #20756F: hue angle of 175.76º 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 #20756F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 111 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.54 |
| HSL | 175.76º | 0.57% | 0.29% | - |
| HSV(B) | 175.76º | 0.73% | 0.46% | - |
| XYZ | 9.83 | 14.18 | 17.26 | - |
| YUV | 90.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 111 | 0.73 | 0 | 0.05 | 0.54 | 175.76 | 0.57 | 0.29 |
| Hex | 20 | 75 | 6F | 49 | 0 | 5 | 36 | B0 | 39 | 1D |
| Octal | 40 | 165 | 157 | 111 | 0 | 5 | 66 | 260 | 71 | 35 |
| Binary | 100000 | 1110101 | 1101111 | 1001001 | 0 | 101 | 110110 | 10110000 | 111001 | 11101 |
Color Harmonies of #20756F
Complementary color
Monochromatic Colors of #20756F
Black with #20756F
Text Example
Text Example
White with #20756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20756F; }
p { color: rgb(32,117,111); }
H1.HeaderClassName
{
color: #20756F;
}
.AnyTagClassName
{
color: #20756F;
}
</style>
background-color css
<style>
a { background-color: #20756F; }
a { background-color: rgb(32,117,111); }
div.DivClassName
{
background-color: #20756F;
}
.BgClassName
{
background-color: #20756F;
}
</style>
border-color css
<style>
span { border-color: #20756F; }
span { border-color: rgb(32,117,111); }
td.TdClassName
{
border-color: #20756F;
}
.TagClassName
{
border-color: #20756F;
}
</style>