COLOR #7AA876

HEX: #7AA876
RGB: (122,168,118)

Color info

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

RGB color model

#7AA876 color RGB value is (122,168,118).

  • red value is 122;
  • green value is 168;
  • blue value is 118.
RGB:
(122,168,118)
(48%,66%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 168 of 255 = 66%
B 118 of 255 = 46%

122
168
118

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

Portions of RGB colors in percentages

R + G + B =
122 + 168 + 118 = 408 (100%)
R 122 of 408 ~ 29.9%
G 168 of 408 ~ 41.18%
B 118 of 408 ~ 28.92%

%29.9
%41.18
%28.92

CMYK color model

#7AA876 color CMYK value is (27,0,30,34).

  • cyan value is 27.38%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(27,0,30,34)
C27M0Y30K34 
(27%,0%,30%,34%)
(0.27/0.00/0.30/0.34)	

CMYK percentages

%27.38
%0
%29.76
%34.12

Codes

Color #7AA876 in popluar color models

7AA876
RGB122168118
HSL115°22.32%56.08%
HSB/HSV115°29.76%65.88%
CMYK27.38%0.00%29.76%
34.12%

Color #7AA876 in popluar number systems.

HEX7AA876
Decimal122168118
Binary1111010101010001110110
Octal172250166

Shades and tints

Shades of #7AA876

#7AA876
(122,168,118)
#6F996C
(111,153,108)
#648A62
(100,138,98)
#597B58
(89,123,88)
#4E6C4E
(78,108,78)
#435D44
(67,93,68)
#384E3A
(56,78,58)
#2D3F30
(45,63,48)
#223026
(34,48,38)
#17211C
(23,33,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7AA876

#7AA876
(122,168,118)
#86AF82
(134,175,130)
#92B68E
(146,182,142)
#9EBD9A
(158,189,154)
#AAC4A6
(170,196,166)
#B6CBB2
(182,203,178)
#C2D2BE
(194,210,190)
#CED9CA
(206,217,202)
#DAE0D6
(218,224,214)
#E6E7E2
(230,231,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA876 color. Also use rgb(122,168,118) instead hex code.

Text Font Color

.myTextColor { color: #7AA876; }

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

This text font color is #7AA876.


Background Color

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

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

This div background color is #7AA876.


Border color

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

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

This div border color is #7AA876.


Opacity

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

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

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

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

This text has shadow with #7AA876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA876 on black background.


Color preview on white background

This text has color #7AA876 on white background.



Black color preview on #7AA876 background

This text has black color on #7AA876 background.


White color preview on #7AA876 background

This text has white color on #7AA876 background.