Shades of Elf Green #108B73
Tints of Elf Green #108B73
RGB
CMYK
RGB Variations
Color information
#108B73 (or 0x108B73) is known color: Elf Green. HEX triplet: 10, 8B and 73. RGB value is (16,139,115). Sum of RGB (Red+Green+Blue) = 16+139+115=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #108B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B73 is #EF748C. Grayscale: #636363. Windows color (decimal): -15692941 or 7572240. OLE color: 7572240.
HSL color Cylindrical-coordinate representation of color #108B73: hue angle of 168.29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B73 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 115 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.45 |
| HSL | 168.29º | 0.79% | 0.3% | - |
| HSV(B) | 168.29º | 0.88% | 0.55% | - |
| XYZ | 12.54 | 19.81 | 19.38 | - |
| YUV | 99.49 | 136.75 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 115 | 0.88 | 0 | 0.17 | 0.45 | 168.29 | 0.79 | 0.3 |
| Hex | 10 | 8B | 73 | 58 | 0 | 11 | 2D | A8 | 4F | 1E |
| Octal | 20 | 213 | 163 | 130 | 0 | 21 | 55 | 250 | 117 | 36 |
| Binary | 10000 | 10001011 | 1110011 | 1011000 | 0 | 10001 | 101101 | 10101000 | 1001111 | 11110 |
Color Harmonies of #108B73
Complementary color
Monochromatic Colors of #108B73
Black with #108B73
Text Example
Text Example
White with #108B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B73; }
p { color: rgb(16,139,115); }
H1.HeaderClassName
{
color: #108B73;
}
.AnyTagClassName
{
color: #108B73;
}
</style>
background-color css
<style>
a { background-color: #108B73; }
a { background-color: rgb(16,139,115); }
div.DivClassName
{
background-color: #108B73;
}
.BgClassName
{
background-color: #108B73;
}
</style>
border-color css
<style>
span { border-color: #108B73; }
span { border-color: rgb(16,139,115); }
td.TdClassName
{
border-color: #108B73;
}
.TagClassName
{
border-color: #108B73;
}
</style>