Shades of Elm #1A7671
Tints of Elm #1A7671
RGB
CMYK
RGB Variations
Color information
#1A7671 (or 0x1A7671) is known color: Elm. HEX triplet: 1A, 76 and 71. RGB value is (26,118,113). Sum of RGB (Red+Green+Blue) = 26+118+113=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7671 is #E5898E. Grayscale: #595959. Windows color (decimal): -15042959 or 7435802. OLE color: 7435802.
HSL color Cylindrical-coordinate representation of color #1A7671: hue angle of 176.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7671 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 113 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.54 |
| HSL | 176.74º | 0.64% | 0.28% | - |
| HSV(B) | 176.74º | 0.78% | 0.46% | - |
| XYZ | 9.89 | 14.37 | 17.88 | - |
| YUV | 89.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 113 | 0.78 | 0 | 0.04 | 0.54 | 176.74 | 0.64 | 0.28 |
| Hex | 1A | 76 | 71 | 4E | 0 | 4 | 36 | B1 | 40 | 1C |
| Octal | 32 | 166 | 161 | 116 | 0 | 4 | 66 | 261 | 100 | 34 |
| Binary | 11010 | 1110110 | 1110001 | 1001110 | 0 | 100 | 110110 | 10110001 | 1000000 | 11100 |
Color Harmonies of #1A7671
Complementary color
Monochromatic Colors of #1A7671
Black with #1A7671
Text Example
Text Example
White with #1A7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7671; }
p { color: rgb(26,118,113); }
H1.HeaderClassName
{
color: #1A7671;
}
.AnyTagClassName
{
color: #1A7671;
}
</style>
background-color css
<style>
a { background-color: #1A7671; }
a { background-color: rgb(26,118,113); }
div.DivClassName
{
background-color: #1A7671;
}
.BgClassName
{
background-color: #1A7671;
}
</style>
border-color css
<style>
span { border-color: #1A7671; }
span { border-color: rgb(26,118,113); }
td.TdClassName
{
border-color: #1A7671;
}
.TagClassName
{
border-color: #1A7671;
}
</style>