COLOR #7AAC6D

HEX: #7AAC6D
RGB: (122,172,109)

Color info

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

RGB color model

#7AAC6D color RGB value is (122,172,109).

  • red value is 122;
  • green value is 172;
  • blue value is 109.
RGB:
(122,172,109)
(48%,67%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 172 of 255 = 67%
B 109 of 255 = 43%

122
172
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 172 + 109 = 403 (100%)
R 122 of 403 ~ 30.27%
G 172 of 403 ~ 42.68%
B 109 of 403 ~ 27.05%

%30.27
%42.68
%27.05

CMYK color model

#7AAC6D color CMYK value is (29,0,37,33).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%
CMYK:
(29,0,37,33)
C29M0Y37K33 
(29%,0%,37%,33%)
(0.29/0.00/0.37/0.33)	

CMYK percentages

%29.07
%0
%36.63
%32.55

Codes

Color #7AAC6D in popluar color models

7AAC6D
RGB122172109
HSL108°27.51%55.10%
HSB/HSV108°36.63%67.45%
CMYK29.07%0.00%36.63%
32.55%

Color #7AAC6D in popluar number systems.

HEX7AAC6D
Decimal122172109
Binary1111010101011001101101
Octal172254155

Shades and tints

Shades of #7AAC6D

#7AAC6D
(122,172,109)
#6F9D64
(111,157,100)
#648E5B
(100,142,91)
#597F52
(89,127,82)
#4E7049
(78,112,73)
#436140
(67,97,64)
#385237
(56,82,55)
#2D432E
(45,67,46)
#223425
(34,52,37)
#17251C
(23,37,28)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #7AAC6D

#7AAC6D
(122,172,109)
#86B37A
(134,179,122)
#92BA87
(146,186,135)
#9EC194
(158,193,148)
#AAC8A1
(170,200,161)
#B6CFAE
(182,207,174)
#C2D6BB
(194,214,187)
#CEDDC8
(206,221,200)
#DAE4D5
(218,228,213)
#E6EBE2
(230,235,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAC6D color. Also use rgb(122,172,109) instead hex code.

Text Font Color

.myTextColor { color: #7AAC6D; }

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

This text font color is #7AAC6D.


Background Color

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

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

This div background color is #7AAC6D.


Border color

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

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

This div border color is #7AAC6D.


Opacity

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

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

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

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

This text has shadow with #7AAC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAC6D on black background.


Color preview on white background

This text has color #7AAC6D on white background.



Black color preview on #7AAC6D background

This text has black color on #7AAC6D background.


White color preview on #7AAC6D background

This text has white color on #7AAC6D background.