Shades of Elm #197D73
Tints of Elm #197D73
RGB
CMYK
RGB Variations
Color information
#197D73 (or 0x197D73) is known color: Elm. HEX triplet: 19, 7D and 73. RGB value is (25,125,115). Sum of RGB (Red+Green+Blue) = 25+125+115=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #197D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D73 is #E6828C. Grayscale: #5D5D5D. Windows color (decimal): -15106701 or 7568665. OLE color: 7568665.
HSL color Cylindrical-coordinate representation of color #197D73: hue angle of 174º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D73 is Cyan = 0.8, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 115 | - |
| CMYK | 0.8 | 0 | 0.08 | 0.51 |
| HSL | 174º | 0.67% | 0.29% | - |
| HSV(B) | 174º | 0.8% | 0.49% | - |
| XYZ | 10.83 | 16.11 | 18.76 | - |
| YUV | 93.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 115 | 0.8 | 0 | 0.08 | 0.51 | 174 | 0.67 | 0.29 |
| Hex | 19 | 7D | 73 | 50 | 0 | 8 | 33 | AE | 43 | 1D |
| Octal | 31 | 175 | 163 | 120 | 0 | 10 | 63 | 256 | 103 | 35 |
| Binary | 11001 | 1111101 | 1110011 | 1010000 | 0 | 1000 | 110011 | 10101110 | 1000011 | 11101 |
Color Harmonies of #197D73
Complementary color
Monochromatic Colors of #197D73
Black with #197D73
Text Example
Text Example
White with #197D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D73; }
p { color: rgb(25,125,115); }
H1.HeaderClassName
{
color: #197D73;
}
.AnyTagClassName
{
color: #197D73;
}
</style>
background-color css
<style>
a { background-color: #197D73; }
a { background-color: rgb(25,125,115); }
div.DivClassName
{
background-color: #197D73;
}
.BgClassName
{
background-color: #197D73;
}
</style>
border-color css
<style>
span { border-color: #197D73; }
span { border-color: rgb(25,125,115); }
td.TdClassName
{
border-color: #197D73;
}
.TagClassName
{
border-color: #197D73;
}
</style>