Shades of Elm #1D7D76
Tints of Elm #1D7D76
RGB
CMYK
RGB Variations
Color information
#1D7D76 (or 0x1D7D76) is known color: Elm. HEX triplet: 1D, 7D and 76. RGB value is (29,125,118). Sum of RGB (Red+Green+Blue) = 29+125+118=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D76 is #E28289. Grayscale: #5F5F5F. Windows color (decimal): -14844554 or 7765277. OLE color: 7765277.
HSL color Cylindrical-coordinate representation of color #1D7D76: hue angle of 175.62º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D76 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 118 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.51 |
| HSL | 175.63º | 0.62% | 0.3% | - |
| HSV(B) | 175.63º | 0.77% | 0.49% | - |
| XYZ | 11.11 | 16.24 | 19.69 | - |
| YUV | 95.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 118 | 0.77 | 0 | 0.06 | 0.51 | 175.63 | 0.62 | 0.3 |
| Hex | 1D | 7D | 76 | 4D | 0 | 6 | 33 | B0 | 3E | 1E |
| Octal | 35 | 175 | 166 | 115 | 0 | 6 | 63 | 260 | 76 | 36 |
| Binary | 11101 | 1111101 | 1110110 | 1001101 | 0 | 110 | 110011 | 10110000 | 111110 | 11110 |
Color Harmonies of #1D7D76
Complementary color
Monochromatic Colors of #1D7D76
Black with #1D7D76
Text Example
Text Example
White with #1D7D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D76; }
p { color: rgb(29,125,118); }
H1.HeaderClassName
{
color: #1D7D76;
}
.AnyTagClassName
{
color: #1D7D76;
}
</style>
background-color css
<style>
a { background-color: #1D7D76; }
a { background-color: rgb(29,125,118); }
div.DivClassName
{
background-color: #1D7D76;
}
.BgClassName
{
background-color: #1D7D76;
}
</style>
border-color css
<style>
span { border-color: #1D7D76; }
span { border-color: rgb(29,125,118); }
td.TdClassName
{
border-color: #1D7D76;
}
.TagClassName
{
border-color: #1D7D76;
}
</style>