Shades of Elm #1C786F
Tints of Elm #1C786F
RGB
CMYK
RGB Variations
Color information
#1C786F (or 0x1C786F) is known color: Elm. HEX triplet: 1C, 78 and 6F. RGB value is (28,120,111). Sum of RGB (Red+Green+Blue) = 28+120+111=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #1C786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C786F is #E38790. Grayscale: #5B5B5B. Windows color (decimal): -14911377 or 7305244. OLE color: 7305244.
HSL color Cylindrical-coordinate representation of color #1C786F: hue angle of 174.13º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C786F is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 120 | 111 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.53 |
| HSL | 174.13º | 0.62% | 0.29% | - |
| HSV(B) | 174.13º | 0.77% | 0.47% | - |
| XYZ | 10.06 | 14.83 | 17.37 | - |
| YUV | 91.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 111 | 0.77 | 0 | 0.08 | 0.53 | 174.13 | 0.62 | 0.29 |
| Hex | 1C | 78 | 6F | 4D | 0 | 8 | 35 | AE | 3E | 1D |
| Octal | 34 | 170 | 157 | 115 | 0 | 10 | 65 | 256 | 76 | 35 |
| Binary | 11100 | 1111000 | 1101111 | 1001101 | 0 | 1000 | 110101 | 10101110 | 111110 | 11101 |
Color Harmonies of #1C786F
Complementary color
Monochromatic Colors of #1C786F
Black with #1C786F
Text Example
Text Example
White with #1C786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C786F; }
p { color: rgb(28,120,111); }
H1.HeaderClassName
{
color: #1C786F;
}
.AnyTagClassName
{
color: #1C786F;
}
</style>
background-color css
<style>
a { background-color: #1C786F; }
a { background-color: rgb(28,120,111); }
div.DivClassName
{
background-color: #1C786F;
}
.BgClassName
{
background-color: #1C786F;
}
</style>
border-color css
<style>
span { border-color: #1C786F; }
span { border-color: rgb(28,120,111); }
td.TdClassName
{
border-color: #1C786F;
}
.TagClassName
{
border-color: #1C786F;
}
</style>