Shades of Elm #197C72
Tints of Elm #197C72
RGB
CMYK
RGB Variations
Color information
#197C72 (or 0x197C72) is known color: Elm. HEX triplet: 19, 7C and 72. RGB value is (25,124,114). Sum of RGB (Red+Green+Blue) = 25+124+114=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #197C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C72 is #E6838D. Grayscale: #5D5D5D. Windows color (decimal): -15106958 or 7502873. OLE color: 7502873.
HSL color Cylindrical-coordinate representation of color #197C72: hue angle of 173.94º 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 #197C72 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 114 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.51 |
| HSL | 173.94º | 0.66% | 0.29% | - |
| HSV(B) | 173.94º | 0.8% | 0.49% | - |
| XYZ | 10.65 | 15.84 | 18.42 | - |
| YUV | 93.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 114 | 0.80 | 0 | 0.08 | 0.51 | 173.94 | 0.66 | 0.29 |
| Hex | 19 | 7C | 72 | 50 | 0 | 8 | 33 | AE | 42 | 1D |
| Octal | 31 | 174 | 162 | 120 | 0 | 10 | 63 | 256 | 102 | 35 |
| Binary | 11001 | 1111100 | 1110010 | 1010000 | 0 | 1000 | 110011 | 10101110 | 1000010 | 11101 |
Color Harmonies of #197C72
Complementary color
Monochromatic Colors of #197C72
Black with #197C72
Text Example
Text Example
White with #197C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C72; }
p { color: rgb(25,124,114); }
H1.HeaderClassName
{
color: #197C72;
}
.AnyTagClassName
{
color: #197C72;
}
</style>
background-color css
<style>
a { background-color: #197C72; }
a { background-color: rgb(25,124,114); }
div.DivClassName
{
background-color: #197C72;
}
.BgClassName
{
background-color: #197C72;
}
</style>
border-color css
<style>
span { border-color: #197C72; }
span { border-color: rgb(25,124,114); }
td.TdClassName
{
border-color: #197C72;
}
.TagClassName
{
border-color: #197C72;
}
</style>