Shades of Elf Green #118673
Tints of Elf Green #118673
RGB
CMYK
RGB Variations
Color information
#118673 (or 0x118673) is known color: Elf Green. HEX triplet: 11, 86 and 73. RGB value is (17,134,115). Sum of RGB (Red+Green+Blue) = 17+134+115=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #118673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118673 is #EE798C. Grayscale: #606060. Windows color (decimal): -15628685 or 7570961. OLE color: 7570961.
HSL color Cylindrical-coordinate representation of color #118673: hue angle of 170.26º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118673 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 115 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.47 |
| HSL | 170.26º | 0.77% | 0.3% | - |
| HSV(B) | 170.26º | 0.87% | 0.53% | - |
| XYZ | 11.85 | 18.41 | 19.15 | - |
| YUV | 96.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 115 | 0.87 | 0 | 0.14 | 0.47 | 170.26 | 0.77 | 0.3 |
| Hex | 11 | 86 | 73 | 57 | 0 | E | 2F | AA | 4D | 1E |
| Octal | 21 | 206 | 163 | 127 | 0 | 16 | 57 | 252 | 115 | 36 |
| Binary | 10001 | 10000110 | 1110011 | 1010111 | 0 | 1110 | 101111 | 10101010 | 1001101 | 11110 |
Color Harmonies of #118673
Complementary color
Monochromatic Colors of #118673
Black with #118673
Text Example
Text Example
White with #118673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118673; }
p { color: rgb(17,134,115); }
H1.HeaderClassName
{
color: #118673;
}
.AnyTagClassName
{
color: #118673;
}
</style>
background-color css
<style>
a { background-color: #118673; }
a { background-color: rgb(17,134,115); }
div.DivClassName
{
background-color: #118673;
}
.BgClassName
{
background-color: #118673;
}
</style>
border-color css
<style>
span { border-color: #118673; }
span { border-color: rgb(17,134,115); }
td.TdClassName
{
border-color: #118673;
}
.TagClassName
{
border-color: #118673;
}
</style>