Shades of Elm #217C76
Tints of Elm #217C76
RGB
CMYK
RGB Variations
Color information
#217C76 (or 0x217C76) is known color: Elm. HEX triplet: 21, 7C and 76. RGB value is (33,124,118). Sum of RGB (Red+Green+Blue) = 33+124+118=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #217C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C76 is #DE8389. Grayscale: #606060. Windows color (decimal): -14582666 or 7765025. OLE color: 7765025.
HSL color Cylindrical-coordinate representation of color #217C76: hue angle of 176.04º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C76 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 118 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.51 |
| HSL | 176.04º | 0.58% | 0.31% | - |
| HSV(B) | 176.04º | 0.73% | 0.49% | - |
| XYZ | 11.1 | 16.05 | 19.65 | - |
| YUV | 96.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 118 | 0.73 | 0 | 0.05 | 0.51 | 176.04 | 0.58 | 0.31 |
| Hex | 21 | 7C | 76 | 49 | 0 | 5 | 33 | B0 | 3A | 1F |
| Octal | 41 | 174 | 166 | 111 | 0 | 5 | 63 | 260 | 72 | 37 |
| Binary | 100001 | 1111100 | 1110110 | 1001001 | 0 | 101 | 110011 | 10110000 | 111010 | 11111 |
Color Harmonies of #217C76
Complementary color
Monochromatic Colors of #217C76
Black with #217C76
Text Example
Text Example
White with #217C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C76; }
p { color: rgb(33,124,118); }
H1.HeaderClassName
{
color: #217C76;
}
.AnyTagClassName
{
color: #217C76;
}
</style>
background-color css
<style>
a { background-color: #217C76; }
a { background-color: rgb(33,124,118); }
div.DivClassName
{
background-color: #217C76;
}
.BgClassName
{
background-color: #217C76;
}
</style>
border-color css
<style>
span { border-color: #217C76; }
span { border-color: rgb(33,124,118); }
td.TdClassName
{
border-color: #217C76;
}
.TagClassName
{
border-color: #217C76;
}
</style>