Color Hex Logo

#7aa65e Color Hex

#7AA65E
(122,166,94)
0 Favorites   0 Comments

Color spaces of #7aa65e

RGB 12216694
HSL0.270.290.51
HSV97°43°65°
CMYK 0.270.000.43   0.35
XYZ23.682632.218215.5602
Yxy32.21820.33140.4509
Hunter Lab56.7611-24.855823.4793
CIE-Lab63.5228-28.140632.5444

#7aa65e color RGB value is (122,166,94).

#7aa65e hex color red value is 122, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7aa65e hue: 0.27 , saturation: 0.29 and the lightness value of 7aa65e is 0.51.

The process color (four color CMYK) of #7aa65e color hex is 0.27, 0.00, 0.43, 0.35. Web safe color of #7aa65e is #669966. Color #7aa65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100110 01011110
Octal 172 246 136
Decimal 122 166 94
Hex 7A A6 5E

RGB Percentages of Color #7aa65e

%31.94
%43.46
%24.61

CMYK Percentages of Color #7aa65e

%27
%0
%43
%35

Triadic Colors of #7aa65e

#7aa65e #5e7aa6 #a65e7a

Analogous Colors of #7aa65e

#7aa65e #5ea666 #9ea65e

Monochromatic Colors of #7aa65e

#7aa65e

Complementary Color

#7aa65e #8a5ea6

#7aa65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa65e Color CSS Codes

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

#7aa65e Text Font Color

<p style="color:#7aa65e">Text here</p>

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


#7aa65e Background Color

<div style="background-color:#7aa65e">
Div content here</div>

This div background color is #7aa65e


#7aa65e Border Color

<div style="border:3px solid #7aa65e">
Div here</div>

This div border color is #7aa65e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,166,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aa65e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aa65e;
  -webkit-box-shadow: 1px 1px 3px 2px #7aa65e;
  box-shadow:         1px 1px 3px 2px #7aa65e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,166,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa65e


Comments

No comments written yet.

Please login to write comment.