COLOR #7AAA68

HEX: #7AAA68 RGB: (122,170,104)

Color info

#7AAA68 contains mainly red and green colors. Web safe color of #7AAA68 is #669966 (or #696).

RGB color model

#7AAA68 color RGB value is (122,170,104).

RGB: (122,170,104) (48%, 67%, 41%)

RGB channels and saturation

R 122 of 255 = 48%
G 170 of 255 = 67%
B 104 of 255 = 41%

122
170
104

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

Portions of RGB colors in percentages

R + G + B = 122 + 170 + 104 = 396 (100%)
R 122 of 396 ~ 30.81%
G 170 of 396 ~ 42.93%
B 104 of 396 ~ 26.26'%

%30.81
%42.93
%26.26

CMYK color model

#7AAA68 color CMYK value is (28,0,39,33).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 33.33%

CMYK: (28,0,39,33)
C28M0Y39K33 (28%, 0%, 39%, 33%)
(0.28 / 0.00 / 0.39 / 0.33)

CMYK percentages

%28.24
%0
%38.82
%33.33

Codes

Color #7AAA68 in popluar color models

7A AA 68
RGB 122 170 104
HSL 104° 27.97% 53.73%
HSB/HSV 104° 38.82% 66.67%
CMYK 28.24% 0.00% 38.82%
33.33%

Color #7AAA68 in popluar number systems.

HEX 7A AA 68
Decimal 122 170 104
Binary 1111010 10101010 1101000
Octal 172 252 150

Shades and tints

Shades of #7AAA68

#7AAA68
(122,170,104)
#6F9B5F
(111,155,95)
#648C56
(100,140,86)
#597D4D
(89,125,77)
#4E6E44
(78,110,68)
#435F3B
(67,95,59)
#385032
(56,80,50)
#2D4129
(45,65,41)
#223220
(34,50,32)
#172317
(23,35,23)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7AAA68

#7AAA68
(122,170,104)
#86B175
(134,177,117)
#92B882
(146,184,130)
#9EBF8F
(158,191,143)
#AAC69C
(170,198,156)
#B6CDA9
(182,205,169)
#C2D4B6
(194,212,182)
#CEDBC3
(206,219,195)
#DAE2D0
(218,226,208)
#E6E9DD
(230,233,221)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAA68; }

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

This text font color is #7AAA68.

Background Color

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

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

This div background color is #7AAA68.

Border color

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

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

This div border color is #7AAA68.

Opacity

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

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

Text with #7AAA68 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 #7AAA68;}

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

This text has shadow with #7AAA68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAA68.

Preview

Color preview on black background

This text has color #7AAA68 on black background.


Color preview on white background

This text has color #7AAA68 on white background.


Black color preview on #7AAA68 background

This text has black color on #7AAA68 background.


White color preview on #7AAA68 background

This text has white color on #7AAA68 background.


Related colors

Complementary color

Complementary color for #hex is #855597.


I love getcolorcode.com

Triadic colors

1 #687AAA and #AA687A with #7AAA68 are triadic colors.

2 #68AA7A and #AA7A68 with #7AAA68 are triadic colors.