Shades of Elm #197671
Tints of Elm #197671
RGB
CMYK
RGB Variations
Color information
#197671 (or 0x197671) is known color: Elm. HEX triplet: 19, 76 and 71. RGB value is (25,118,113). Sum of RGB (Red+Green+Blue) = 25+118+113=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #197671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197671 is #E6898E. Grayscale: #595959. Windows color (decimal): -15108495 or 7435801. OLE color: 7435801.
HSL color Cylindrical-coordinate representation of color #197671: hue angle of 176.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197671 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 113 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.54 |
| HSL | 176.77º | 0.65% | 0.28% | - |
| HSV(B) | 176.77º | 0.79% | 0.46% | - |
| XYZ | 9.86 | 14.36 | 17.87 | - |
| YUV | 89.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 113 | 0.79 | 0 | 0.04 | 0.54 | 176.77 | 0.65 | 0.28 |
| Hex | 19 | 76 | 71 | 4F | 0 | 4 | 36 | B1 | 41 | 1C |
| Octal | 31 | 166 | 161 | 117 | 0 | 4 | 66 | 261 | 101 | 34 |
| Binary | 11001 | 1110110 | 1110001 | 1001111 | 0 | 100 | 110110 | 10110001 | 1000001 | 11100 |
Color Harmonies of #197671
Complementary color
Monochromatic Colors of #197671
Black with #197671
Text Example
Text Example
White with #197671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197671; }
p { color: rgb(25,118,113); }
H1.HeaderClassName
{
color: #197671;
}
.AnyTagClassName
{
color: #197671;
}
</style>
background-color css
<style>
a { background-color: #197671; }
a { background-color: rgb(25,118,113); }
div.DivClassName
{
background-color: #197671;
}
.BgClassName
{
background-color: #197671;
}
</style>
border-color css
<style>
span { border-color: #197671; }
span { border-color: rgb(25,118,113); }
td.TdClassName
{
border-color: #197671;
}
.TagClassName
{
border-color: #197671;
}
</style>