Color Hex Logo

#6aa566 Color Hex

#6AA566
(106,165,102)
0 Favorites   0 Comments

Color spaces of #6aa566

RGB 106165102
HSL0.320.260.52
HSV116°38°65°
CMYK 0.360.000.38   0.35
XYZ21.797330.933717.3923
Yxy30.93370.31080.4411
Hunter Lab55.6181-27.375620.3921
CIE-Lab62.4516-32.104226.7450

#6aa566 color RGB value is (106,165,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100101 01100110
Octal 152 245 146
Decimal 106 165 102
Hex 6A A5 66

RGB Percentages of Color #6aa566

%28.42
%44.24
%27.35

CMYK Percentages of Color #6aa566

%36
%0
%38
%35

Triadic Colors of #6aa566

#6aa566 #666aa5 #a5666a

Analogous Colors of #6aa566

#6aa566 #66a582 #8aa566

Monochromatic Colors of #6aa566

#6aa566

Complementary Color

#6aa566 #a166a5

#6aa566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa566 Color CSS Codes

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

#6aa566 Text Font Color

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

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


#6aa566 Background Color

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

This div background color is #6aa566


#6aa566 Border Color

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

This div border color is #6aa566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa566


Comments

No comments written yet.

Please login to write comment.