Shades of Elm #197676
Tints of Elm #197676
RGB
CMYK
RGB Variations
Color information
#197676 (or 0x197676) is known color: Elm. HEX triplet: 19, 76 and 76. RGB value is (25,118,118). Sum of RGB (Red+Green+Blue) = 25+118+118=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #197676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197676 is #E68989. Grayscale: #5A5A5A. Windows color (decimal): -15108490 or 7763481. OLE color: 7763481.
HSL color Cylindrical-coordinate representation of color #197676: hue angle of 180º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197676 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 118 | - |
| CMYK | 0.79 | 0 | 0 | 0.54 |
| HSL | 180º | 0.65% | 0.28% | - |
| HSV(B) | 180º | 0.79% | 0.46% | - |
| XYZ | 10.15 | 14.47 | 19.4 | - |
| YUV | 90.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 118 | 0.79 | 0 | 0 | 0.54 | 180 | 0.65 | 0.28 |
| Hex | 19 | 76 | 76 | 4F | 0 | 0 | 36 | B4 | 41 | 1C |
| Octal | 31 | 166 | 166 | 117 | 0 | 0 | 66 | 264 | 101 | 34 |
| Binary | 11001 | 1110110 | 1110110 | 1001111 | 0 | 0 | 110110 | 10110100 | 1000001 | 11100 |
Color Harmonies of #197676
Complementary color
Monochromatic Colors of #197676
Black with #197676
Text Example
Text Example
White with #197676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197676; }
p { color: rgb(25,118,118); }
H1.HeaderClassName
{
color: #197676;
}
.AnyTagClassName
{
color: #197676;
}
</style>
background-color css
<style>
a { background-color: #197676; }
a { background-color: rgb(25,118,118); }
div.DivClassName
{
background-color: #197676;
}
.BgClassName
{
background-color: #197676;
}
</style>
border-color css
<style>
span { border-color: #197676; }
span { border-color: rgb(25,118,118); }
td.TdClassName
{
border-color: #197676;
}
.TagClassName
{
border-color: #197676;
}
</style>