Color Hex Logo

#7aab61 Color Hex

#7AAB61
(122,171,97)
0 Favorites   0 Comments

Color spaces of #7aab61

RGB 12217197
HSL0.280.310.53
HSV100°43°67°
CMYK 0.290.000.43   0.33
XYZ24.746634.126516.5920
Yxy34.12650.32790.4522
Hunter Lab58.4179-26.616324.0528
CIE-Lab65.0629-30.135732.9377

#7aab61 color RGB value is (122,171,97).

#7aab61 hex color red value is 122, green value is 171 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #7aab61 hue: 0.28 , saturation: 0.31 and the lightness value of 7aab61 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 01100001
Octal 172 253 141
Decimal 122 171 97
Hex 7A AB 61

RGB Percentages of Color #7aab61

%31.28
%43.85
%24.87

CMYK Percentages of Color #7aab61

%29
%0
%43
%33

Triadic Colors of #7aab61

#7aab61 #617aab #ab617a

Analogous Colors of #7aab61

#7aab61 #61ab6d #9fab61

Monochromatic Colors of #7aab61

#7aab61

Complementary Color

#7aab61 #9261ab

#7aab61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aab61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aab61 Color CSS Codes

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

#7aab61 Text Font Color

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

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


#7aab61 Background Color

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

This div background color is #7aab61


#7aab61 Border Color

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

This div border color is #7aab61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aab61


Comments

No comments written yet.

Please login to write comment.