Shades of Elm #197C78
Tints of Elm #197C78
RGB
CMYK
RGB Variations
Color information
#197C78 (or 0x197C78) is known color: Elm. HEX triplet: 19, 7C and 78. RGB value is (25,124,120). Sum of RGB (Red+Green+Blue) = 25+124+120=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #197C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C78 is #E68387. Grayscale: #5D5D5D. Windows color (decimal): -15106952 or 7896089. OLE color: 7896089.
HSL color Cylindrical-coordinate representation of color #197C78: hue angle of 177.58º 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 #197C78 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 120 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.51 |
| HSL | 177.58º | 0.66% | 0.29% | - |
| HSV(B) | 177.58º | 0.8% | 0.49% | - |
| XYZ | 11 | 15.98 | 20.27 | - |
| YUV | 93.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 120 | 0.80 | 0 | 0.03 | 0.51 | 177.58 | 0.66 | 0.29 |
| Hex | 19 | 7C | 78 | 50 | 0 | 3 | 33 | B2 | 42 | 1D |
| Octal | 31 | 174 | 170 | 120 | 0 | 3 | 63 | 262 | 102 | 35 |
| Binary | 11001 | 1111100 | 1111000 | 1010000 | 0 | 11 | 110011 | 10110010 | 1000010 | 11101 |
Color Harmonies of #197C78
Complementary color
Monochromatic Colors of #197C78
Black with #197C78
Text Example
Text Example
White with #197C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C78; }
p { color: rgb(25,124,120); }
H1.HeaderClassName
{
color: #197C78;
}
.AnyTagClassName
{
color: #197C78;
}
</style>
background-color css
<style>
a { background-color: #197C78; }
a { background-color: rgb(25,124,120); }
div.DivClassName
{
background-color: #197C78;
}
.BgClassName
{
background-color: #197C78;
}
</style>
border-color css
<style>
span { border-color: #197C78; }
span { border-color: rgb(25,124,120); }
td.TdClassName
{
border-color: #197C78;
}
.TagClassName
{
border-color: #197C78;
}
</style>