COLOR #7AA477

HEX: #7AA477
RGB: (122,164,119)

Color info

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

RGB color model

#7AA477 color RGB value is (122,164,119).

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

RGB channels and saturation

R 122 of 255 = 48%
G 164 of 255 = 64%
B 119 of 255 = 47%

122
164
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 164 + 119 = 405 (100%)
R 122 of 405 ~ 30.12%
G 164 of 405 ~ 40.49%
B 119 of 405 ~ 29.38%

%30.12
%40.49
%29.38

CMYK color model

#7AA477 color CMYK value is (26,0,27,36).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(26,0,27,36)
C26M0Y27K36 
(26%,0%,27%,36%)
(0.26/0.00/0.27/0.36)	

CMYK percentages

%25.61
%0
%27.44
%35.69

Codes

Color #7AA477 in popluar color models

7AA477
RGB122164119
HSL116°19.82%55.49%
HSB/HSV116°27.44%64.31%
CMYK25.61%0.00%27.44%
35.69%

Color #7AA477 in popluar number systems.

HEX7AA477
Decimal122164119
Binary1111010101001001110111
Octal172244167

Shades and tints

Shades of #7AA477

#7AA477
(122,164,119)
#6F966D
(111,150,109)
#648863
(100,136,99)
#597A59
(89,122,89)
#4E6C4F
(78,108,79)
#435E45
(67,94,69)
#38503B
(56,80,59)
#2D4231
(45,66,49)
#223427
(34,52,39)
#17261D
(23,38,29)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #7AA477

#7AA477
(122,164,119)
#86AC83
(134,172,131)
#92B48F
(146,180,143)
#9EBC9B
(158,188,155)
#AAC4A7
(170,196,167)
#B6CCB3
(182,204,179)
#C2D4BF
(194,212,191)
#CEDCCB
(206,220,203)
#DAE4D7
(218,228,215)
#E6ECE3
(230,236,227)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA477; }

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

This text font color is #7AA477.


Background Color

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

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

This div background color is #7AA477.


Border color

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

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

This div border color is #7AA477.


Opacity

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

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

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

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

This text has shadow with #7AA477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA477 on black background.


Color preview on white background

This text has color #7AA477 on white background.



Black color preview on #7AA477 background

This text has black color on #7AA477 background.


White color preview on #7AA477 background

This text has white color on #7AA477 background.