COLOR #7AA66E

HEX: #7AA66E RGB: (122,166,110)

Color info

#7AA66E contains red, green and blue colors in about the same proportion. Web safe color of #7AA66E is #669966 (or #696).

RGB color model

#7AA66E color RGB value is (122,166,110).

RGB: (122,166,110) (48%, 65%, 43%)

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 110 of 255 = 43%

122
166
110

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

Portions of RGB colors in percentages

R + G + B = 122 + 166 + 110 = 398 (100%)
R 122 of 398 ~ 30.65%
G 166 of 398 ~ 41.71%
B 110 of 398 ~ 27.64'%

%30.65
%41.71
%27.64

CMYK color model

#7AA66E color CMYK value is (27,0,34,35).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK: (27,0,34,35) C27M0Y34K35 (27%,0%,34%,35%) (0.27/0.00/0.34/0.35) 

CMYK percentages

%26.51
%0
%33.73
%34.9

Codes

Color #7AA66E in popluar color models

7A A6 6E
RGB 122 166 110
HSL 107° 23.93% 54.12%
HSB/HSV 107° 33.73% 65.10%
CMYK 26.51% 0.00% 33.73%
34.90%

Color #7AA66E in popluar number systems.

HEX 7A A6 6E
Decimal 122 166 110
Binary 1111010 10100110 1101110
Octal 172 246 156

Shades and tints

Shades of #7AA66E

#7AA66E
(122,166,110)
#6F9764
(111,151,100)
#64885A
(100,136,90)
#597950
(89,121,80)
#4E6A46
(78,106,70)
#435B3C
(67,91,60)
#384C32
(56,76,50)
#2D3D28
(45,61,40)
#222E1E
(34,46,30)
#171F14
(23,31,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #7AA66E

#7AA66E
(122,166,110)
#86AE7B
(134,174,123)
#92B688
(146,182,136)
#9EBE95
(158,190,149)
#AAC6A2
(170,198,162)
#B6CEAF
(182,206,175)
#C2D6BC
(194,214,188)
#CEDEC9
(206,222,201)
#DAE6D6
(218,230,214)
#E6EEE3
(230,238,227)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA66E color. Also use rgb(122,166,110) instead hex code.

Text Font Color

.myTextColor { color: #7AA66E; }

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

This text font color is #7AA66E.

Background Color

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

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

This div background color is #7AA66E.

Border color

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

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

This div border color is #7AA66E.

Opacity

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

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

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

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

This text has shadow with #7AA66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA66E.

Preview

Color preview on black background

This text has color #7AA66E on black background.


Color preview on white background

This text has color #7AA66E on white background.


Black color preview on #7AA66E background

This text has black color on #7AA66E background.


White color preview on #7AA66E background

This text has white color on #7AA66E background.


Related colors

Complementary color

Complementary color for #hex is #855991.


I love getcolorcode.com

Triadic colors

1 #6E7AA6 and #A66E7A with #7AA66E are triadic colors.

2 #6EA67A and #A67A6E with #7AA66E are triadic colors.