Shades of Elf Green #108C6D
Tints of Elf Green #108C6D
RGB
CMYK
RGB Variations
Color information
#108C6D (or 0x108C6D) is known color: Elf Green. HEX triplet: 10, 8C and 6D. RGB value is (16,140,109). Sum of RGB (Red+Green+Blue) = 16+140+109=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #108C6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C6D is #EF7392. Grayscale: #636363. Windows color (decimal): -15692691 or 7179280. OLE color: 7179280.
HSL color Cylindrical-coordinate representation of color #108C6D: hue angle of 165º 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 #108C6D is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 109 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.45 |
| HSL | 165º | 0.79% | 0.31% | - |
| HSV(B) | 165º | 0.89% | 0.55% | - |
| XYZ | 12.35 | 19.97 | 17.67 | - |
| YUV | 99.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 109 | 0.89 | 0 | 0.22 | 0.45 | 165 | 0.79 | 0.31 |
| Hex | 10 | 8C | 6D | 59 | 0 | 16 | 2D | A5 | 4F | 1F |
| Octal | 20 | 214 | 155 | 131 | 0 | 26 | 55 | 245 | 117 | 37 |
| Binary | 10000 | 10001100 | 1101101 | 1011001 | 0 | 10110 | 101101 | 10100101 | 1001111 | 11111 |
Color Harmonies of #108C6D
Complementary color
Monochromatic Colors of #108C6D
Black with #108C6D
Text Example
Text Example
White with #108C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C6D; }
p { color: rgb(16,140,109); }
H1.HeaderClassName
{
color: #108C6D;
}
.AnyTagClassName
{
color: #108C6D;
}
</style>
background-color css
<style>
a { background-color: #108C6D; }
a { background-color: rgb(16,140,109); }
div.DivClassName
{
background-color: #108C6D;
}
.BgClassName
{
background-color: #108C6D;
}
</style>
border-color css
<style>
span { border-color: #108C6D; }
span { border-color: rgb(16,140,109); }
td.TdClassName
{
border-color: #108C6D;
}
.TagClassName
{
border-color: #108C6D;
}
</style>