Shades of Elm #197C76
Tints of Elm #197C76
RGB
CMYK
RGB Variations
Color information
#197C76 (or 0x197C76) is known color: Elm. HEX triplet: 19, 7C and 76. RGB value is (25,124,118). Sum of RGB (Red+Green+Blue) = 25+124+118=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #197C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C76 is #E68389. Grayscale: #5D5D5D. Windows color (decimal): -15106954 or 7765017. OLE color: 7765017.
HSL color Cylindrical-coordinate representation of color #197C76: hue angle of 176.36º 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 #197C76 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 118 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.51 |
| HSL | 176.36º | 0.66% | 0.29% | - |
| HSV(B) | 176.36º | 0.8% | 0.49% | - |
| XYZ | 10.88 | 15.93 | 19.64 | - |
| YUV | 93.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 118 | 0.80 | 0 | 0.05 | 0.51 | 176.36 | 0.66 | 0.29 |
| Hex | 19 | 7C | 76 | 50 | 0 | 5 | 33 | B0 | 42 | 1D |
| Octal | 31 | 174 | 166 | 120 | 0 | 5 | 63 | 260 | 102 | 35 |
| Binary | 11001 | 1111100 | 1110110 | 1010000 | 0 | 101 | 110011 | 10110000 | 1000010 | 11101 |
Color Harmonies of #197C76
Complementary color
Monochromatic Colors of #197C76
Black with #197C76
Text Example
Text Example
White with #197C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C76; }
p { color: rgb(25,124,118); }
H1.HeaderClassName
{
color: #197C76;
}
.AnyTagClassName
{
color: #197C76;
}
</style>
background-color css
<style>
a { background-color: #197C76; }
a { background-color: rgb(25,124,118); }
div.DivClassName
{
background-color: #197C76;
}
.BgClassName
{
background-color: #197C76;
}
</style>
border-color css
<style>
span { border-color: #197C76; }
span { border-color: rgb(25,124,118); }
td.TdClassName
{
border-color: #197C76;
}
.TagClassName
{
border-color: #197C76;
}
</style>