Shades of Elm #1D796F
Tints of Elm #1D796F
RGB
CMYK
RGB Variations
Color information
#1D796F (or 0x1D796F) is known color: Elm. HEX triplet: 1D, 79 and 6F. RGB value is (29,121,111). Sum of RGB (Red+Green+Blue) = 29+121+111=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #1D796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D796F is #E28690. Grayscale: #5C5C5C. Windows color (decimal): -14845585 or 7305501. OLE color: 7305501.
HSL color Cylindrical-coordinate representation of color #1D796F: hue angle of 173.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D796F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 111 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.53 |
| HSL | 173.48º | 0.61% | 0.29% | - |
| HSV(B) | 173.48º | 0.76% | 0.47% | - |
| XYZ | 10.21 | 15.08 | 17.41 | - |
| YUV | 92.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 111 | 0.76 | 0 | 0.08 | 0.53 | 173.48 | 0.61 | 0.29 |
| Hex | 1D | 79 | 6F | 4C | 0 | 8 | 35 | AD | 3D | 1D |
| Octal | 35 | 171 | 157 | 114 | 0 | 10 | 65 | 255 | 75 | 35 |
| Binary | 11101 | 1111001 | 1101111 | 1001100 | 0 | 1000 | 110101 | 10101101 | 111101 | 11101 |
Color Harmonies of #1D796F
Complementary color
Monochromatic Colors of #1D796F
Black with #1D796F
Text Example
Text Example
White with #1D796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D796F; }
p { color: rgb(29,121,111); }
H1.HeaderClassName
{
color: #1D796F;
}
.AnyTagClassName
{
color: #1D796F;
}
</style>
background-color css
<style>
a { background-color: #1D796F; }
a { background-color: rgb(29,121,111); }
div.DivClassName
{
background-color: #1D796F;
}
.BgClassName
{
background-color: #1D796F;
}
</style>
border-color css
<style>
span { border-color: #1D796F; }
span { border-color: rgb(29,121,111); }
td.TdClassName
{
border-color: #1D796F;
}
.TagClassName
{
border-color: #1D796F;
}
</style>