Shades of Elf Green #118B66
Tints of Elf Green #118B66
RGB
CMYK
RGB Variations
Color information
#118B66 (or 0x118B66) is known color: Elf Green. HEX triplet: 11, 8B and 66. RGB value is (17,139,102). Sum of RGB (Red+Green+Blue) = 17+139+102=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #118B66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B66 is #EE7499. Grayscale: #626262. Windows color (decimal): -15627418 or 6720273. OLE color: 6720273.
HSL color Cylindrical-coordinate representation of color #118B66: hue angle of 161.8º 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 #118B66 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 102 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.45 |
| HSL | 161.8º | 0.78% | 0.31% | - |
| HSV(B) | 161.8º | 0.88% | 0.55% | - |
| XYZ | 11.86 | 19.54 | 15.72 | - |
| YUV | 98.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 102 | 0.88 | 0 | 0.27 | 0.45 | 161.8 | 0.78 | 0.31 |
| Hex | 11 | 8B | 66 | 58 | 0 | 1B | 2D | A2 | 4E | 1F |
| Octal | 21 | 213 | 146 | 130 | 0 | 33 | 55 | 242 | 116 | 37 |
| Binary | 10001 | 10001011 | 1100110 | 1011000 | 0 | 11011 | 101101 | 10100010 | 1001110 | 11111 |
Color Harmonies of #118B66
Complementary color
Monochromatic Colors of #118B66
Black with #118B66
Text Example
Text Example
White with #118B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B66; }
p { color: rgb(17,139,102); }
H1.HeaderClassName
{
color: #118B66;
}
.AnyTagClassName
{
color: #118B66;
}
</style>
background-color css
<style>
a { background-color: #118B66; }
a { background-color: rgb(17,139,102); }
div.DivClassName
{
background-color: #118B66;
}
.BgClassName
{
background-color: #118B66;
}
</style>
border-color css
<style>
span { border-color: #118B66; }
span { border-color: rgb(17,139,102); }
td.TdClassName
{
border-color: #118B66;
}
.TagClassName
{
border-color: #118B66;
}
</style>