Shades of Elf Green #119061
Tints of Elf Green #119061
RGB
CMYK
RGB Variations
Color information
#119061 (or 0x119061) is known color: Elf Green. HEX triplet: 11, 90 and 61. RGB value is (17,144,97). Sum of RGB (Red+Green+Blue) = 17+144+97=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #119061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119061 is #EE6F9E. Grayscale: #646464. Windows color (decimal): -15626143 or 6393873. OLE color: 6393873.
HSL color Cylindrical-coordinate representation of color #119061: hue angle of 157.8º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119061 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 97 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.44 |
| HSL | 157.8º | 0.79% | 0.32% | - |
| HSV(B) | 157.8º | 0.88% | 0.56% | - |
| XYZ | 12.36 | 20.93 | 14.7 | - |
| YUV | 100.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 97 | 0.88 | 0 | 0.33 | 0.44 | 157.8 | 0.79 | 0.32 |
| Hex | 11 | 90 | 61 | 58 | 0 | 21 | 2C | 9E | 4F | 20 |
| Octal | 21 | 220 | 141 | 130 | 0 | 41 | 54 | 236 | 117 | 40 |
| Binary | 10001 | 10010000 | 1100001 | 1011000 | 0 | 100001 | 101100 | 10011110 | 1001111 | 100000 |
Color Harmonies of #119061
Complementary color
Monochromatic Colors of #119061
Black with #119061
Text Example
Text Example
White with #119061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119061; }
p { color: rgb(17,144,97); }
H1.HeaderClassName
{
color: #119061;
}
.AnyTagClassName
{
color: #119061;
}
</style>
background-color css
<style>
a { background-color: #119061; }
a { background-color: rgb(17,144,97); }
div.DivClassName
{
background-color: #119061;
}
.BgClassName
{
background-color: #119061;
}
</style>
border-color css
<style>
span { border-color: #119061; }
span { border-color: rgb(17,144,97); }
td.TdClassName
{
border-color: #119061;
}
.TagClassName
{
border-color: #119061;
}
</style>