Shades of Elf Green #119375
Tints of Elf Green #119375
RGB
CMYK
RGB Variations
Color information
#119375 (or 0x119375) is known color: Elf Green. HEX triplet: 11, 93 and 75. RGB value is (17,147,117). Sum of RGB (Red+Green+Blue) = 17+147+117=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #119375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119375 is #EE6C8A. Grayscale: #686868. Windows color (decimal): -15625355 or 7705361. OLE color: 7705361.
HSL color Cylindrical-coordinate representation of color #119375: hue angle of 166.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119375 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 117 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.42 |
| HSL | 166.15º | 0.79% | 0.32% | - |
| HSV(B) | 166.15º | 0.88% | 0.58% | - |
| XYZ | 13.88 | 22.27 | 20.4 | - |
| YUV | 104.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 117 | 0.88 | 0 | 0.20 | 0.42 | 166.15 | 0.79 | 0.32 |
| Hex | 11 | 93 | 75 | 58 | 0 | 14 | 2A | A6 | 4F | 20 |
| Octal | 21 | 223 | 165 | 130 | 0 | 24 | 52 | 246 | 117 | 40 |
| Binary | 10001 | 10010011 | 1110101 | 1011000 | 0 | 10100 | 101010 | 10100110 | 1001111 | 100000 |
Color Harmonies of #119375
Complementary color
Monochromatic Colors of #119375
Black with #119375
Text Example
Text Example
White with #119375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119375; }
p { color: rgb(17,147,117); }
H1.HeaderClassName
{
color: #119375;
}
.AnyTagClassName
{
color: #119375;
}
</style>
background-color css
<style>
a { background-color: #119375; }
a { background-color: rgb(17,147,117); }
div.DivClassName
{
background-color: #119375;
}
.BgClassName
{
background-color: #119375;
}
</style>
border-color css
<style>
span { border-color: #119375; }
span { border-color: rgb(17,147,117); }
td.TdClassName
{
border-color: #119375;
}
.TagClassName
{
border-color: #119375;
}
</style>