COLOR #7AA04C

HEX: #7AA04C
RGB: (122,160,76)

Color info

#7AA04C contains mainly red and green colors. Web safe color of #7AA04C is #669933 (or #693).

RGB color model

#7AA04C color RGB value is (122,160,76).

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

RGB channels and saturation

R 122 of 255 = 48%
G 160 of 255 = 63%
B 76 of 255 = 30%

122
160
76

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

Portions of RGB colors in percentages

R + G + B =
122 + 160 + 76 = 358 (100%)
R 122 of 358 ~ 34.08%
G 160 of 358 ~ 44.69%
B 76 of 358 ~ 21.23%

%34.08
%44.69
%21.23

CMYK color model

#7AA04C color CMYK value is (24,0,53,37).

  • cyan value is 23.75%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 37.25%
CMYK:
(24,0,53,37)
C24M0Y53K37 
(24%,0%,53%,37%)
(0.24/0.00/0.53/0.37)	

CMYK percentages

%23.75
%0
%52.5
%37.25

Codes

Color #7AA04C in popluar color models

7AA04C
RGB12216076
HSL87°35.59%46.27%
HSB/HSV87°52.50%62.75%
CMYK23.75%0.00%52.50%
37.25%

Color #7AA04C in popluar number systems.

HEX7AA04C
Decimal12216076
Binary1111010101000001001100
Octal172240114

Shades and tints

Shades of #7AA04C

#7AA04C
(122,160,76)
#6F9246
(111,146,70)
#648440
(100,132,64)
#59763A
(89,118,58)
#4E6834
(78,104,52)
#435A2E
(67,90,46)
#384C28
(56,76,40)
#2D3E22
(45,62,34)
#22301C
(34,48,28)
#172216
(23,34,22)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #7AA04C

#7AA04C
(122,160,76)
#86A85C
(134,168,92)
#92B06C
(146,176,108)
#9EB87C
(158,184,124)
#AAC08C
(170,192,140)
#B6C89C
(182,200,156)
#C2D0AC
(194,208,172)
#CED8BC
(206,216,188)
#DAE0CC
(218,224,204)
#E6E8DC
(230,232,220)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA04C; }

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

This text font color is #7AA04C.


Background Color

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

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

This div background color is #7AA04C.


Border color

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

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

This div border color is #7AA04C.


Opacity

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

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

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

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

This text has shadow with #7AA04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA04C on black background.


Color preview on white background

This text has color #7AA04C on white background.



Black color preview on #7AA04C background

This text has black color on #7AA04C background.


White color preview on #7AA04C background

This text has white color on #7AA04C background.