Shades of Elm #1A7C73
Tints of Elm #1A7C73
RGB
CMYK
RGB Variations
Color information
#1A7C73 (or 0x1A7C73) is known color: Elm. HEX triplet: 1A, 7C and 73. RGB value is (26,124,115). Sum of RGB (Red+Green+Blue) = 26+124+115=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7C73 is #E5838C. Grayscale: #5D5D5D. Windows color (decimal): -15041421 or 7568410. OLE color: 7568410.
HSL color Cylindrical-coordinate representation of color #1A7C73: hue angle of 174.49º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C73 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 124 | 115 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.51 |
| HSL | 174.49º | 0.65% | 0.29% | - |
| HSV(B) | 174.49º | 0.79% | 0.49% | - |
| XYZ | 10.73 | 15.87 | 18.72 | - |
| YUV | 93.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 124 | 115 | 0.79 | 0 | 0.07 | 0.51 | 174.49 | 0.65 | 0.29 |
| Hex | 1A | 7C | 73 | 4F | 0 | 7 | 33 | AE | 41 | 1D |
| Octal | 32 | 174 | 163 | 117 | 0 | 7 | 63 | 256 | 101 | 35 |
| Binary | 11010 | 1111100 | 1110011 | 1001111 | 0 | 111 | 110011 | 10101110 | 1000001 | 11101 |
Color Harmonies of #1A7C73
Complementary color
Monochromatic Colors of #1A7C73
Black with #1A7C73
Text Example
Text Example
White with #1A7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7C73; }
p { color: rgb(26,124,115); }
H1.HeaderClassName
{
color: #1A7C73;
}
.AnyTagClassName
{
color: #1A7C73;
}
</style>
background-color css
<style>
a { background-color: #1A7C73; }
a { background-color: rgb(26,124,115); }
div.DivClassName
{
background-color: #1A7C73;
}
.BgClassName
{
background-color: #1A7C73;
}
</style>
border-color css
<style>
span { border-color: #1A7C73; }
span { border-color: rgb(26,124,115); }
td.TdClassName
{
border-color: #1A7C73;
}
.TagClassName
{
border-color: #1A7C73;
}
</style>