Shades of Elm #197678
Tints of Elm #197678
RGB
CMYK
RGB Variations
Color information
#197678 (or 0x197678) is known color: Elm. HEX triplet: 19, 76 and 78. RGB value is (25,118,120). Sum of RGB (Red+Green+Blue) = 25+118+120=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #197678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197678 is #E68987. Grayscale: #5A5A5A. Windows color (decimal): -15108488 or 7894553. OLE color: 7894553.
HSL color Cylindrical-coordinate representation of color #197678: hue angle of 181.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197678 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 118 | 120 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.53 |
| HSL | 181.26º | 0.66% | 0.28% | - |
| HSV(B) | 181.26º | 0.79% | 0.47% | - |
| XYZ | 10.27 | 14.52 | 20.03 | - |
| YUV | 90.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 120 | 0.79 | 0.02 | 0 | 0.53 | 181.26 | 0.66 | 0.28 |
| Hex | 19 | 76 | 78 | 4F | 2 | 0 | 35 | B5 | 42 | 1C |
| Octal | 31 | 166 | 170 | 117 | 2 | 0 | 65 | 265 | 102 | 34 |
| Binary | 11001 | 1110110 | 1111000 | 1001111 | 10 | 0 | 110101 | 10110101 | 1000010 | 11100 |
Color Harmonies of #197678
Complementary color
Monochromatic Colors of #197678
Black with #197678
Text Example
Text Example
White with #197678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197678; }
p { color: rgb(25,118,120); }
H1.HeaderClassName
{
color: #197678;
}
.AnyTagClassName
{
color: #197678;
}
</style>
background-color css
<style>
a { background-color: #197678; }
a { background-color: rgb(25,118,120); }
div.DivClassName
{
background-color: #197678;
}
.BgClassName
{
background-color: #197678;
}
</style>
border-color css
<style>
span { border-color: #197678; }
span { border-color: rgb(25,118,120); }
td.TdClassName
{
border-color: #197678;
}
.TagClassName
{
border-color: #197678;
}
</style>