Shades of Elm #1E766F
Tints of Elm #1E766F
RGB
CMYK
RGB Variations
Color information
#1E766F (or 0x1E766F) is known color: Elm. HEX triplet: 1E, 76 and 6F. RGB value is (30,118,111). Sum of RGB (Red+Green+Blue) = 30+118+111=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #1E766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E766F is #E18990. Grayscale: #5A5A5A. Windows color (decimal): -14780817 or 7304734. OLE color: 7304734.
HSL color Cylindrical-coordinate representation of color #1E766F: hue angle of 175.23º 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 #1E766F is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 111 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.54 |
| HSL | 175.23º | 0.59% | 0.29% | - |
| HSV(B) | 175.23º | 0.75% | 0.46% | - |
| XYZ | 9.88 | 14.38 | 17.29 | - |
| YUV | 90.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 111 | 0.75 | 0 | 0.06 | 0.54 | 175.23 | 0.59 | 0.29 |
| Hex | 1E | 76 | 6F | 4B | 0 | 6 | 36 | AF | 3B | 1D |
| Octal | 36 | 166 | 157 | 113 | 0 | 6 | 66 | 257 | 73 | 35 |
| Binary | 11110 | 1110110 | 1101111 | 1001011 | 0 | 110 | 110110 | 10101111 | 111011 | 11101 |
Color Harmonies of #1E766F
Complementary color
Monochromatic Colors of #1E766F
Black with #1E766F
Text Example
Text Example
White with #1E766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E766F; }
p { color: rgb(30,118,111); }
H1.HeaderClassName
{
color: #1E766F;
}
.AnyTagClassName
{
color: #1E766F;
}
</style>
background-color css
<style>
a { background-color: #1E766F; }
a { background-color: rgb(30,118,111); }
div.DivClassName
{
background-color: #1E766F;
}
.BgClassName
{
background-color: #1E766F;
}
</style>
border-color css
<style>
span { border-color: #1E766F; }
span { border-color: rgb(30,118,111); }
td.TdClassName
{
border-color: #1E766F;
}
.TagClassName
{
border-color: #1E766F;
}
</style>