COLOR #7AA366

HEX: #7AA366 RGB: (122,163,102)

Color info

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

RGB color model

#7AA366 color RGB value is (122,163,102).

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

RGB channels and saturation

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

122
163
102

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

Portions of RGB colors in percentages

R + G + B = 122 + 163 + 102 = 387 (100%)
R 122 of 387 ~ 31.52%
G 163 of 387 ~ 42.12%
B 102 of 387 ~ 26.36'%

%31.52
%42.12
%26.36

CMYK color model

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

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 37.42%
  • key color value is 36.08%

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

CMYK percentages

%25.15
%0
%37.42
%36.08

Codes

Color #7AA366 in popluar color models

7A A3 66
RGB 122 163 102
HSL 100° 24.90% 51.96%
HSB/HSV 100° 37.42% 63.92%
CMYK 25.15% 0.00% 37.42%
36.08%

Color #7AA366 in popluar number systems.

HEX 7A A3 66
Decimal 122 163 102
Binary 1111010 10100011 1100110
Octal 172 243 146

Shades and tints

Shades of #7AA366

#7AA366
(122,163,102)
#6F955D
(111,149,93)
#648754
(100,135,84)
#59794B
(89,121,75)
#4E6B42
(78,107,66)
#435D39
(67,93,57)
#384F30
(56,79,48)
#2D4127
(45,65,39)
#22331E
(34,51,30)
#172515
(23,37,21)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #7AA366

#7AA366
(122,163,102)
#86AB73
(134,171,115)
#92B380
(146,179,128)
#9EBB8D
(158,187,141)
#AAC39A
(170,195,154)
#B6CBA7
(182,203,167)
#C2D3B4
(194,211,180)
#CEDBC1
(206,219,193)
#DAE3CE
(218,227,206)
#E6EBDB
(230,235,219)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA366; }

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

This text font color is #7AA366.

Background Color

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

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

This div background color is #7AA366.

Border color

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

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

This div border color is #7AA366.

Opacity

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

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

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

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

This text has shadow with #7AA366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA366.

Preview

Color preview on black background

This text has color #7AA366 on black background.


Color preview on white background

This text has color #7AA366 on white background.


Black color preview on #7AA366 background

This text has black color on #7AA366 background.


White color preview on #7AA366 background

This text has white color on #7AA366 background.


Related colors

Complementary color

Complementary color for #hex is #855C99.


I love getcolorcode.com

Triadic colors

1 #667AA3 and #A3667A with #7AA366 are triadic colors.

2 #66A37A and #A37A66 with #7AA366 are triadic colors.