Shades of Elm #19766F
Tints of Elm #19766F
RGB
CMYK
RGB Variations
Color information
#19766F (or 0x19766F) is known color: Elm. HEX triplet: 19, 76 and 6F. RGB value is (25,118,111). Sum of RGB (Red+Green+Blue) = 25+118+111=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #19766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19766F is #E68990. Grayscale: #595959. Windows color (decimal): -15108497 or 7304729. OLE color: 7304729.
HSL color Cylindrical-coordinate representation of color #19766F: hue angle of 175.48º 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 #19766F is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 111 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.54 |
| HSL | 175.48º | 0.65% | 0.28% | - |
| HSV(B) | 175.48º | 0.79% | 0.46% | - |
| XYZ | 9.75 | 14.31 | 17.29 | - |
| YUV | 89.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 111 | 0.79 | 0 | 0.06 | 0.54 | 175.48 | 0.65 | 0.28 |
| Hex | 19 | 76 | 6F | 4F | 0 | 6 | 36 | AF | 41 | 1C |
| Octal | 31 | 166 | 157 | 117 | 0 | 6 | 66 | 257 | 101 | 34 |
| Binary | 11001 | 1110110 | 1101111 | 1001111 | 0 | 110 | 110110 | 10101111 | 1000001 | 11100 |
Color Harmonies of #19766F
Complementary color
Monochromatic Colors of #19766F
Black with #19766F
Text Example
Text Example
White with #19766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19766F; }
p { color: rgb(25,118,111); }
H1.HeaderClassName
{
color: #19766F;
}
.AnyTagClassName
{
color: #19766F;
}
</style>
background-color css
<style>
a { background-color: #19766F; }
a { background-color: rgb(25,118,111); }
div.DivClassName
{
background-color: #19766F;
}
.BgClassName
{
background-color: #19766F;
}
</style>
border-color css
<style>
span { border-color: #19766F; }
span { border-color: rgb(25,118,111); }
td.TdClassName
{
border-color: #19766F;
}
.TagClassName
{
border-color: #19766F;
}
</style>