Shades of Elm #1C766E
Tints of Elm #1C766E
RGB
CMYK
RGB Variations
Color information
#1C766E (or 0x1C766E) is known color: Elm. HEX triplet: 1C, 76 and 6E. RGB value is (28,118,110). Sum of RGB (Red+Green+Blue) = 28+118+110=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #1C766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C766E is #E38991. Grayscale: #5A5A5A. Windows color (decimal): -14911890 or 7239196. OLE color: 7239196.
HSL color Cylindrical-coordinate representation of color #1C766E: hue angle of 174.67º 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 #1C766E is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 110 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.54 |
| HSL | 174.67º | 0.62% | 0.29% | - |
| HSV(B) | 174.67º | 0.76% | 0.46% | - |
| XYZ | 9.77 | 14.33 | 17 | - |
| YUV | 90.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 110 | 0.76 | 0 | 0.07 | 0.54 | 174.67 | 0.62 | 0.29 |
| Hex | 1C | 76 | 6E | 4C | 0 | 7 | 36 | AF | 3E | 1D |
| Octal | 34 | 166 | 156 | 114 | 0 | 7 | 66 | 257 | 76 | 35 |
| Binary | 11100 | 1110110 | 1101110 | 1001100 | 0 | 111 | 110110 | 10101111 | 111110 | 11101 |
Color Harmonies of #1C766E
Complementary color
Monochromatic Colors of #1C766E
Black with #1C766E
Text Example
Text Example
White with #1C766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C766E; }
p { color: rgb(28,118,110); }
H1.HeaderClassName
{
color: #1C766E;
}
.AnyTagClassName
{
color: #1C766E;
}
</style>
background-color css
<style>
a { background-color: #1C766E; }
a { background-color: rgb(28,118,110); }
div.DivClassName
{
background-color: #1C766E;
}
.BgClassName
{
background-color: #1C766E;
}
</style>
border-color css
<style>
span { border-color: #1C766E; }
span { border-color: rgb(28,118,110); }
td.TdClassName
{
border-color: #1C766E;
}
.TagClassName
{
border-color: #1C766E;
}
</style>