Shades of Elm #197979
Tints of Elm #197979
RGB
CMYK
RGB Variations
Color information
#197979 (or 0x197979) is known color: Elm. HEX triplet: 19, 79 and 79. RGB value is (25,121,121). Sum of RGB (Red+Green+Blue) = 25+121+121=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #197979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197979 is #E68686. Grayscale: #5C5C5C. Windows color (decimal): -15107719 or 7960857. OLE color: 7960857.
HSL color Cylindrical-coordinate representation of color #197979: hue angle of 180º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197979 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 121 | - |
| CMYK | 0.79 | 0 | 0 | 0.53 |
| HSL | 180º | 0.66% | 0.29% | - |
| HSV(B) | 180º | 0.79% | 0.47% | - |
| XYZ | 10.69 | 15.26 | 20.47 | - |
| YUV | 92.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 121 | 0.79 | 0 | 0 | 0.53 | 180 | 0.66 | 0.29 |
| Hex | 19 | 79 | 79 | 4F | 0 | 0 | 35 | B4 | 42 | 1D |
| Octal | 31 | 171 | 171 | 117 | 0 | 0 | 65 | 264 | 102 | 35 |
| Binary | 11001 | 1111001 | 1111001 | 1001111 | 0 | 0 | 110101 | 10110100 | 1000010 | 11101 |
Color Harmonies of #197979
Complementary color
Monochromatic Colors of #197979
Black with #197979
Text Example
Text Example
White with #197979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197979; }
p { color: rgb(25,121,121); }
H1.HeaderClassName
{
color: #197979;
}
.AnyTagClassName
{
color: #197979;
}
</style>
background-color css
<style>
a { background-color: #197979; }
a { background-color: rgb(25,121,121); }
div.DivClassName
{
background-color: #197979;
}
.BgClassName
{
background-color: #197979;
}
</style>
border-color css
<style>
span { border-color: #197979; }
span { border-color: rgb(25,121,121); }
td.TdClassName
{
border-color: #197979;
}
.TagClassName
{
border-color: #197979;
}
</style>