Shades of Elm #1E766C
Tints of Elm #1E766C
RGB
CMYK
RGB Variations
Color information
#1E766C (or 0x1E766C) is known color: Elm. HEX triplet: 1E, 76 and 6C. RGB value is (30,118,108). Sum of RGB (Red+Green+Blue) = 30+118+108=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #1E766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E766C is #E18993. Grayscale: #5A5A5A. Windows color (decimal): -14780820 or 7108126. OLE color: 7108126.
HSL color Cylindrical-coordinate representation of color #1E766C: hue angle of 173.18º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E766C is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 108 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.54 |
| HSL | 173.18º | 0.59% | 0.29% | - |
| HSV(B) | 173.18º | 0.75% | 0.46% | - |
| XYZ | 9.72 | 14.32 | 16.44 | - |
| YUV | 90.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 108 | 0.75 | 0 | 0.08 | 0.54 | 173.18 | 0.59 | 0.29 |
| Hex | 1E | 76 | 6C | 4B | 0 | 8 | 36 | AD | 3B | 1D |
| Octal | 36 | 166 | 154 | 113 | 0 | 10 | 66 | 255 | 73 | 35 |
| Binary | 11110 | 1110110 | 1101100 | 1001011 | 0 | 1000 | 110110 | 10101101 | 111011 | 11101 |
Color Harmonies of #1E766C
Complementary color
Monochromatic Colors of #1E766C
Black with #1E766C
Text Example
Text Example
White with #1E766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E766C; }
p { color: rgb(30,118,108); }
H1.HeaderClassName
{
color: #1E766C;
}
.AnyTagClassName
{
color: #1E766C;
}
</style>
background-color css
<style>
a { background-color: #1E766C; }
a { background-color: rgb(30,118,108); }
div.DivClassName
{
background-color: #1E766C;
}
.BgClassName
{
background-color: #1E766C;
}
</style>
border-color css
<style>
span { border-color: #1E766C; }
span { border-color: rgb(30,118,108); }
td.TdClassName
{
border-color: #1E766C;
}
.TagClassName
{
border-color: #1E766C;
}
</style>