Shades of Elf Green #118B68
Tints of Elf Green #118B68
RGB
CMYK
RGB Variations
Color information
#118B68 (or 0x118B68) is known color: Elf Green. HEX triplet: 11, 8B and 68. RGB value is (17,139,104). Sum of RGB (Red+Green+Blue) = 17+139+104=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #118B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B68 is #EE7497. Grayscale: #626262. Windows color (decimal): -15627416 or 6851345. OLE color: 6851345.
HSL color Cylindrical-coordinate representation of color #118B68: hue angle of 162.79º 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 #118B68 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 104 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.45 |
| HSL | 162.79º | 0.78% | 0.31% | - |
| HSV(B) | 162.79º | 0.88% | 0.55% | - |
| XYZ | 11.96 | 19.58 | 16.25 | - |
| YUV | 98.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 104 | 0.88 | 0 | 0.25 | 0.45 | 162.79 | 0.78 | 0.31 |
| Hex | 11 | 8B | 68 | 58 | 0 | 19 | 2D | A3 | 4E | 1F |
| Octal | 21 | 213 | 150 | 130 | 0 | 31 | 55 | 243 | 116 | 37 |
| Binary | 10001 | 10001011 | 1101000 | 1011000 | 0 | 11001 | 101101 | 10100011 | 1001110 | 11111 |
Color Harmonies of #118B68
Complementary color
Monochromatic Colors of #118B68
Black with #118B68
Text Example
Text Example
White with #118B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B68; }
p { color: rgb(17,139,104); }
H1.HeaderClassName
{
color: #118B68;
}
.AnyTagClassName
{
color: #118B68;
}
</style>
background-color css
<style>
a { background-color: #118B68; }
a { background-color: rgb(17,139,104); }
div.DivClassName
{
background-color: #118B68;
}
.BgClassName
{
background-color: #118B68;
}
</style>
border-color css
<style>
span { border-color: #118B68; }
span { border-color: rgb(17,139,104); }
td.TdClassName
{
border-color: #118B68;
}
.TagClassName
{
border-color: #118B68;
}
</style>