Shades of Elm #208677
Tints of Elm #208677
RGB
CMYK
RGB Variations
Color information
#208677 (or 0x208677) is known color: Elm. HEX triplet: 20, 86 and 77. RGB value is (32,134,119). Sum of RGB (Red+Green+Blue) = 32+134+119=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #208677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208677 is #DF7988. Grayscale: #656565. Windows color (decimal): -14645641 or 7833120. OLE color: 7833120.
HSL color Cylindrical-coordinate representation of color #208677: hue angle of 171.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208677 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 119 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.47 |
| HSL | 171.18º | 0.61% | 0.33% | - |
| HSV(B) | 171.18º | 0.76% | 0.53% | - |
| XYZ | 12.45 | 18.69 | 20.4 | - |
| YUV | 101.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 119 | 0.76 | 0 | 0.11 | 0.47 | 171.18 | 0.61 | 0.33 |
| Hex | 20 | 86 | 77 | 4C | 0 | B | 2F | AB | 3D | 21 |
| Octal | 40 | 206 | 167 | 114 | 0 | 13 | 57 | 253 | 75 | 41 |
| Binary | 100000 | 10000110 | 1110111 | 1001100 | 0 | 1011 | 101111 | 10101011 | 111101 | 100001 |
Color Harmonies of #208677
Complementary color
Monochromatic Colors of #208677
Black with #208677
Text Example
Text Example
White with #208677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208677; }
p { color: rgb(32,134,119); }
H1.HeaderClassName
{
color: #208677;
}
.AnyTagClassName
{
color: #208677;
}
</style>
background-color css
<style>
a { background-color: #208677; }
a { background-color: rgb(32,134,119); }
div.DivClassName
{
background-color: #208677;
}
.BgClassName
{
background-color: #208677;
}
</style>
border-color css
<style>
span { border-color: #208677; }
span { border-color: rgb(32,134,119); }
td.TdClassName
{
border-color: #208677;
}
.TagClassName
{
border-color: #208677;
}
</style>