COLOR #7AA68B

HEX: #7AA68B
RGB: (122,166,139)

Color info

#7AA68B contains red, green and blue colors in about the same proportion. Web safe color of #7AA68B is #669999 (or #699).

RGB color model

#7AA68B color RGB value is (122,166,139).

  • red value is 122;
  • green value is 166;
  • blue value is 139.
RGB:
(122,166,139)
(48%,65%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 139 of 255 = 55%

122
166
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 166 + 139 = 427 (100%)
R 122 of 427 ~ 28.57%
G 166 of 427 ~ 38.88%
B 139 of 427 ~ 32.55%

%28.57
%38.88
%32.55

CMYK color model

#7AA68B color CMYK value is (27,0,16,35).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 34.90%
CMYK:
(27,0,16,35)
C27M0Y16K35 
(27%,0%,16%,35%)
(0.27/0.00/0.16/0.35)	

CMYK percentages

%26.51
%0
%16.27
%34.9

Codes

Color #7AA68B in popluar color models

7AA68B
RGB122166139
HSL143°19.82%56.47%
HSB/HSV143°26.51%65.10%
CMYK26.51%0.00%16.27%
34.90%

Color #7AA68B in popluar number systems.

HEX7AA68B
Decimal122166139
Binary11110101010011010001011
Octal172246213

Shades and tints

Shades of #7AA68B

#7AA68B
(122,166,139)
#6F977F
(111,151,127)
#648873
(100,136,115)
#597967
(89,121,103)
#4E6A5B
(78,106,91)
#435B4F
(67,91,79)
#384C43
(56,76,67)
#2D3D37
(45,61,55)
#222E2B
(34,46,43)
#171F1F
(23,31,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7AA68B

#7AA68B
(122,166,139)
#86AE95
(134,174,149)
#92B69F
(146,182,159)
#9EBEA9
(158,190,169)
#AAC6B3
(170,198,179)
#B6CEBD
(182,206,189)
#C2D6C7
(194,214,199)
#CEDED1
(206,222,209)
#DAE6DB
(218,230,219)
#E6EEE5
(230,238,229)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA68B color. Also use rgb(122,166,139) instead hex code.

Text Font Color

.myTextColor { color: #7AA68B; }

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

This text font color is #7AA68B.


Background Color

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

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

This div background color is #7AA68B.


Border color

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

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

This div border color is #7AA68B.


Opacity

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

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

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

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

This text has shadow with #7AA68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA68B on black background.


Color preview on white background

This text has color #7AA68B on white background.



Black color preview on #7AA68B background

This text has black color on #7AA68B background.


White color preview on #7AA68B background

This text has white color on #7AA68B background.