COLOR #7AAA82

HEX: #7AAA82
RGB: (122,170,130)

Color info

#7AAA82 contains red, green and blue colors in about the same proportion. Web safe color of #7AAA82 is #669999 (or #699).

RGB color model

#7AAA82 color RGB value is (122,170,130).

  • red value is 122;
  • green value is 170;
  • blue value is 130.
RGB:
(122,170,130)
(48%,67%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 170 of 255 = 67%
B 130 of 255 = 51%

122
170
130

R + G + B ~ 55%. #7AAA82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 170 + 130 = 422 (100%)
R 122 of 422 ~ 28.91%
G 170 of 422 ~ 40.28%
B 130 of 422 ~ 30.81%

%28.91
%40.28
%30.81

CMYK color model

#7AAA82 color CMYK value is (28,0,24,33).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK:
(28,0,24,33)
C28M0Y24K33 
(28%,0%,24%,33%)
(0.28/0.00/0.24/0.33)	

CMYK percentages

%28.24
%0
%23.53
%33.33

Codes

Color #7AAA82 in popluar color models

7AAA82
RGB122170130
HSL130°22.02%57.25%
HSB/HSV130°28.24%66.67%
CMYK28.24%0.00%23.53%
33.33%

Color #7AAA82 in popluar number systems.

HEX7AAA82
Decimal122170130
Binary11110101010101010000010
Octal172252202

Shades and tints

Shades of #7AAA82

#7AAA82
(122,170,130)
#6F9B77
(111,155,119)
#648C6C
(100,140,108)
#597D61
(89,125,97)
#4E6E56
(78,110,86)
#435F4B
(67,95,75)
#385040
(56,80,64)
#2D4135
(45,65,53)
#22322A
(34,50,42)
#17231F
(23,35,31)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #7AAA82

#7AAA82
(122,170,130)
#86B18D
(134,177,141)
#92B898
(146,184,152)
#9EBFA3
(158,191,163)
#AAC6AE
(170,198,174)
#B6CDB9
(182,205,185)
#C2D4C4
(194,212,196)
#CEDBCF
(206,219,207)
#DAE2DA
(218,226,218)
#E6E9E5
(230,233,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAA82 color. Also use rgb(122,170,130) instead hex code.

Text Font Color

.myTextColor { color: #7AAA82; }

<p style="color:#7AAA82">This sample text font color is #7AAA82.</p>

This text font color is #7AAA82.


Background Color

.myBgColor { background-color: #7AAA82; }

<div style="background-color:#7AAA82">Inner text</div>

This div background color is #7AAA82.


Border color

.myBorderColor { border: 1px solid #7AAA82; }

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

This div border color is #7AAA82.


Opacity

.myOpacity80 { color: #7AAA82; opacity: 0.8; }

<p style="color:#7AAA82;opacity:0.8;">80%</p>

Text with #7AAA82 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7AAA82;}

<p style="text-shadow: 3px 3px 1px #7AAA82">Text here.</p>

This text has shadow with #7AAA82 color.

.textShadow {text-shadow: 3px 3px 1px #7AAA82, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7AAA82, 5px 5px 20px red">Text here.</p>

This text has shadow with #7AAA82 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7AAA82, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7AAA82, Direction=45, Strength=4)">Text</p>

This text has shadow with #7AAA82 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7AAA82;
  -webkit-box-shadow:	1px 1px 3px 2px #7AAA82;
  box-shadow:		1px 1px 3px 2px #7AAA82;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7AAA82;
-webkit-box-shadow: 1px 1px 3px 2px #7AAA82;
box-shadow:1px 1px 3px 2px #7AAA82;">
Div content here</div>
This div box has shadow with color #7AAA82.

Preview

Color preview on black background

This text has color #7AAA82 on black background.


Color preview on white background

This text has color #7AAA82 on white background.



Black color preview on #7AAA82 background

This text has black color on #7AAA82 background.


White color preview on #7AAA82 background

This text has white color on #7AAA82 background.