COLOR #7AA06B

HEX: #7AA06B
RGB: (122,160,107)

Color info

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

RGB color model

#7AA06B color RGB value is (122,160,107).

  • red value is 122;
  • green value is 160;
  • blue value is 107.
RGB:
(122,160,107)
(48%,63%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 160 of 255 = 63%
B 107 of 255 = 42%

122
160
107

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

Portions of RGB colors in percentages

R + G + B =
122 + 160 + 107 = 389 (100%)
R 122 of 389 ~ 31.36%
G 160 of 389 ~ 41.13%
B 107 of 389 ~ 27.51%

%31.36
%41.13
%27.51

CMYK color model

#7AA06B color CMYK value is (24,0,33,37).

  • cyan value is 23.75%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK:
(24,0,33,37)
C24M0Y33K37 
(24%,0%,33%,37%)
(0.24/0.00/0.33/0.37)	

CMYK percentages

%23.75
%0
%33.13
%37.25

Codes

Color #7AA06B in popluar color models

7AA06B
RGB122160107
HSL103°21.81%52.35%
HSB/HSV103°33.13%62.75%
CMYK23.75%0.00%33.13%
37.25%

Color #7AA06B in popluar number systems.

HEX7AA06B
Decimal122160107
Binary1111010101000001101011
Octal172240153

Shades and tints

Shades of #7AA06B

#7AA06B
(122,160,107)
#6F9262
(111,146,98)
#648459
(100,132,89)
#597650
(89,118,80)
#4E6847
(78,104,71)
#435A3E
(67,90,62)
#384C35
(56,76,53)
#2D3E2C
(45,62,44)
#223023
(34,48,35)
#17221A
(23,34,26)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7AA06B

#7AA06B
(122,160,107)
#86A878
(134,168,120)
#92B085
(146,176,133)
#9EB892
(158,184,146)
#AAC09F
(170,192,159)
#B6C8AC
(182,200,172)
#C2D0B9
(194,208,185)
#CED8C6
(206,216,198)
#DAE0D3
(218,224,211)
#E6E8E0
(230,232,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA06B color. Also use rgb(122,160,107) instead hex code.

Text Font Color

.myTextColor { color: #7AA06B; }

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

This text font color is #7AA06B.


Background Color

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

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

This div background color is #7AA06B.


Border color

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

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

This div border color is #7AA06B.


Opacity

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

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

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

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

This text has shadow with #7AA06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA06B on black background.


Color preview on white background

This text has color #7AA06B on white background.



Black color preview on #7AA06B background

This text has black color on #7AA06B background.


White color preview on #7AA06B background

This text has white color on #7AA06B background.