Shades of Elm #197D79
Tints of Elm #197D79
RGB
CMYK
RGB Variations
Color information
#197D79 (or 0x197D79) is known color: Elm. HEX triplet: 19, 7D and 79. RGB value is (25,125,121). Sum of RGB (Red+Green+Blue) = 25+125+121=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #197D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D79 is #E68286. Grayscale: #5E5E5E. Windows color (decimal): -15106695 or 7961881. OLE color: 7961881.
HSL color Cylindrical-coordinate representation of color #197D79: hue angle of 177.6º 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 #197D79 is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 121 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.51 |
| HSL | 177.6º | 0.67% | 0.29% | - |
| HSV(B) | 177.6º | 0.8% | 0.49% | - |
| XYZ | 11.19 | 16.25 | 20.64 | - |
| YUV | 94.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 121 | 0.8 | 0 | 0.03 | 0.51 | 177.6 | 0.67 | 0.29 |
| Hex | 19 | 7D | 79 | 50 | 0 | 3 | 33 | B2 | 43 | 1D |
| Octal | 31 | 175 | 171 | 120 | 0 | 3 | 63 | 262 | 103 | 35 |
| Binary | 11001 | 1111101 | 1111001 | 1010000 | 0 | 11 | 110011 | 10110010 | 1000011 | 11101 |
Color Harmonies of #197D79
Complementary color
Monochromatic Colors of #197D79
Black with #197D79
Text Example
Text Example
White with #197D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D79; }
p { color: rgb(25,125,121); }
H1.HeaderClassName
{
color: #197D79;
}
.AnyTagClassName
{
color: #197D79;
}
</style>
background-color css
<style>
a { background-color: #197D79; }
a { background-color: rgb(25,125,121); }
div.DivClassName
{
background-color: #197D79;
}
.BgClassName
{
background-color: #197D79;
}
</style>
border-color css
<style>
span { border-color: #197D79; }
span { border-color: rgb(25,125,121); }
td.TdClassName
{
border-color: #197D79;
}
.TagClassName
{
border-color: #197D79;
}
</style>