Shades of Elm #1C8076
Tints of Elm #1C8076
RGB
CMYK
RGB Variations
Color information
#1C8076 (or 0x1C8076) is known color: Elm. HEX triplet: 1C, 80 and 76. RGB value is (28,128,118). Sum of RGB (Red+Green+Blue) = 28+128+118=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8076 is #E37F89. Grayscale: #606060. Windows color (decimal): -14909322 or 7766044. OLE color: 7766044.
HSL color Cylindrical-coordinate representation of color #1C8076: hue angle of 174º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8076 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 128 | 118 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.50 |
| HSL | 174º | 0.64% | 0.31% | - |
| HSV(B) | 174º | 0.78% | 0.5% | - |
| XYZ | 11.47 | 16.99 | 19.82 | - |
| YUV | 96.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 118 | 0.78 | 0 | 0.08 | 0.50 | 174 | 0.64 | 0.31 |
| Hex | 1C | 80 | 76 | 4E | 0 | 8 | 32 | AE | 40 | 1F |
| Octal | 34 | 200 | 166 | 116 | 0 | 10 | 62 | 256 | 100 | 37 |
| Binary | 11100 | 10000000 | 1110110 | 1001110 | 0 | 1000 | 110010 | 10101110 | 1000000 | 11111 |
Color Harmonies of #1C8076
Complementary color
Monochromatic Colors of #1C8076
Black with #1C8076
Text Example
Text Example
White with #1C8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8076; }
p { color: rgb(28,128,118); }
H1.HeaderClassName
{
color: #1C8076;
}
.AnyTagClassName
{
color: #1C8076;
}
</style>
background-color css
<style>
a { background-color: #1C8076; }
a { background-color: rgb(28,128,118); }
div.DivClassName
{
background-color: #1C8076;
}
.BgClassName
{
background-color: #1C8076;
}
</style>
border-color css
<style>
span { border-color: #1C8076; }
span { border-color: rgb(28,128,118); }
td.TdClassName
{
border-color: #1C8076;
}
.TagClassName
{
border-color: #1C8076;
}
</style>