Color Hex Logo

#7aa56d Color Hex

#7AA56D
(122,165,109)
0 Favorites   0 Comments

Color spaces of #7aa56d

RGB 122165109
HSL0.290.240.54
HSV106°34°65°
CMYK 0.260.000.34   0.35
XYZ24.241532.152019.3963
Yxy32.15200.31990.4242
Hunter Lab56.7027-22.917619.4106
CIE-Lab63.4683-25.449924.4805

#7aa56d color RGB value is (122,165,109).

#7aa56d hex color red value is 122, green value is 165 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7aa56d hue: 0.29 , saturation: 0.24 and the lightness value of 7aa56d is 0.54.

The process color (four color CMYK) of #7aa56d color hex is 0.26, 0.00, 0.34, 0.35. Web safe color of #7aa56d is #669966. Color #7aa56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100101 01101101
Octal 172 245 155
Decimal 122 165 109
Hex 7A A5 6D

RGB Percentages of Color #7aa56d

%30.81
%41.67
%27.53

CMYK Percentages of Color #7aa56d

%26
%0
%34
%35

Triadic Colors of #7aa56d

#7aa56d #6d7aa5 #a56d7a

Analogous Colors of #7aa56d

#7aa56d #6da57c #96a56d

Monochromatic Colors of #7aa56d

#7aa56d

Complementary Color

#7aa56d #986da5

#7aa56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa56d Color CSS Codes

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

#7aa56d Text Font Color

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

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


#7aa56d Background Color

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

This div background color is #7aa56d


#7aa56d Border Color

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

This div border color is #7aa56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa56d


Comments

No comments written yet.

Please login to write comment.