Color Hex Logo

#6ea16a Color Hex

#6EA16A
(110,161,106)
0 Favorites   0 Comments

Color spaces of #6ea16a

RGB 110161106
HSL0.320.230.52
HSV116°34°63°
CMYK 0.320.000.34   0.37
XYZ21.776829.845318.2486
Yxy29.84530.31170.4272
Hunter Lab54.6309-24.450818.4367
CIE-Lab61.5205-28.186823.3871

#6ea16a color RGB value is (110,161,106).

#6ea16a hex color red value is 110, green value is 161 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #6ea16a hue: 0.32 , saturation: 0.23 and the lightness value of 6ea16a is 0.52.

The process color (four color CMYK) of #6ea16a color hex is 0.32, 0.00, 0.34, 0.37. Web safe color of #6ea16a is #669966. Color #6ea16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100001 01101010
Octal 156 241 152
Decimal 110 161 106
Hex 6E A1 6A

RGB Percentages of Color #6ea16a

%29.18
%42.71
%28.12

CMYK Percentages of Color #6ea16a

%32
%0
%34
%37

Triadic Colors of #6ea16a

#6ea16a #6a6ea1 #a16a6e

Analogous Colors of #6ea16a

#6ea16a #6aa182 #8aa16a

Monochromatic Colors of #6ea16a

#6ea16a

Complementary Color

#6ea16a #9d6aa1

#6ea16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea16a Color CSS Codes

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

#6ea16a Text Font Color

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

This sample text font color is #6ea16a
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.


#6ea16a Background Color

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

This div background color is #6ea16a


#6ea16a Border Color

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

This div border color is #6ea16a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,161,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ea16a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ea16a;
  -webkit-box-shadow: 1px 1px 3px 2px #6ea16a;
  box-shadow:         1px 1px 3px 2px #6ea16a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,161,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea16a


Comments

No comments written yet.

Please login to write comment.