COLOR #7AA476

HEX: #7AA476
RGB: (122,164,118)

Color info

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

RGB color model

#7AA476 color RGB value is (122,164,118).

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

RGB channels and saturation

R 122 of 255 = 48%
G 164 of 255 = 64%
B 118 of 255 = 46%

122
164
118

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

Portions of RGB colors in percentages

R + G + B =
122 + 164 + 118 = 404 (100%)
R 122 of 404 ~ 30.2%
G 164 of 404 ~ 40.59%
B 118 of 404 ~ 29.21%

%30.2
%40.59
%29.21

CMYK color model

#7AA476 color CMYK value is (26,0,28,36).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(26,0,28,36)
C26M0Y28K36 
(26%,0%,28%,36%)
(0.26/0.00/0.28/0.36)	

CMYK percentages

%25.61
%0
%28.05
%35.69

Codes

Color #7AA476 in popluar color models

7AA476
RGB122164118
HSL115°20.18%55.29%
HSB/HSV115°28.05%64.31%
CMYK25.61%0.00%28.05%
35.69%

Color #7AA476 in popluar number systems.

HEX7AA476
Decimal122164118
Binary1111010101001001110110
Octal172244166

Shades and tints

Shades of #7AA476

#7AA476
(122,164,118)
#6F966C
(111,150,108)
#648862
(100,136,98)
#597A58
(89,122,88)
#4E6C4E
(78,108,78)
#435E44
(67,94,68)
#38503A
(56,80,58)
#2D4230
(45,66,48)
#223426
(34,52,38)
#17261C
(23,38,28)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #7AA476

#7AA476
(122,164,118)
#86AC82
(134,172,130)
#92B48E
(146,180,142)
#9EBC9A
(158,188,154)
#AAC4A6
(170,196,166)
#B6CCB2
(182,204,178)
#C2D4BE
(194,212,190)
#CEDCCA
(206,220,202)
#DAE4D6
(218,228,214)
#E6ECE2
(230,236,226)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA476; }

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

This text font color is #7AA476.


Background Color

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

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

This div background color is #7AA476.


Border color

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

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

This div border color is #7AA476.


Opacity

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

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

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

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

This text has shadow with #7AA476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA476 on black background.


Color preview on white background

This text has color #7AA476 on white background.



Black color preview on #7AA476 background

This text has black color on #7AA476 background.


White color preview on #7AA476 background

This text has white color on #7AA476 background.