COLOR #7AA87C

HEX: #7AA87C
RGB: (122,168,124)

Color info

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

RGB color model

#7AA87C color RGB value is (122,168,124).

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

RGB channels and saturation

R 122 of 255 = 48%
G 168 of 255 = 66%
B 124 of 255 = 49%

122
168
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 168 + 124 = 414 (100%)
R 122 of 414 ~ 29.47%
G 168 of 414 ~ 40.58%
B 124 of 414 ~ 29.95%

%29.47
%40.58
%29.95

CMYK color model

#7AA87C color CMYK value is (27,0,26,34).

  • cyan value is 27.38%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(27,0,26,34)
C27M0Y26K34 
(27%,0%,26%,34%)
(0.27/0.00/0.26/0.34)	

CMYK percentages

%27.38
%0
%26.19
%34.12

Codes

Color #7AA87C in popluar color models

7AA87C
RGB122168124
HSL123°20.91%56.86%
HSB/HSV123°27.38%65.88%
CMYK27.38%0.00%26.19%
34.12%

Color #7AA87C in popluar number systems.

HEX7AA87C
Decimal122168124
Binary1111010101010001111100
Octal172250174

Shades and tints

Shades of #7AA87C

#7AA87C
(122,168,124)
#6F9971
(111,153,113)
#648A66
(100,138,102)
#597B5B
(89,123,91)
#4E6C50
(78,108,80)
#435D45
(67,93,69)
#384E3A
(56,78,58)
#2D3F2F
(45,63,47)
#223024
(34,48,36)
#172119
(23,33,25)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7AA87C

#7AA87C
(122,168,124)
#86AF87
(134,175,135)
#92B692
(146,182,146)
#9EBD9D
(158,189,157)
#AAC4A8
(170,196,168)
#B6CBB3
(182,203,179)
#C2D2BE
(194,210,190)
#CED9C9
(206,217,201)
#DAE0D4
(218,224,212)
#E6E7DF
(230,231,223)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA87C; }

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

This text font color is #7AA87C.


Background Color

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

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

This div background color is #7AA87C.


Border color

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

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

This div border color is #7AA87C.


Opacity

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

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

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

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

This text has shadow with #7AA87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA87C on black background.


Color preview on white background

This text has color #7AA87C on white background.



Black color preview on #7AA87C background

This text has black color on #7AA87C background.


White color preview on #7AA87C background

This text has white color on #7AA87C background.