Shades of Elm #197975
Tints of Elm #197975
RGB
CMYK
RGB Variations
Color information
#197975 (or 0x197975) is known color: Elm. HEX triplet: 19, 79 and 75. RGB value is (25,121,117). Sum of RGB (Red+Green+Blue) = 25+121+117=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #197975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197975 is #E6868A. Grayscale: #5B5B5B. Windows color (decimal): -15107723 or 7698713. OLE color: 7698713.
HSL color Cylindrical-coordinate representation of color #197975: hue angle of 177.5º 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 #197975 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 117 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.53 |
| HSL | 177.5º | 0.66% | 0.29% | - |
| HSV(B) | 177.5º | 0.79% | 0.47% | - |
| XYZ | 10.45 | 15.17 | 19.21 | - |
| YUV | 91.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 117 | 0.79 | 0 | 0.03 | 0.53 | 177.5 | 0.66 | 0.29 |
| Hex | 19 | 79 | 75 | 4F | 0 | 3 | 35 | B2 | 42 | 1D |
| Octal | 31 | 171 | 165 | 117 | 0 | 3 | 65 | 262 | 102 | 35 |
| Binary | 11001 | 1111001 | 1110101 | 1001111 | 0 | 11 | 110101 | 10110010 | 1000010 | 11101 |
Color Harmonies of #197975
Complementary color
Monochromatic Colors of #197975
Black with #197975
Text Example
Text Example
White with #197975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197975; }
p { color: rgb(25,121,117); }
H1.HeaderClassName
{
color: #197975;
}
.AnyTagClassName
{
color: #197975;
}
</style>
background-color css
<style>
a { background-color: #197975; }
a { background-color: rgb(25,121,117); }
div.DivClassName
{
background-color: #197975;
}
.BgClassName
{
background-color: #197975;
}
</style>
border-color css
<style>
span { border-color: #197975; }
span { border-color: rgb(25,121,117); }
td.TdClassName
{
border-color: #197975;
}
.TagClassName
{
border-color: #197975;
}
</style>