Color Hex Logo

#7aa871 Color Hex

#7AA871
(122,168,113)
0 Favorites   0 Comments

Color spaces of #7aa871

RGB 122168113
HSL0.310.240.55
HSV110°33°66°
CMYK 0.270.000.33   0.34
XYZ25.009333.335120.7390
Yxy33.33510.31620.4215
Hunter Lab57.7366-23.719519.1186
CIE-Lab64.4313-26.287823.6019

#7aa871 color RGB value is (122,168,113).

#7aa871 hex color red value is 122, green value is 168 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #7aa871 hue: 0.31 , saturation: 0.24 and the lightness value of 7aa871 is 0.55.

The process color (four color CMYK) of #7aa871 color hex is 0.27, 0.00, 0.33, 0.34. Web safe color of #7aa871 is #669966. Color #7aa871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101000 01110001
Octal 172 250 161
Decimal 122 168 113
Hex 7A A8 71

RGB Percentages of Color #7aa871

%30.27
%41.69
%28.04

CMYK Percentages of Color #7aa871

%27
%0
%33
%34

Triadic Colors of #7aa871

#7aa871 #717aa8 #a8717a

Analogous Colors of #7aa871

#7aa871 #71a884 #96a871

Monochromatic Colors of #7aa871

#7aa871

Complementary Color

#7aa871 #9f71a8

#7aa871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa871 Color CSS Codes

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

#7aa871 Text Font Color

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

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


#7aa871 Background Color

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

This div background color is #7aa871


#7aa871 Border Color

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

This div border color is #7aa871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa871


Comments

No comments written yet.

Please login to write comment.