Shades of Elm #197977
Tints of Elm #197977
RGB
CMYK
RGB Variations
Color information
#197977 (or 0x197977) is known color: Elm. HEX triplet: 19, 79 and 77. RGB value is (25,121,119). Sum of RGB (Red+Green+Blue) = 25+121+119=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #197977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197977 is #E68688. Grayscale: #5B5B5B. Windows color (decimal): -15107721 or 7829785. OLE color: 7829785.
HSL color Cylindrical-coordinate representation of color #197977: hue angle of 178.75º 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 #197977 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 119 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.53 |
| HSL | 178.75º | 0.66% | 0.29% | - |
| HSV(B) | 178.75º | 0.79% | 0.47% | - |
| XYZ | 10.57 | 15.21 | 19.83 | - |
| YUV | 92.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 119 | 0.79 | 0 | 0.02 | 0.53 | 178.75 | 0.66 | 0.29 |
| Hex | 19 | 79 | 77 | 4F | 0 | 2 | 35 | B3 | 42 | 1D |
| Octal | 31 | 171 | 167 | 117 | 0 | 2 | 65 | 263 | 102 | 35 |
| Binary | 11001 | 1111001 | 1110111 | 1001111 | 0 | 10 | 110101 | 10110011 | 1000010 | 11101 |
Color Harmonies of #197977
Complementary color
Monochromatic Colors of #197977
Black with #197977
Text Example
Text Example
White with #197977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197977; }
p { color: rgb(25,121,119); }
H1.HeaderClassName
{
color: #197977;
}
.AnyTagClassName
{
color: #197977;
}
</style>
background-color css
<style>
a { background-color: #197977; }
a { background-color: rgb(25,121,119); }
div.DivClassName
{
background-color: #197977;
}
.BgClassName
{
background-color: #197977;
}
</style>
border-color css
<style>
span { border-color: #197977; }
span { border-color: rgb(25,121,119); }
td.TdClassName
{
border-color: #197977;
}
.TagClassName
{
border-color: #197977;
}
</style>