Shades of Elm #1C796F
Tints of Elm #1C796F
RGB
CMYK
RGB Variations
Color information
#1C796F (or 0x1C796F) is known color: Elm. HEX triplet: 1C, 79 and 6F. RGB value is (28,121,111). Sum of RGB (Red+Green+Blue) = 28+121+111=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #1C796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C796F is #E38690. Grayscale: #5C5C5C. Windows color (decimal): -14911121 or 7305500. OLE color: 7305500.
HSL color Cylindrical-coordinate representation of color #1C796F: hue angle of 173.55º 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 #1C796F is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 121 | 111 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.53 |
| HSL | 173.55º | 0.62% | 0.29% | - |
| HSV(B) | 173.55º | 0.77% | 0.47% | - |
| XYZ | 10.19 | 15.07 | 17.41 | - |
| YUV | 92.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 111 | 0.77 | 0 | 0.08 | 0.53 | 173.55 | 0.62 | 0.29 |
| Hex | 1C | 79 | 6F | 4D | 0 | 8 | 35 | AE | 3E | 1D |
| Octal | 34 | 171 | 157 | 115 | 0 | 10 | 65 | 256 | 76 | 35 |
| Binary | 11100 | 1111001 | 1101111 | 1001101 | 0 | 1000 | 110101 | 10101110 | 111110 | 11101 |
Color Harmonies of #1C796F
Complementary color
Monochromatic Colors of #1C796F
Black with #1C796F
Text Example
Text Example
White with #1C796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C796F; }
p { color: rgb(28,121,111); }
H1.HeaderClassName
{
color: #1C796F;
}
.AnyTagClassName
{
color: #1C796F;
}
</style>
background-color css
<style>
a { background-color: #1C796F; }
a { background-color: rgb(28,121,111); }
div.DivClassName
{
background-color: #1C796F;
}
.BgClassName
{
background-color: #1C796F;
}
</style>
border-color css
<style>
span { border-color: #1C796F; }
span { border-color: rgb(28,121,111); }
td.TdClassName
{
border-color: #1C796F;
}
.TagClassName
{
border-color: #1C796F;
}
</style>