Shades of Elm #20766C
Tints of Elm #20766C
RGB
CMYK
RGB Variations
Color information
#20766C (or 0x20766C) is known color: Elm. HEX triplet: 20, 76 and 6C. RGB value is (32,118,108). Sum of RGB (Red+Green+Blue) = 32+118+108=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #20766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20766C is #DF8993. Grayscale: #5B5B5B. Windows color (decimal): -14649748 or 7108128. OLE color: 7108128.
HSL color Cylindrical-coordinate representation of color #20766C: hue angle of 173.02º 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 #20766C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 108 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.54 |
| HSL | 173.02º | 0.57% | 0.29% | - |
| HSV(B) | 173.02º | 0.73% | 0.46% | - |
| XYZ | 9.78 | 14.35 | 16.44 | - |
| YUV | 91.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 108 | 0.73 | 0 | 0.08 | 0.54 | 173.02 | 0.57 | 0.29 |
| Hex | 20 | 76 | 6C | 49 | 0 | 8 | 36 | AD | 39 | 1D |
| Octal | 40 | 166 | 154 | 111 | 0 | 10 | 66 | 255 | 71 | 35 |
| Binary | 100000 | 1110110 | 1101100 | 1001001 | 0 | 1000 | 110110 | 10101101 | 111001 | 11101 |
Color Harmonies of #20766C
Complementary color
Monochromatic Colors of #20766C
Black with #20766C
Text Example
Text Example
White with #20766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20766C; }
p { color: rgb(32,118,108); }
H1.HeaderClassName
{
color: #20766C;
}
.AnyTagClassName
{
color: #20766C;
}
</style>
background-color css
<style>
a { background-color: #20766C; }
a { background-color: rgb(32,118,108); }
div.DivClassName
{
background-color: #20766C;
}
.BgClassName
{
background-color: #20766C;
}
</style>
border-color css
<style>
span { border-color: #20766C; }
span { border-color: rgb(32,118,108); }
td.TdClassName
{
border-color: #20766C;
}
.TagClassName
{
border-color: #20766C;
}
</style>