#108D6F

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

Shades of Elf Green #108D6F

Tints of Elf Green #108D6F

Color information

#108D6F (or 0x108D6F) is unknown color: approx Elf Green. HEX triplet: 10, 8D and 6F. RGB value is (16,141,111). Sum of RGB (Red+Green+Blue) = 16+141+111=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #108D6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D6F is #EF7290. Grayscale: #646464. Windows color (decimal): -15692433 or 7310608. OLE color: 7310608.

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

Color convert

RGB16141111-
CMYK0.8900.210.45
HSL165.6º79.62%30.78%-
HSV(B)165.6º88.65%55.29%-
XYZ12.6120.3118.29-
YUV100.2134.0967.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.97%
GREEN value IS 141 (55.47% from 255) = 52.61%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=5.97%
G=52.61%
B=41.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161411110.8900.210.45165.679.6230.78
Hex108D6F590152Da6501f
Octal202151571310255524612037
Binary10000100011011101111101100101010110110110100110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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