Color Hex Logo

#6aa55f Color Hex

#6AA55F
(106,165,95)
0 Favorites   0 Comments

Color spaces of #6aa55f

RGB 10616595
HSL0.310.280.51
HSV111°42°65°
CMYK 0.360.000.42   0.35
XYZ21.464630.800715.6403
Yxy30.80070.31610.4536
Hunter Lab55.4984-28.085422.1400
CIE-Lab62.3390-33.184030.3243

#6aa55f color RGB value is (106,165,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100101 01011111
Octal 152 245 137
Decimal 106 165 95
Hex 6A A5 5F

RGB Percentages of Color #6aa55f

%28.96
%45.08
%25.96

CMYK Percentages of Color #6aa55f

%36
%0
%42
%35

Triadic Colors of #6aa55f

#6aa55f #5f6aa5 #a55f6a

Analogous Colors of #6aa55f

#6aa55f #5fa577 #8da55f

Monochromatic Colors of #6aa55f

#6aa55f

Complementary Color

#6aa55f #9a5fa5

#6aa55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa55f Color CSS Codes

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

#6aa55f Text Font Color

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

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


#6aa55f Background Color

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

This div background color is #6aa55f


#6aa55f Border Color

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

This div border color is #6aa55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa55f


Comments

No comments written yet.

Please login to write comment.