COLOR #7AA96F

HEX: #7AA96F
RGB: (122,169,111)

Color info

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

RGB color model

#7AA96F color RGB value is (122,169,111).

  • red value is 122;
  • green value is 169;
  • blue value is 111.
RGB:
(122,169,111)
(48%,66%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 111 of 255 = 44%

122
169
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 169 + 111 = 402 (100%)
R 122 of 402 ~ 30.35%
G 169 of 402 ~ 42.04%
B 111 of 402 ~ 27.61%

%30.35
%42.04
%27.61

CMYK color model

#7AA96F color CMYK value is (28,0,34,34).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 34.32%
  • key color value is 33.73%
CMYK:
(28,0,34,34)
C28M0Y34K34 
(28%,0%,34%,34%)
(0.28/0.00/0.34/0.34)	

CMYK percentages

%27.81
%0
%34.32
%33.73

Codes

Color #7AA96F in popluar color models

7AA96F
RGB122169111
HSL109°25.22%54.90%
HSB/HSV109°34.32%66.27%
CMYK27.81%0.00%34.32%
33.73%

Color #7AA96F in popluar number systems.

HEX7AA96F
Decimal122169111
Binary1111010101010011101111
Octal172251157

Shades and tints

Shades of #7AA96F

#7AA96F
(122,169,111)
#6F9A65
(111,154,101)
#648B5B
(100,139,91)
#597C51
(89,124,81)
#4E6D47
(78,109,71)
#435E3D
(67,94,61)
#384F33
(56,79,51)
#2D4029
(45,64,41)
#22311F
(34,49,31)
#172215
(23,34,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #7AA96F

#7AA96F
(122,169,111)
#86B07C
(134,176,124)
#92B789
(146,183,137)
#9EBE96
(158,190,150)
#AAC5A3
(170,197,163)
#B6CCB0
(182,204,176)
#C2D3BD
(194,211,189)
#CEDACA
(206,218,202)
#DAE1D7
(218,225,215)
#E6E8E4
(230,232,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA96F color. Also use rgb(122,169,111) instead hex code.

Text Font Color

.myTextColor { color: #7AA96F; }

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

This text font color is #7AA96F.


Background Color

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

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

This div background color is #7AA96F.


Border color

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

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

This div border color is #7AA96F.


Opacity

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

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

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

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

This text has shadow with #7AA96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA96F on black background.


Color preview on white background

This text has color #7AA96F on white background.



Black color preview on #7AA96F background

This text has black color on #7AA96F background.


White color preview on #7AA96F background

This text has white color on #7AA96F background.