Shades of Elm #1D6F6F
Tints of Elm #1D6F6F
RGB
CMYK
RGB Variations
Color information
#1D6F6F (or 0x1D6F6F) is known color: Elm. HEX triplet: 1D, 6F and 6F. RGB value is (29,111,111). Sum of RGB (Red+Green+Blue) = 29+111+111=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #1D6F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F6F is #E29090. Grayscale: #565656. Windows color (decimal): -14848145 or 7302941. OLE color: 7302941.
HSL color Cylindrical-coordinate representation of color #1D6F6F: hue angle of 180º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F6F is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 111 | 111 | - |
| CMYK | 0.74 | 0 | 0 | 0.56 |
| HSL | 180º | 0.59% | 0.27% | - |
| HSV(B) | 180º | 0.74% | 0.44% | - |
| XYZ | 9.06 | 12.78 | 17.03 | - |
| YUV | 86.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 111 | 0.74 | 0 | 0 | 0.56 | 180 | 0.59 | 0.27 |
| Hex | 1D | 6F | 6F | 4A | 0 | 0 | 38 | B4 | 3B | 1B |
| Octal | 35 | 157 | 157 | 112 | 0 | 0 | 70 | 264 | 73 | 33 |
| Binary | 11101 | 1101111 | 1101111 | 1001010 | 0 | 0 | 111000 | 10110100 | 111011 | 11011 |
Color Harmonies of #1D6F6F
Complementary color
Monochromatic Colors of #1D6F6F
Black with #1D6F6F
Text Example
Text Example
White with #1D6F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F6F; }
p { color: rgb(29,111,111); }
H1.HeaderClassName
{
color: #1D6F6F;
}
.AnyTagClassName
{
color: #1D6F6F;
}
</style>
background-color css
<style>
a { background-color: #1D6F6F; }
a { background-color: rgb(29,111,111); }
div.DivClassName
{
background-color: #1D6F6F;
}
.BgClassName
{
background-color: #1D6F6F;
}
</style>
border-color css
<style>
span { border-color: #1D6F6F; }
span { border-color: rgb(29,111,111); }
td.TdClassName
{
border-color: #1D6F6F;
}
.TagClassName
{
border-color: #1D6F6F;
}
</style>