Shades of Elm #197C79
Tints of Elm #197C79
RGB
CMYK
RGB Variations
Color information
#197C79 (or 0x197C79) is known color: Elm. HEX triplet: 19, 7C and 79. RGB value is (25,124,121). Sum of RGB (Red+Green+Blue) = 25+124+121=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #197C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C79 is #E68386. Grayscale: #5D5D5D. Windows color (decimal): -15106951 or 7961625. OLE color: 7961625.
HSL color Cylindrical-coordinate representation of color #197C79: hue angle of 178.18º degrees, saturation: 0.66, 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 #197C79 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 121 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.51 |
| HSL | 178.18º | 0.66% | 0.29% | - |
| HSV(B) | 178.18º | 0.8% | 0.49% | - |
| XYZ | 11.06 | 16 | 20.6 | - |
| YUV | 94.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 121 | 0.80 | 0 | 0.02 | 0.51 | 178.18 | 0.66 | 0.29 |
| Hex | 19 | 7C | 79 | 50 | 0 | 2 | 33 | B2 | 42 | 1D |
| Octal | 31 | 174 | 171 | 120 | 0 | 2 | 63 | 262 | 102 | 35 |
| Binary | 11001 | 1111100 | 1111001 | 1010000 | 0 | 10 | 110011 | 10110010 | 1000010 | 11101 |
Color Harmonies of #197C79
Complementary color
Monochromatic Colors of #197C79
Black with #197C79
Text Example
Text Example
White with #197C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C79; }
p { color: rgb(25,124,121); }
H1.HeaderClassName
{
color: #197C79;
}
.AnyTagClassName
{
color: #197C79;
}
</style>
background-color css
<style>
a { background-color: #197C79; }
a { background-color: rgb(25,124,121); }
div.DivClassName
{
background-color: #197C79;
}
.BgClassName
{
background-color: #197C79;
}
</style>
border-color css
<style>
span { border-color: #197C79; }
span { border-color: rgb(25,124,121); }
td.TdClassName
{
border-color: #197C79;
}
.TagClassName
{
border-color: #197C79;
}
</style>