Shades of Elm #1C766D
Tints of Elm #1C766D
RGB
CMYK
RGB Variations
Color information
#1C766D (or 0x1C766D) is known color: Elm. HEX triplet: 1C, 76 and 6D. RGB value is (28,118,109). Sum of RGB (Red+Green+Blue) = 28+118+109=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #1C766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C766D is #E38992. Grayscale: #5A5A5A. Windows color (decimal): -14911891 or 7173660. OLE color: 7173660.
HSL color Cylindrical-coordinate representation of color #1C766D: hue angle of 174º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C766D is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 109 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.54 |
| HSL | 174º | 0.62% | 0.29% | - |
| HSV(B) | 174º | 0.76% | 0.46% | - |
| XYZ | 9.72 | 14.31 | 16.72 | - |
| YUV | 90.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 109 | 0.76 | 0 | 0.08 | 0.54 | 174 | 0.62 | 0.29 |
| Hex | 1C | 76 | 6D | 4C | 0 | 8 | 36 | AE | 3E | 1D |
| Octal | 34 | 166 | 155 | 114 | 0 | 10 | 66 | 256 | 76 | 35 |
| Binary | 11100 | 1110110 | 1101101 | 1001100 | 0 | 1000 | 110110 | 10101110 | 111110 | 11101 |
Color Harmonies of #1C766D
Complementary color
Monochromatic Colors of #1C766D
Black with #1C766D
Text Example
Text Example
White with #1C766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C766D; }
p { color: rgb(28,118,109); }
H1.HeaderClassName
{
color: #1C766D;
}
.AnyTagClassName
{
color: #1C766D;
}
</style>
background-color css
<style>
a { background-color: #1C766D; }
a { background-color: rgb(28,118,109); }
div.DivClassName
{
background-color: #1C766D;
}
.BgClassName
{
background-color: #1C766D;
}
</style>
border-color css
<style>
span { border-color: #1C766D; }
span { border-color: rgb(28,118,109); }
td.TdClassName
{
border-color: #1C766D;
}
.TagClassName
{
border-color: #1C766D;
}
</style>