Shades of Elm #1E786E
Tints of Elm #1E786E
RGB
CMYK
RGB Variations
Color information
#1E786E (or 0x1E786E) is known color: Elm. HEX triplet: 1E, 78 and 6E. RGB value is (30,120,110). Sum of RGB (Red+Green+Blue) = 30+120+110=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #1E786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E786E is #E18791. Grayscale: #5B5B5B. Windows color (decimal): -14780306 or 7239710. OLE color: 7239710.
HSL color Cylindrical-coordinate representation of color #1E786E: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E786E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 120 | 110 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.53 |
| HSL | 173.33º | 0.6% | 0.29% | - |
| HSV(B) | 173.33º | 0.75% | 0.47% | - |
| XYZ | 10.07 | 14.83 | 17.08 | - |
| YUV | 91.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 110 | 0.75 | 0 | 0.08 | 0.53 | 173.33 | 0.6 | 0.29 |
| Hex | 1E | 78 | 6E | 4B | 0 | 8 | 35 | AD | 3C | 1D |
| Octal | 36 | 170 | 156 | 113 | 0 | 10 | 65 | 255 | 74 | 35 |
| Binary | 11110 | 1111000 | 1101110 | 1001011 | 0 | 1000 | 110101 | 10101101 | 111100 | 11101 |
Color Harmonies of #1E786E
Complementary color
Monochromatic Colors of #1E786E
Black with #1E786E
Text Example
Text Example
White with #1E786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E786E; }
p { color: rgb(30,120,110); }
H1.HeaderClassName
{
color: #1E786E;
}
.AnyTagClassName
{
color: #1E786E;
}
</style>
background-color css
<style>
a { background-color: #1E786E; }
a { background-color: rgb(30,120,110); }
div.DivClassName
{
background-color: #1E786E;
}
.BgClassName
{
background-color: #1E786E;
}
</style>
border-color css
<style>
span { border-color: #1E786E; }
span { border-color: rgb(30,120,110); }
td.TdClassName
{
border-color: #1E786E;
}
.TagClassName
{
border-color: #1E786E;
}
</style>