COLOR #7AA062

HEX: #7AA062
RGB: (122,160,98)

Color info

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

RGB color model

#7AA062 color RGB value is (122,160,98).

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

RGB channels and saturation

R 122 of 255 = 48%
G 160 of 255 = 63%
B 98 of 255 = 38%

122
160
98

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

Portions of RGB colors in percentages

R + G + B =
122 + 160 + 98 = 380 (100%)
R 122 of 380 ~ 32.11%
G 160 of 380 ~ 42.11%
B 98 of 380 ~ 25.79%

%32.11
%42.11
%25.79

CMYK color model

#7AA062 color CMYK value is (24,0,39,37).

  • cyan value is 23.75%
  • magenta value is 0.00%
  • yellow value is 38.75%
  • key color value is 37.25%
CMYK:
(24,0,39,37)
C24M0Y39K37 
(24%,0%,39%,37%)
(0.24/0.00/0.39/0.37)	

CMYK percentages

%23.75
%0
%38.75
%37.25

Codes

Color #7AA062 in popluar color models

7AA062
RGB12216098
HSL97°24.60%50.59%
HSB/HSV97°38.75%62.75%
CMYK23.75%0.00%38.75%
37.25%

Color #7AA062 in popluar number systems.

HEX7AA062
Decimal12216098
Binary1111010101000001100010
Octal172240142

Shades and tints

Shades of #7AA062

#7AA062
(122,160,98)
#6F925A
(111,146,90)
#648452
(100,132,82)
#59764A
(89,118,74)
#4E6842
(78,104,66)
#435A3A
(67,90,58)
#384C32
(56,76,50)
#2D3E2A
(45,62,42)
#223022
(34,48,34)
#17221A
(23,34,26)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7AA062

#7AA062
(122,160,98)
#86A870
(134,168,112)
#92B07E
(146,176,126)
#9EB88C
(158,184,140)
#AAC09A
(170,192,154)
#B6C8A8
(182,200,168)
#C2D0B6
(194,208,182)
#CED8C4
(206,216,196)
#DAE0D2
(218,224,210)
#E6E8E0
(230,232,224)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA062; }

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

This text font color is #7AA062.


Background Color

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

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

This div background color is #7AA062.


Border color

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

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

This div border color is #7AA062.


Opacity

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

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

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

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

This text has shadow with #7AA062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA062 on black background.


Color preview on white background

This text has color #7AA062 on white background.



Black color preview on #7AA062 background

This text has black color on #7AA062 background.


White color preview on #7AA062 background

This text has white color on #7AA062 background.