Color Hex Logo

#106820 Color Hex

#106820
(16,104,32)
0 Favorites   0 Comments

Color spaces of #106820

RGB 1610432
HSL0.360.730.24
HSV131°85°41°
CMYK 0.850.000.69   0.59
XYZ5.424710.11513.0330
Yxy10.11510.29210.5446
Hunter Lab31.8042-25.211516.6088
CIE-Lab38.0482-40.458332.5594

#106820 color RGB value is (16,104,32).

#106820 hex color red value is 16, green value is 104 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #106820 hue: 0.36 , saturation: 0.73 and the lightness value of 106820 is 0.24.

The process color (four color CMYK) of #106820 color hex is 0.85, 0.00, 0.69, 0.59. Web safe color of #106820 is #006633. Color #106820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101000 00100000
Octal 20 150 40
Decimal 16 104 32
Hex 10 68 20

RGB Percentages of Color #106820

%10.53
%68.42
%21.05

CMYK Percentages of Color #106820

%85
%0
%69
%59

Triadic Colors of #106820

#106820 #201068 #682010

Analogous Colors of #106820

#106820 #10684c #2c6810

Monochromatic Colors of #106820

#106820

Complementary Color

#106820 #681058

#106820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#106820 Color CSS Codes

.mybgcolor {background-color:#106820; } 
.myforecolor {color:#106820; }
.mybordercolor {border:3px solid #106820; }

#106820 Text Font Color

<p style="color:#106820">Text here</p>

This sample text font color is #106820
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#106820 Background Color

<div style="background-color:#106820">
Div content here</div>

This div background color is #106820


#106820 Border Color

<div style="border:3px solid #106820">
Div here</div>

This div border color is #106820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,104,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106820;
  -webkit-box-shadow: 1px 1px 3px 2px #106820;
  box-shadow:         1px 1px 3px 2px #106820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,104,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #106820">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #106820;
  -webkit-box-shadow: 1px 1px 3px 2px #106820;
  box-shadow:         1px 1px 3px 2px #106820;">
Div content here</div>

This div box has shadow with color #106820


Comments

No comments written yet.

Please login to write comment.