COLOR #7AA266

HEX: #7AA266 RGB: (122,162,102)

Color info

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

RGB color model

#7AA266 color RGB value is (122,162,102).

RGB: (122,162,102) (48%, 64%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 162 of 255 = 64%
B 102 of 255 = 40%

122
162
102

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

Portions of RGB colors in percentages

R + G + B = 122 + 162 + 102 = 386 (100%)
R 122 of 386 ~ 31.61%
G 162 of 386 ~ 41.97%
B 102 of 386 ~ 26.42'%

%31.61
%41.97
%26.42

CMYK color model

#7AA266 color CMYK value is (25,0,37,36).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 36.47%

CMYK: (25,0,37,36)
C25M0Y37K36 (25%, 0%, 37%, 36%)
(0.25 / 0.00 / 0.37 / 0.36)

CMYK percentages

%24.69
%0
%37.04
%36.47

Codes

Color #7AA266 in popluar color models

7A A2 66
RGB 122 162 102
HSL 100° 24.39% 51.76%
HSB/HSV 100° 37.04% 63.53%
CMYK 24.69% 0.00% 37.04%
36.47%

Color #7AA266 in popluar number systems.

HEX 7A A2 66
Decimal 122 162 102
Binary 1111010 10100010 1100110
Octal 172 242 146

Shades and tints

Shades of #7AA266

#7AA266
(122,162,102)
#6F945D
(111,148,93)
#648654
(100,134,84)
#59784B
(89,120,75)
#4E6A42
(78,106,66)
#435C39
(67,92,57)
#384E30
(56,78,48)
#2D4027
(45,64,39)
#22321E
(34,50,30)
#172415
(23,36,21)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #7AA266

#7AA266
(122,162,102)
#86AA73
(134,170,115)
#92B280
(146,178,128)
#9EBA8D
(158,186,141)
#AAC29A
(170,194,154)
#B6CAA7
(182,202,167)
#C2D2B4
(194,210,180)
#CEDAC1
(206,218,193)
#DAE2CE
(218,226,206)
#E6EADB
(230,234,219)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA266 color. Also use rgb(122,162,102) instead hex code.

Text Font Color

.myTextColor { color: #7AA266; }

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

This text font color is #7AA266.

Background Color

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

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

This div background color is #7AA266.

Border color

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

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

This div border color is #7AA266.

Opacity

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

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

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

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

This text has shadow with #7AA266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA266.

Preview

Color preview on black background

This text has color #7AA266 on black background.


Color preview on white background

This text has color #7AA266 on white background.


Black color preview on #7AA266 background

This text has black color on #7AA266 background.


White color preview on #7AA266 background

This text has white color on #7AA266 background.


Related colors

Complementary color

Complementary color for #hex is #855D99.


I love getcolorcode.com

Triadic colors

1 #667AA2 and #A2667A with #7AA266 are triadic colors.

2 #66A27A and #A27A66 with #7AA266 are triadic colors.