#108C6A

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

Shades of Elf Green #108C6A

Tints of Elf Green #108C6A

Color information

#108C6A (or 0x108C6A) is unknown color: approx Elf Green. HEX triplet: 10, 8C and 6A. RGB value is (16,140,106). Sum of RGB (Red+Green+Blue) = 16+140+106=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #108C6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C6A is #EF7395. Grayscale: #636363. Windows color (decimal): -15692694 or 6982672. OLE color: 6982672.

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

Color convert

RGB16140106-
CMYK0.8900.240.45
HSL163.55º79.49%30.59%-
HSV(B)163.55º88.57%54.9%-
XYZ12.1919.9116.84-
YUV99.05131.9268.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.11%
GREEN value IS 140 (55.08% from 255) = 53.44%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=6.11%
G=53.44%
B=40.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161401060.8900.240.45163.5579.4930.59
Hex108C6A590182Da44f1f
Octal202141521310305524411737
Binary10000100011001101010101100101100010110110100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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