Shades of Elf Green #108D68
Tints of Elf Green #108D68
RGB
CMYK
RGB Variations
Color information
#108D68 (or 0x108D68) is known color: Elf Green. HEX triplet: 10, 8D and 68. RGB value is (16,141,104). Sum of RGB (Red+Green+Blue) = 16+141+104=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #108D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D68 is #EF7297. Grayscale: #636363. Windows color (decimal): -15692440 or 6851856. OLE color: 6851856.
HSL color Cylindrical-coordinate representation of color #108D68: hue angle of 162.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D68 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 104 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.45 |
| HSL | 162.24º | 0.8% | 0.31% | - |
| HSV(B) | 162.24º | 0.89% | 0.55% | - |
| XYZ | 12.24 | 20.16 | 16.34 | - |
| YUV | 99.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 104 | 0.89 | 0 | 0.26 | 0.45 | 162.24 | 0.8 | 0.31 |
| Hex | 10 | 8D | 68 | 59 | 0 | 1A | 2D | A2 | 50 | 1F |
| Octal | 20 | 215 | 150 | 131 | 0 | 32 | 55 | 242 | 120 | 37 |
| Binary | 10000 | 10001101 | 1101000 | 1011001 | 0 | 11010 | 101101 | 10100010 | 1010000 | 11111 |
Color Harmonies of #108D68
Complementary color
Monochromatic Colors of #108D68
Black with #108D68
Text Example
Text Example
White with #108D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D68; }
p { color: rgb(16,141,104); }
H1.HeaderClassName
{
color: #108D68;
}
.AnyTagClassName
{
color: #108D68;
}
</style>
background-color css
<style>
a { background-color: #108D68; }
a { background-color: rgb(16,141,104); }
div.DivClassName
{
background-color: #108D68;
}
.BgClassName
{
background-color: #108D68;
}
</style>
border-color css
<style>
span { border-color: #108D68; }
span { border-color: rgb(16,141,104); }
td.TdClassName
{
border-color: #108D68;
}
.TagClassName
{
border-color: #108D68;
}
</style>