Color Hex Logo

#6aa562 Color Hex

#6AA562
(106,165,98)
0 Favorites   0 Comments

Color spaces of #6aa562

RGB 10616598
HSL0.310.270.52
HSV113°41°65°
CMYK 0.360.000.41   0.35
XYZ21.603630.856316.3725
Yxy30.85630.31390.4483
Hunter Lab55.5484-27.788521.4086
CIE-Lab62.3861-32.731228.7959

#6aa562 color RGB value is (106,165,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100101 01100010
Octal 152 245 142
Decimal 106 165 98
Hex 6A A5 62

RGB Percentages of Color #6aa562

%28.73
%44.72
%26.56

CMYK Percentages of Color #6aa562

%36
%0
%41
%35

Triadic Colors of #6aa562

#6aa562 #626aa5 #a5626a

Analogous Colors of #6aa562

#6aa562 #62a57c #8ca562

Monochromatic Colors of #6aa562

#6aa562

Complementary Color

#6aa562 #9d62a5

#6aa562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa562 Color CSS Codes

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

#6aa562 Text Font Color

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

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


#6aa562 Background Color

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

This div background color is #6aa562


#6aa562 Border Color

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

This div border color is #6aa562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa562


Comments

No comments written yet.

Please login to write comment.