Shades of Elm #1A8179
Tints of Elm #1A8179
RGB
CMYK
RGB Variations
Color information
#1A8179 (or 0x1A8179) is known color: Elm. HEX triplet: 1A, 81 and 79. RGB value is (26,129,121). Sum of RGB (Red+Green+Blue) = 26+129+121=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #1A8179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8179 is #E57E86. Grayscale: #616161. Windows color (decimal): -15040135 or 7962906. OLE color: 7962906.
HSL color Cylindrical-coordinate representation of color #1A8179: hue angle of 175.34º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8179 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 121 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.49 |
| HSL | 175.34º | 0.66% | 0.3% | - |
| HSV(B) | 175.34º | 0.8% | 0.51% | - |
| XYZ | 11.73 | 17.3 | 20.81 | - |
| YUV | 97.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 121 | 0.80 | 0 | 0.06 | 0.49 | 175.34 | 0.66 | 0.3 |
| Hex | 1A | 81 | 79 | 50 | 0 | 6 | 31 | AF | 42 | 1E |
| Octal | 32 | 201 | 171 | 120 | 0 | 6 | 61 | 257 | 102 | 36 |
| Binary | 11010 | 10000001 | 1111001 | 1010000 | 0 | 110 | 110001 | 10101111 | 1000010 | 11110 |
Color Harmonies of #1A8179
Complementary color
Monochromatic Colors of #1A8179
Black with #1A8179
Text Example
Text Example
White with #1A8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8179; }
p { color: rgb(26,129,121); }
H1.HeaderClassName
{
color: #1A8179;
}
.AnyTagClassName
{
color: #1A8179;
}
</style>
background-color css
<style>
a { background-color: #1A8179; }
a { background-color: rgb(26,129,121); }
div.DivClassName
{
background-color: #1A8179;
}
.BgClassName
{
background-color: #1A8179;
}
</style>
border-color css
<style>
span { border-color: #1A8179; }
span { border-color: rgb(26,129,121); }
td.TdClassName
{
border-color: #1A8179;
}
.TagClassName
{
border-color: #1A8179;
}
</style>