COLOR #7AAA6C

HEX: #7AAA6C
RGB: (122,170,108)

Color info

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

RGB color model

#7AAA6C color RGB value is (122,170,108).

  • red value is 122;
  • green value is 170;
  • blue value is 108.
RGB:
(122,170,108)
(48%,67%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 170 of 255 = 67%
B 108 of 255 = 42%

122
170
108

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

Portions of RGB colors in percentages

R + G + B =
122 + 170 + 108 = 400 (100%)
R 122 of 400 ~ 30.5%
G 170 of 400 ~ 42.5%
B 108 of 400 ~ 27%

%30.5
%42.5
%27

CMYK color model

#7AAA6C color CMYK value is (28,0,36,33).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 33.33%
CMYK:
(28,0,36,33)
C28M0Y36K33 
(28%,0%,36%,33%)
(0.28/0.00/0.36/0.33)	

CMYK percentages

%28.24
%0
%36.47
%33.33

Codes

Color #7AAA6C in popluar color models

7AAA6C
RGB122170108
HSL106°26.72%54.51%
HSB/HSV106°36.47%66.67%
CMYK28.24%0.00%36.47%
33.33%

Color #7AAA6C in popluar number systems.

HEX7AAA6C
Decimal122170108
Binary1111010101010101101100
Octal172252154

Shades and tints

Shades of #7AAA6C

#7AAA6C
(122,170,108)
#6F9B63
(111,155,99)
#648C5A
(100,140,90)
#597D51
(89,125,81)
#4E6E48
(78,110,72)
#435F3F
(67,95,63)
#385036
(56,80,54)
#2D412D
(45,65,45)
#223224
(34,50,36)
#17231B
(23,35,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7AAA6C

#7AAA6C
(122,170,108)
#86B179
(134,177,121)
#92B886
(146,184,134)
#9EBF93
(158,191,147)
#AAC6A0
(170,198,160)
#B6CDAD
(182,205,173)
#C2D4BA
(194,212,186)
#CEDBC7
(206,219,199)
#DAE2D4
(218,226,212)
#E6E9E1
(230,233,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAA6C; }

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

This text font color is #7AAA6C.


Background Color

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

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

This div background color is #7AAA6C.


Border color

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

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

This div border color is #7AAA6C.


Opacity

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

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

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

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

This text has shadow with #7AAA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAA6C on black background.


Color preview on white background

This text has color #7AAA6C on white background.



Black color preview on #7AAA6C background

This text has black color on #7AAA6C background.


White color preview on #7AAA6C background

This text has white color on #7AAA6C background.