Shades of Elm #197D72
Tints of Elm #197D72
RGB
CMYK
RGB Variations
Color information
#197D72 (or 0x197D72) is known color: Elm. HEX triplet: 19, 7D and 72. RGB value is (25,125,114). Sum of RGB (Red+Green+Blue) = 25+125+114=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #197D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D72 is #E6828D. Grayscale: #5D5D5D. Windows color (decimal): -15106702 or 7503129. OLE color: 7503129.
HSL color Cylindrical-coordinate representation of color #197D72: hue angle of 173.4º 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 #197D72 is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 114 | - |
| CMYK | 0.8 | 0 | 0.09 | 0.51 |
| HSL | 173.4º | 0.67% | 0.29% | - |
| HSV(B) | 173.4º | 0.8% | 0.49% | - |
| XYZ | 10.77 | 16.09 | 18.46 | - |
| YUV | 93.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 114 | 0.8 | 0 | 0.09 | 0.51 | 173.4 | 0.67 | 0.29 |
| Hex | 19 | 7D | 72 | 50 | 0 | 9 | 33 | AD | 43 | 1D |
| Octal | 31 | 175 | 162 | 120 | 0 | 11 | 63 | 255 | 103 | 35 |
| Binary | 11001 | 1111101 | 1110010 | 1010000 | 0 | 1001 | 110011 | 10101101 | 1000011 | 11101 |
Color Harmonies of #197D72
Complementary color
Monochromatic Colors of #197D72
Black with #197D72
Text Example
Text Example
White with #197D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D72; }
p { color: rgb(25,125,114); }
H1.HeaderClassName
{
color: #197D72;
}
.AnyTagClassName
{
color: #197D72;
}
</style>
background-color css
<style>
a { background-color: #197D72; }
a { background-color: rgb(25,125,114); }
div.DivClassName
{
background-color: #197D72;
}
.BgClassName
{
background-color: #197D72;
}
</style>
border-color css
<style>
span { border-color: #197D72; }
span { border-color: rgb(25,125,114); }
td.TdClassName
{
border-color: #197D72;
}
.TagClassName
{
border-color: #197D72;
}
</style>