Shades of Elf Green #108C67
Tints of Elf Green #108C67
RGB
CMYK
RGB Variations
Color information
#108C67 (or 0x108C67) is known color: Elf Green. HEX triplet: 10, 8C and 67. RGB value is (16,140,103). Sum of RGB (Red+Green+Blue) = 16+140+103=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #108C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C67 is #EF7398. Grayscale: #626262. Windows color (decimal): -15692697 or 6786064. OLE color: 6786064.
HSL color Cylindrical-coordinate representation of color #108C67: hue angle of 162.1º 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 #108C67 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 140 | 103 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.45 |
| HSL | 162.1º | 0.79% | 0.31% | - |
| HSV(B) | 162.1º | 0.89% | 0.55% | - |
| XYZ | 12.04 | 19.85 | 16.03 | - |
| YUV | 98.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 103 | 0.89 | 0 | 0.26 | 0.45 | 162.1 | 0.79 | 0.31 |
| Hex | 10 | 8C | 67 | 59 | 0 | 1A | 2D | A2 | 4F | 1F |
| Octal | 20 | 214 | 147 | 131 | 0 | 32 | 55 | 242 | 117 | 37 |
| Binary | 10000 | 10001100 | 1100111 | 1011001 | 0 | 11010 | 101101 | 10100010 | 1001111 | 11111 |
Color Harmonies of #108C67
Complementary color
Monochromatic Colors of #108C67
Black with #108C67
Text Example
Text Example
White with #108C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108C67; }
p { color: rgb(16,140,103); }
H1.HeaderClassName
{
color: #108C67;
}
.AnyTagClassName
{
color: #108C67;
}
</style>
background-color css
<style>
a { background-color: #108C67; }
a { background-color: rgb(16,140,103); }
div.DivClassName
{
background-color: #108C67;
}
.BgClassName
{
background-color: #108C67;
}
</style>
border-color css
<style>
span { border-color: #108C67; }
span { border-color: rgb(16,140,103); }
td.TdClassName
{
border-color: #108C67;
}
.TagClassName
{
border-color: #108C67;
}
</style>