Shades of Elf Green #108C73
Tints of Elf Green #108C73
RGB
CMYK
RGB Variations
Color information
#108C73 (or 0x108C73) is known color: Elf Green. HEX triplet: 10, 8C and 73. RGB value is (16,140,115). Sum of RGB (Red+Green+Blue) = 16+140+115=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #108C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C73 is #EF738C. Grayscale: #646464. Windows color (decimal): -15692685 or 7572496. OLE color: 7572496.
HSL color Cylindrical-coordinate representation of color #108C73: hue angle of 167.9º degrees, saturation: 0.79, 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 #108C73 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 115 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.45 |
| HSL | 167.9º | 0.79% | 0.31% | - |
| HSV(B) | 167.9º | 0.89% | 0.55% | - |
| XYZ | 12.69 | 20.1 | 19.43 | - |
| YUV | 100.07 | 136.42 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 115 | 0.89 | 0 | 0.18 | 0.45 | 167.9 | 0.79 | 0.31 |
| Hex | 10 | 8C | 73 | 59 | 0 | 12 | 2D | A8 | 4F | 1F |
| Octal | 20 | 214 | 163 | 131 | 0 | 22 | 55 | 250 | 117 | 37 |
| Binary | 10000 | 10001100 | 1110011 | 1011001 | 0 | 10010 | 101101 | 10101000 | 1001111 | 11111 |
Color Harmonies of #108C73
Complementary color
Monochromatic Colors of #108C73
Black with #108C73
Text Example
Text Example
White with #108C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C73; }
p { color: rgb(16,140,115); }
H1.HeaderClassName
{
color: #108C73;
}
.AnyTagClassName
{
color: #108C73;
}
</style>
background-color css
<style>
a { background-color: #108C73; }
a { background-color: rgb(16,140,115); }
div.DivClassName
{
background-color: #108C73;
}
.BgClassName
{
background-color: #108C73;
}
</style>
border-color css
<style>
span { border-color: #108C73; }
span { border-color: rgb(16,140,115); }
td.TdClassName
{
border-color: #108C73;
}
.TagClassName
{
border-color: #108C73;
}
</style>