COLOR #7AA667

HEX: #7AA667
RGB: (122,166,103)

Color info

#7AA667 contains mainly red and green colors. Web safe color of #7AA667 is #669966 (or #696).

RGB color model

#7AA667 color RGB value is (122,166,103).

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

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 103 of 255 = 40%

122
166
103

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

Portions of RGB colors in percentages

R + G + B =
122 + 166 + 103 = 391 (100%)
R 122 of 391 ~ 31.2%
G 166 of 391 ~ 42.46%
B 103 of 391 ~ 26.34%

%31.2
%42.46
%26.34

CMYK color model

#7AA667 color CMYK value is (27,0,38,35).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 34.90%
CMYK:
(27,0,38,35)
C27M0Y38K35 
(27%,0%,38%,35%)
(0.27/0.00/0.38/0.35)	

CMYK percentages

%26.51
%0
%37.95
%34.9

Codes

Color #7AA667 in popluar color models

7AA667
RGB122166103
HSL102°26.14%52.75%
HSB/HSV102°37.95%65.10%
CMYK26.51%0.00%37.95%
34.90%

Color #7AA667 in popluar number systems.

HEX7AA667
Decimal122166103
Binary1111010101001101100111
Octal172246147

Shades and tints

Shades of #7AA667

#7AA667
(122,166,103)
#6F975E
(111,151,94)
#648855
(100,136,85)
#59794C
(89,121,76)
#4E6A43
(78,106,67)
#435B3A
(67,91,58)
#384C31
(56,76,49)
#2D3D28
(45,61,40)
#222E1F
(34,46,31)
#171F16
(23,31,22)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #7AA667

#7AA667
(122,166,103)
#86AE74
(134,174,116)
#92B681
(146,182,129)
#9EBE8E
(158,190,142)
#AAC69B
(170,198,155)
#B6CEA8
(182,206,168)
#C2D6B5
(194,214,181)
#CEDEC2
(206,222,194)
#DAE6CF
(218,230,207)
#E6EEDC
(230,238,220)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA667; }

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

This text font color is #7AA667.


Background Color

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

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

This div background color is #7AA667.


Border color

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

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

This div border color is #7AA667.


Opacity

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

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

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

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

This text has shadow with #7AA667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA667 on black background.


Color preview on white background

This text has color #7AA667 on white background.



Black color preview on #7AA667 background

This text has black color on #7AA667 background.


White color preview on #7AA667 background

This text has white color on #7AA667 background.