Shades of Elm #1E716E
Tints of Elm #1E716E
RGB
CMYK
RGB Variations
Color information
#1E716E (or 0x1E716E) is known color: Elm. HEX triplet: 1E, 71 and 6E. RGB value is (30,113,110). Sum of RGB (Red+Green+Blue) = 30+113+110=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #1E716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E716E is #E18E91. Grayscale: #575757. Windows color (decimal): -14782098 or 7237918. OLE color: 7237918.
HSL color Cylindrical-coordinate representation of color #1E716E: hue angle of 177.83º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E716E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 113 | 110 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.56 |
| HSL | 177.83º | 0.58% | 0.28% | - |
| HSV(B) | 177.83º | 0.73% | 0.44% | - |
| XYZ | 9.26 | 13.21 | 16.81 | - |
| YUV | 87.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 110 | 0.73 | 0 | 0.03 | 0.56 | 177.83 | 0.58 | 0.28 |
| Hex | 1E | 71 | 6E | 49 | 0 | 3 | 38 | B2 | 3A | 1C |
| Octal | 36 | 161 | 156 | 111 | 0 | 3 | 70 | 262 | 72 | 34 |
| Binary | 11110 | 1110001 | 1101110 | 1001001 | 0 | 11 | 111000 | 10110010 | 111010 | 11100 |
Color Harmonies of #1E716E
Complementary color
Monochromatic Colors of #1E716E
Black with #1E716E
Text Example
Text Example
White with #1E716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E716E; }
p { color: rgb(30,113,110); }
H1.HeaderClassName
{
color: #1E716E;
}
.AnyTagClassName
{
color: #1E716E;
}
</style>
background-color css
<style>
a { background-color: #1E716E; }
a { background-color: rgb(30,113,110); }
div.DivClassName
{
background-color: #1E716E;
}
.BgClassName
{
background-color: #1E716E;
}
</style>
border-color css
<style>
span { border-color: #1E716E; }
span { border-color: rgb(30,113,110); }
td.TdClassName
{
border-color: #1E716E;
}
.TagClassName
{
border-color: #1E716E;
}
</style>