Color Hex Logo

#6aa579 Color Hex

#6AA579
(106,165,121)
0 Favorites   0 Comments

Color spaces of #6aa579

RGB 106165121
HSL0.380.250.53
HSV135°36°65°
CMYK 0.360.000.27   0.35
XYZ22.850231.354922.9369
Yxy31.35490.29620.4065
Hunter Lab55.9954-25.151114.9104
CIE-Lab62.8061-28.781616.8704

#6aa579 color RGB value is (106,165,121).

#6aa579 hex color red value is 106, green value is 165 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #6aa579 hue: 0.38 , saturation: 0.25 and the lightness value of 6aa579 is 0.53.

The process color (four color CMYK) of #6aa579 color hex is 0.36, 0.00, 0.27, 0.35. Web safe color of #6aa579 is #669966. Color #6aa579 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100101 01111001
Octal 152 245 171
Decimal 106 165 121
Hex 6A A5 79

RGB Percentages of Color #6aa579

%27.04
%42.09
%30.87

CMYK Percentages of Color #6aa579

%36
%0
%27
%35

Triadic Colors of #6aa579

#6aa579 #796aa5 #a5796a

Analogous Colors of #6aa579

#6aa579 #6aa597 #79a56a

Monochromatic Colors of #6aa579

#6aa579

Complementary Color

#6aa579 #a56a96

#6aa579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa579 Color CSS Codes

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

#6aa579 Text Font Color

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

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


#6aa579 Background Color

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

This div background color is #6aa579


#6aa579 Border Color

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

This div border color is #6aa579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa579


Comments

No comments written yet.

Please login to write comment.