COLOR #7AA662

HEX: #7AA662 RGB: (122,166,98)

Color info

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

RGB color model

#7AA662 color RGB value is (122,166,98).

RGB: (122,166,98) (48%, 65%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 98 of 255 = 38%

122
166
98

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

Portions of RGB colors in percentages

R + G + B = 122 + 166 + 98 = 386 (100%)
R 122 of 386 ~ 31.61%
G 166 of 386 ~ 43.01%
B 98 of 386 ~ 25.39'%

%31.61
%43.01
%25.39

CMYK color model

#7AA662 color CMYK value is (27,0,41,35).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 34.90%

CMYK: (27,0,41,35)
C27M0Y41K35 (27%, 0%, 41%, 35%)
(0.27 / 0.00 / 0.41 / 0.35)

CMYK percentages

%26.51
%0
%40.96
%34.9

Codes

Color #7AA662 in popluar color models

7A A6 62
RGB 122 166 98
HSL 99° 27.64% 51.76%
HSB/HSV 99° 40.96% 65.10%
CMYK 26.51% 0.00% 40.96%
34.90%

Color #7AA662 in popluar number systems.

HEX 7A A6 62
Decimal 122 166 98
Binary 1111010 10100110 1100010
Octal 172 246 142

Shades and tints

Shades of #7AA662

#7AA662
(122,166,98)
#6F975A
(111,151,90)
#648852
(100,136,82)
#59794A
(89,121,74)
#4E6A42
(78,106,66)
#435B3A
(67,91,58)
#384C32
(56,76,50)
#2D3D2A
(45,61,42)
#222E22
(34,46,34)
#171F1A
(23,31,26)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #7AA662

#7AA662
(122,166,98)
#86AE70
(134,174,112)
#92B67E
(146,182,126)
#9EBE8C
(158,190,140)
#AAC69A
(170,198,154)
#B6CEA8
(182,206,168)
#C2D6B6
(194,214,182)
#CEDEC4
(206,222,196)
#DAE6D2
(218,230,210)
#E6EEE0
(230,238,224)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA662; }

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

This text font color is #7AA662.

Background Color

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

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

This div background color is #7AA662.

Border color

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

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

This div border color is #7AA662.

Opacity

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

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

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

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

This text has shadow with #7AA662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA662.

Preview

Color preview on black background

This text has color #7AA662 on black background.


Color preview on white background

This text has color #7AA662 on white background.


Black color preview on #7AA662 background

This text has black color on #7AA662 background.


White color preview on #7AA662 background

This text has white color on #7AA662 background.


Related colors

Complementary color

Complementary color for #hex is #85599D.


I love getcolorcode.com

Triadic colors

1 #627AA6 and #A6627A with #7AA662 are triadic colors.

2 #62A67A and #A67A62 with #7AA662 are triadic colors.