Shades of Elf Green #118672
Tints of Elf Green #118672
RGB
CMYK
RGB Variations
Color information
#118672 (or 0x118672) is known color: Elf Green. HEX triplet: 11, 86 and 72. RGB value is (17,134,114). Sum of RGB (Red+Green+Blue) = 17+134+114=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #118672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118672 is #EE798D. Grayscale: #606060. Windows color (decimal): -15628686 or 7505425. OLE color: 7505425.
HSL color Cylindrical-coordinate representation of color #118672: hue angle of 169.74º 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 #118672 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 114 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.47 |
| HSL | 169.74º | 0.77% | 0.3% | - |
| HSV(B) | 169.74º | 0.87% | 0.53% | - |
| XYZ | 11.79 | 18.38 | 18.85 | - |
| YUV | 96.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 114 | 0.87 | 0 | 0.15 | 0.47 | 169.74 | 0.77 | 0.3 |
| Hex | 11 | 86 | 72 | 57 | 0 | F | 2F | AA | 4D | 1E |
| Octal | 21 | 206 | 162 | 127 | 0 | 17 | 57 | 252 | 115 | 36 |
| Binary | 10001 | 10000110 | 1110010 | 1010111 | 0 | 1111 | 101111 | 10101010 | 1001101 | 11110 |
Color Harmonies of #118672
Complementary color
Monochromatic Colors of #118672
Black with #118672
Text Example
Text Example
White with #118672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118672; }
p { color: rgb(17,134,114); }
H1.HeaderClassName
{
color: #118672;
}
.AnyTagClassName
{
color: #118672;
}
</style>
background-color css
<style>
a { background-color: #118672; }
a { background-color: rgb(17,134,114); }
div.DivClassName
{
background-color: #118672;
}
.BgClassName
{
background-color: #118672;
}
</style>
border-color css
<style>
span { border-color: #118672; }
span { border-color: rgb(17,134,114); }
td.TdClassName
{
border-color: #118672;
}
.TagClassName
{
border-color: #118672;
}
</style>