Shades of Elm #1E756C
Tints of Elm #1E756C
RGB
CMYK
RGB Variations
Color information
#1E756C (or 0x1E756C) is known color: Elm. HEX triplet: 1E, 75 and 6C. RGB value is (30,117,108). Sum of RGB (Red+Green+Blue) = 30+117+108=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #1E756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E756C is #E18A93. Grayscale: #595959. Windows color (decimal): -14781076 or 7107870. OLE color: 7107870.
HSL color Cylindrical-coordinate representation of color #1E756C: hue angle of 173.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E756C is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 108 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.54 |
| HSL | 173.79º | 0.59% | 0.29% | - |
| HSV(B) | 173.79º | 0.74% | 0.46% | - |
| XYZ | 9.6 | 14.08 | 16.4 | - |
| YUV | 89.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 108 | 0.74 | 0 | 0.08 | 0.54 | 173.79 | 0.59 | 0.29 |
| Hex | 1E | 75 | 6C | 4A | 0 | 8 | 36 | AE | 3B | 1D |
| Octal | 36 | 165 | 154 | 112 | 0 | 10 | 66 | 256 | 73 | 35 |
| Binary | 11110 | 1110101 | 1101100 | 1001010 | 0 | 1000 | 110110 | 10101110 | 111011 | 11101 |
Color Harmonies of #1E756C
Complementary color
Monochromatic Colors of #1E756C
Black with #1E756C
Text Example
Text Example
White with #1E756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E756C; }
p { color: rgb(30,117,108); }
H1.HeaderClassName
{
color: #1E756C;
}
.AnyTagClassName
{
color: #1E756C;
}
</style>
background-color css
<style>
a { background-color: #1E756C; }
a { background-color: rgb(30,117,108); }
div.DivClassName
{
background-color: #1E756C;
}
.BgClassName
{
background-color: #1E756C;
}
</style>
border-color css
<style>
span { border-color: #1E756C; }
span { border-color: rgb(30,117,108); }
td.TdClassName
{
border-color: #1E756C;
}
.TagClassName
{
border-color: #1E756C;
}
</style>