Shades of Elm #1A7975
Tints of Elm #1A7975
RGB
CMYK
RGB Variations
Color information
#1A7975 (or 0x1A7975) is known color: Elm. HEX triplet: 1A, 79 and 75. RGB value is (26,121,117). Sum of RGB (Red+Green+Blue) = 26+121+117=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7975 is #E5868A. Grayscale: #5C5C5C. Windows color (decimal): -15042187 or 7698714. OLE color: 7698714.
HSL color Cylindrical-coordinate representation of color #1A7975: hue angle of 177.47º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7975 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 117 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.53 |
| HSL | 177.47º | 0.65% | 0.29% | - |
| HSV(B) | 177.47º | 0.79% | 0.47% | - |
| XYZ | 10.47 | 15.18 | 19.21 | - |
| YUV | 92.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 117 | 0.79 | 0 | 0.03 | 0.53 | 177.47 | 0.65 | 0.29 |
| Hex | 1A | 79 | 75 | 4F | 0 | 3 | 35 | B1 | 41 | 1D |
| Octal | 32 | 171 | 165 | 117 | 0 | 3 | 65 | 261 | 101 | 35 |
| Binary | 11010 | 1111001 | 1110101 | 1001111 | 0 | 11 | 110101 | 10110001 | 1000001 | 11101 |
Color Harmonies of #1A7975
Complementary color
Monochromatic Colors of #1A7975
Black with #1A7975
Text Example
Text Example
White with #1A7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7975; }
p { color: rgb(26,121,117); }
H1.HeaderClassName
{
color: #1A7975;
}
.AnyTagClassName
{
color: #1A7975;
}
</style>
background-color css
<style>
a { background-color: #1A7975; }
a { background-color: rgb(26,121,117); }
div.DivClassName
{
background-color: #1A7975;
}
.BgClassName
{
background-color: #1A7975;
}
</style>
border-color css
<style>
span { border-color: #1A7975; }
span { border-color: rgb(26,121,117); }
td.TdClassName
{
border-color: #1A7975;
}
.TagClassName
{
border-color: #1A7975;
}
</style>