Shades of Elm #197F73
Tints of Elm #197F73
RGB
CMYK
RGB Variations
Color information
#197F73 (or 0x197F73) is known color: Elm. HEX triplet: 19, 7F and 73. RGB value is (25,127,115). Sum of RGB (Red+Green+Blue) = 25+127+115=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #197F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F73 is #E6808C. Grayscale: #5F5F5F. Windows color (decimal): -15106189 or 7569177. OLE color: 7569177.
HSL color Cylindrical-coordinate representation of color #197F73: hue angle of 172.94º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F73 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 115 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.50 |
| HSL | 172.94º | 0.67% | 0.3% | - |
| HSV(B) | 172.94º | 0.8% | 0.5% | - |
| XYZ | 11.08 | 16.62 | 18.84 | - |
| YUV | 95.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 115 | 0.80 | 0 | 0.09 | 0.50 | 172.94 | 0.67 | 0.3 |
| Hex | 19 | 7F | 73 | 50 | 0 | 9 | 32 | AD | 43 | 1E |
| Octal | 31 | 177 | 163 | 120 | 0 | 11 | 62 | 255 | 103 | 36 |
| Binary | 11001 | 1111111 | 1110011 | 1010000 | 0 | 1001 | 110010 | 10101101 | 1000011 | 11110 |
Color Harmonies of #197F73
Complementary color
Monochromatic Colors of #197F73
Black with #197F73
Text Example
Text Example
White with #197F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F73; }
p { color: rgb(25,127,115); }
H1.HeaderClassName
{
color: #197F73;
}
.AnyTagClassName
{
color: #197F73;
}
</style>
background-color css
<style>
a { background-color: #197F73; }
a { background-color: rgb(25,127,115); }
div.DivClassName
{
background-color: #197F73;
}
.BgClassName
{
background-color: #197F73;
}
</style>
border-color css
<style>
span { border-color: #197F73; }
span { border-color: rgb(25,127,115); }
td.TdClassName
{
border-color: #197F73;
}
.TagClassName
{
border-color: #197F73;
}
</style>