Shades of Elm #197978
Tints of Elm #197978
RGB
CMYK
RGB Variations
Color information
#197978 (or 0x197978) is known color: Elm. HEX triplet: 19, 79 and 78. RGB value is (25,121,120). Sum of RGB (Red+Green+Blue) = 25+121+120=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #197978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197978 is #E68687. Grayscale: #5C5C5C. Windows color (decimal): -15107720 or 7895321. OLE color: 7895321.
HSL color Cylindrical-coordinate representation of color #197978: hue angle of 179.38º 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 #197978 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 120 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.53 |
| HSL | 179.38º | 0.66% | 0.29% | - |
| HSV(B) | 179.38º | 0.79% | 0.47% | - |
| XYZ | 10.63 | 15.24 | 20.15 | - |
| YUV | 92.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 120 | 0.79 | 0 | 0.01 | 0.53 | 179.38 | 0.66 | 0.29 |
| Hex | 19 | 79 | 78 | 4F | 0 | 1 | 35 | B3 | 42 | 1D |
| Octal | 31 | 171 | 170 | 117 | 0 | 1 | 65 | 263 | 102 | 35 |
| Binary | 11001 | 1111001 | 1111000 | 1001111 | 0 | 1 | 110101 | 10110011 | 1000010 | 11101 |
Color Harmonies of #197978
Complementary color
Monochromatic Colors of #197978
Black with #197978
Text Example
Text Example
White with #197978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197978; }
p { color: rgb(25,121,120); }
H1.HeaderClassName
{
color: #197978;
}
.AnyTagClassName
{
color: #197978;
}
</style>
background-color css
<style>
a { background-color: #197978; }
a { background-color: rgb(25,121,120); }
div.DivClassName
{
background-color: #197978;
}
.BgClassName
{
background-color: #197978;
}
</style>
border-color css
<style>
span { border-color: #197978; }
span { border-color: rgb(25,121,120); }
td.TdClassName
{
border-color: #197978;
}
.TagClassName
{
border-color: #197978;
}
</style>