#108D6E

Color #108D6E Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #108D6E

Tints of Elf Green #108D6E

Color information

#108D6E (or 0x108D6E) is unknown color: approx Elf Green. HEX triplet: 10, 8D and 6E. RGB value is (16,141,110). Sum of RGB (Red+Green+Blue) = 16+141+110=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #108D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D6E is #EF7291. Grayscale: #646464. Windows color (decimal): -15692434 or 7245072. OLE color: 7245072.

HSL color Cylindrical-coordinate representation of color #108D6E: hue angle of 165.12º 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 #108D6E is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB16141110-
CMYK0.8900.220.45
HSL165.12º79.62%30.78%-
HSV(B)165.12º88.65%55.29%-
XYZ12.5520.2918.01-
YUV100.09133.5968.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 141 (55.47% from 255) = 52.81%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=5.99%
G=52.81%
B=41.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161411100.8900.220.45165.1279.6230.78
Hex108D6E590162Da5501f
Octal202151561310265524512037
Binary10000100011011101110101100101011010110110100101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D6E; }

 p { color: rgb(16,141,110); }

 H1.HeaderClassName
 {
   color: #108D6E;
 }
 .AnyTagClassName
 {
   color: #108D6E;
 }
</style>
background-color css

<style>
 a { background-color: #108D6E; }

 a { background-color: rgb(16,141,110); }

 div.DivClassName
 {
   background-color: #108D6E;
 }
 .BgClassName
 {
   background-color: #108D6E;
 }
</style>
border-color css

<style>
 span { border-color: #108D6E; }

 span { border-color: rgb(16,141,110); }

 td.TdClassName
 {
   border-color: #108D6E;
 }
 .TagClassName
 {
   border-color: #108D6E;
 }
</style>