Shades of Elf Green #118F68
Tints of Elf Green #118F68
RGB
CMYK
RGB Variations
Color information
#118F68 (or 0x118F68) is known color: Elf Green. HEX triplet: 11, 8F and 68. RGB value is (17,143,104). Sum of RGB (Red+Green+Blue) = 17+143+104=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #118F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F68 is #EE7097. Grayscale: #646464. Windows color (decimal): -15626392 or 6852369. OLE color: 6852369.
HSL color Cylindrical-coordinate representation of color #118F68: hue angle of 161.43º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F68 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 104 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.44 |
| HSL | 161.43º | 0.79% | 0.31% | - |
| HSV(B) | 161.43º | 0.88% | 0.56% | - |
| XYZ | 12.55 | 20.76 | 16.44 | - |
| YUV | 100.88 | 129.76 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 104 | 0.88 | 0 | 0.27 | 0.44 | 161.43 | 0.79 | 0.31 |
| Hex | 11 | 8F | 68 | 58 | 0 | 1B | 2C | A1 | 4F | 1F |
| Octal | 21 | 217 | 150 | 130 | 0 | 33 | 54 | 241 | 117 | 37 |
| Binary | 10001 | 10001111 | 1101000 | 1011000 | 0 | 11011 | 101100 | 10100001 | 1001111 | 11111 |
Color Harmonies of #118F68
Complementary color
Monochromatic Colors of #118F68
Black with #118F68
Text Example
Text Example
White with #118F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F68; }
p { color: rgb(17,143,104); }
H1.HeaderClassName
{
color: #118F68;
}
.AnyTagClassName
{
color: #118F68;
}
</style>
background-color css
<style>
a { background-color: #118F68; }
a { background-color: rgb(17,143,104); }
div.DivClassName
{
background-color: #118F68;
}
.BgClassName
{
background-color: #118F68;
}
</style>
border-color css
<style>
span { border-color: #118F68; }
span { border-color: rgb(17,143,104); }
td.TdClassName
{
border-color: #118F68;
}
.TagClassName
{
border-color: #118F68;
}
</style>