#108C6E

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

Shades of Elf Green #108C6E

Tints of Elf Green #108C6E

Color information

#108C6E (or 0x108C6E) is unknown color: approx Elf Green. HEX triplet: 10, 8C and 6E. RGB value is (16,140,110). Sum of RGB (Red+Green+Blue) = 16+140+110=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #108C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C6E is #EF7391. Grayscale: #636363. Windows color (decimal): -15692690 or 7244816. OLE color: 7244816.

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

Color convert

RGB16140110-
CMYK0.8900.210.45
HSL165.48º79.49%30.59%-
HSV(B)165.48º88.57%54.9%-
XYZ12.4119.9917.96-
YUV99.5133.9268.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 140 (55.08% from 255) = 52.63%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=6.02%
G=52.63%
B=41.35%

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
Decimal161401100.8900.210.45165.4879.4930.59
Hex108C6E590152Da54f1f
Octal202141561310255524511737
Binary10000100011001101110101100101010110110110100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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