Shades of Elf Green #118B73
Tints of Elf Green #118B73
RGB
CMYK
RGB Variations
Color information
#118B73 (or 0x118B73) is known color: Elf Green. HEX triplet: 11, 8B and 73. RGB value is (17,139,115). Sum of RGB (Red+Green+Blue) = 17+139+115=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #118B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B73 is #EE748C. Grayscale: #636363. Windows color (decimal): -15627405 or 7572241. OLE color: 7572241.
HSL color Cylindrical-coordinate representation of color #118B73: hue angle of 168.2º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118B73 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 115 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.45 |
| HSL | 168.2º | 0.78% | 0.31% | - |
| HSV(B) | 168.2º | 0.88% | 0.55% | - |
| XYZ | 12.56 | 19.82 | 19.38 | - |
| YUV | 99.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 115 | 0.88 | 0 | 0.17 | 0.45 | 168.2 | 0.78 | 0.31 |
| Hex | 11 | 8B | 73 | 58 | 0 | 11 | 2D | A8 | 4E | 1F |
| Octal | 21 | 213 | 163 | 130 | 0 | 21 | 55 | 250 | 116 | 37 |
| Binary | 10001 | 10001011 | 1110011 | 1011000 | 0 | 10001 | 101101 | 10101000 | 1001110 | 11111 |
Color Harmonies of #118B73
Complementary color
Monochromatic Colors of #118B73
Black with #118B73
Text Example
Text Example
White with #118B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B73; }
p { color: rgb(17,139,115); }
H1.HeaderClassName
{
color: #118B73;
}
.AnyTagClassName
{
color: #118B73;
}
</style>
background-color css
<style>
a { background-color: #118B73; }
a { background-color: rgb(17,139,115); }
div.DivClassName
{
background-color: #118B73;
}
.BgClassName
{
background-color: #118B73;
}
</style>
border-color css
<style>
span { border-color: #118B73; }
span { border-color: rgb(17,139,115); }
td.TdClassName
{
border-color: #118B73;
}
.TagClassName
{
border-color: #118B73;
}
</style>