Shades of Elm #1E7F78
Tints of Elm #1E7F78
RGB
CMYK
RGB Variations
Color information
#1E7F78 (or 0x1E7F78) is known color: Elm. HEX triplet: 1E, 7F and 78. RGB value is (30,127,120). Sum of RGB (Red+Green+Blue) = 30+127+120=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F78 is #E18087. Grayscale: #616161. Windows color (decimal): -14778504 or 7896862. OLE color: 7896862.
HSL color Cylindrical-coordinate representation of color #1E7F78: hue angle of 175.67º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F78 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 120 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.50 |
| HSL | 175.67º | 0.62% | 0.31% | - |
| HSV(B) | 175.67º | 0.76% | 0.5% | - |
| XYZ | 11.51 | 16.81 | 20.41 | - |
| YUV | 97.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 120 | 0.76 | 0 | 0.06 | 0.50 | 175.67 | 0.62 | 0.31 |
| Hex | 1E | 7F | 78 | 4C | 0 | 6 | 32 | B0 | 3E | 1F |
| Octal | 36 | 177 | 170 | 114 | 0 | 6 | 62 | 260 | 76 | 37 |
| Binary | 11110 | 1111111 | 1111000 | 1001100 | 0 | 110 | 110010 | 10110000 | 111110 | 11111 |
Color Harmonies of #1E7F78
Complementary color
Monochromatic Colors of #1E7F78
Black with #1E7F78
Text Example
Text Example
White with #1E7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F78; }
p { color: rgb(30,127,120); }
H1.HeaderClassName
{
color: #1E7F78;
}
.AnyTagClassName
{
color: #1E7F78;
}
</style>
background-color css
<style>
a { background-color: #1E7F78; }
a { background-color: rgb(30,127,120); }
div.DivClassName
{
background-color: #1E7F78;
}
.BgClassName
{
background-color: #1E7F78;
}
</style>
border-color css
<style>
span { border-color: #1E7F78; }
span { border-color: rgb(30,127,120); }
td.TdClassName
{
border-color: #1E7F78;
}
.TagClassName
{
border-color: #1E7F78;
}
</style>