Shades of Elf Green #108D73
Tints of Elf Green #108D73
RGB
CMYK
RGB Variations
Color information
#108D73 (or 0x108D73) is known color: Elf Green. HEX triplet: 10, 8D and 73. RGB value is (16,141,115). Sum of RGB (Red+Green+Blue) = 16+141+115=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #108D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D73 is #EF728C. Grayscale: #646464. Windows color (decimal): -15692429 or 7572752. OLE color: 7572752.
HSL color Cylindrical-coordinate representation of color #108D73: hue angle of 167.52º 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 #108D73 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 115 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.45 |
| HSL | 167.52º | 0.8% | 0.31% | - |
| HSV(B) | 167.52º | 0.89% | 0.55% | - |
| XYZ | 12.83 | 20.4 | 19.48 | - |
| YUV | 100.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 115 | 0.89 | 0 | 0.18 | 0.45 | 167.52 | 0.8 | 0.31 |
| Hex | 10 | 8D | 73 | 59 | 0 | 12 | 2D | A8 | 50 | 1F |
| Octal | 20 | 215 | 163 | 131 | 0 | 22 | 55 | 250 | 120 | 37 |
| Binary | 10000 | 10001101 | 1110011 | 1011001 | 0 | 10010 | 101101 | 10101000 | 1010000 | 11111 |
Color Harmonies of #108D73
Complementary color
Monochromatic Colors of #108D73
Black with #108D73
Text Example
Text Example
White with #108D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D73; }
p { color: rgb(16,141,115); }
H1.HeaderClassName
{
color: #108D73;
}
.AnyTagClassName
{
color: #108D73;
}
</style>
background-color css
<style>
a { background-color: #108D73; }
a { background-color: rgb(16,141,115); }
div.DivClassName
{
background-color: #108D73;
}
.BgClassName
{
background-color: #108D73;
}
</style>
border-color css
<style>
span { border-color: #108D73; }
span { border-color: rgb(16,141,115); }
td.TdClassName
{
border-color: #108D73;
}
.TagClassName
{
border-color: #108D73;
}
</style>