Shades of Elm #1C8078
Tints of Elm #1C8078
RGB
CMYK
RGB Variations
Color information
#1C8078 (or 0x1C8078) is known color: Elm. HEX triplet: 1C, 80 and 78. RGB value is (28,128,120). Sum of RGB (Red+Green+Blue) = 28+128+120=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8078 is #E37F87. Grayscale: #616161. Windows color (decimal): -14909320 or 7897116. OLE color: 7897116.
HSL color Cylindrical-coordinate representation of color #1C8078: hue angle of 175.2º 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 #1C8078 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 128 | 120 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.50 |
| HSL | 175.2º | 0.64% | 0.31% | - |
| HSV(B) | 175.2º | 0.78% | 0.5% | - |
| XYZ | 11.59 | 17.04 | 20.45 | - |
| YUV | 97.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 120 | 0.78 | 0 | 0.06 | 0.50 | 175.2 | 0.64 | 0.31 |
| Hex | 1C | 80 | 78 | 4E | 0 | 6 | 32 | AF | 40 | 1F |
| Octal | 34 | 200 | 170 | 116 | 0 | 6 | 62 | 257 | 100 | 37 |
| Binary | 11100 | 10000000 | 1111000 | 1001110 | 0 | 110 | 110010 | 10101111 | 1000000 | 11111 |
Color Harmonies of #1C8078
Complementary color
Monochromatic Colors of #1C8078
Black with #1C8078
Text Example
Text Example
White with #1C8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8078; }
p { color: rgb(28,128,120); }
H1.HeaderClassName
{
color: #1C8078;
}
.AnyTagClassName
{
color: #1C8078;
}
</style>
background-color css
<style>
a { background-color: #1C8078; }
a { background-color: rgb(28,128,120); }
div.DivClassName
{
background-color: #1C8078;
}
.BgClassName
{
background-color: #1C8078;
}
</style>
border-color css
<style>
span { border-color: #1C8078; }
span { border-color: rgb(28,128,120); }
td.TdClassName
{
border-color: #1C8078;
}
.TagClassName
{
border-color: #1C8078;
}
</style>