Color Hex Logo

#7aaa79 Color Hex

#7AAA79
(122,170,121)
0 Favorites   0 Comments

Color spaces of #7aaa79

RGB 122170121
HSL0.330.220.57
HSV119°29°67°
CMYK 0.280.000.29   0.33
XYZ25.852034.267523.3409
Yxy34.26750.30980.4106
Hunter Lab58.5384-23.612417.3364
CIE-Lab65.1743-25.931520.2590

#7aaa79 color RGB value is (122,170,121).

#7aaa79 hex color red value is 122, green value is 170 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #7aaa79 hue: 0.33 , saturation: 0.22 and the lightness value of 7aaa79 is 0.57.

The process color (four color CMYK) of #7aaa79 color hex is 0.28, 0.00, 0.29, 0.33. Web safe color of #7aaa79 is #669966. Color #7aaa79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 01111001
Octal 172 252 171
Decimal 122 170 121
Hex 7A AA 79

RGB Percentages of Color #7aaa79

%29.54
%41.16
%29.30

CMYK Percentages of Color #7aaa79

%28
%0
%29
%33

Triadic Colors of #7aaa79

#7aaa79 #797aaa #aa797a

Analogous Colors of #7aaa79

#7aaa79 #79aa91 #93aa79

Monochromatic Colors of #7aaa79

#7aaa79

Complementary Color

#7aaa79 #a979aa

#7aaa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaa79 Color CSS Codes

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

#7aaa79 Text Font Color

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

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


#7aaa79 Background Color

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

This div background color is #7aaa79


#7aaa79 Border Color

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

This div border color is #7aaa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaa79


Comments

No comments written yet.

Please login to write comment.