Shades of Elm #20766F
Tints of Elm #20766F
RGB
CMYK
RGB Variations
Color information
#20766F (or 0x20766F) is known color: Elm. HEX triplet: 20, 76 and 6F. RGB value is (32,118,111). Sum of RGB (Red+Green+Blue) = 32+118+111=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #20766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20766F is #DF8990. Grayscale: #5B5B5B. Windows color (decimal): -14649745 or 7304736. OLE color: 7304736.
HSL color Cylindrical-coordinate representation of color #20766F: hue angle of 175.12º 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 #20766F is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 111 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.54 |
| HSL | 175.12º | 0.57% | 0.29% | - |
| HSV(B) | 175.12º | 0.73% | 0.46% | - |
| XYZ | 9.94 | 14.41 | 17.3 | - |
| YUV | 91.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 111 | 0.73 | 0 | 0.06 | 0.54 | 175.12 | 0.57 | 0.29 |
| Hex | 20 | 76 | 6F | 49 | 0 | 6 | 36 | AF | 39 | 1D |
| Octal | 40 | 166 | 157 | 111 | 0 | 6 | 66 | 257 | 71 | 35 |
| Binary | 100000 | 1110110 | 1101111 | 1001001 | 0 | 110 | 110110 | 10101111 | 111001 | 11101 |
Color Harmonies of #20766F
Complementary color
Monochromatic Colors of #20766F
Black with #20766F
Text Example
Text Example
White with #20766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20766F; }
p { color: rgb(32,118,111); }
H1.HeaderClassName
{
color: #20766F;
}
.AnyTagClassName
{
color: #20766F;
}
</style>
background-color css
<style>
a { background-color: #20766F; }
a { background-color: rgb(32,118,111); }
div.DivClassName
{
background-color: #20766F;
}
.BgClassName
{
background-color: #20766F;
}
</style>
border-color css
<style>
span { border-color: #20766F; }
span { border-color: rgb(32,118,111); }
td.TdClassName
{
border-color: #20766F;
}
.TagClassName
{
border-color: #20766F;
}
</style>