COLOR #7AB04F

HEX: #7AB04F
RGB: (122,176,79)

Color info

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

RGB color model

#7AB04F color RGB value is (122,176,79).

  • red value is 122;
  • green value is 176;
  • blue value is 79.
RGB:
(122,176,79)
(48%,69%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 79 of 255 = 31%

122
176
79

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 79 = 377 (100%)
R 122 of 377 ~ 32.36%
G 176 of 377 ~ 46.68%
B 79 of 377 ~ 20.95%

%32.36
%46.68
%20.95

CMYK color model

#7AB04F color CMYK value is (31,0,55,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 55.11%
  • key color value is 30.98%
CMYK:
(31,0,55,31)
C31M0Y55K31 
(31%,0%,55%,31%)
(0.31/0.00/0.55/0.31)	

CMYK percentages

%30.68
%0
%55.11
%30.98

Codes

Color #7AB04F in popluar color models

7AB04F
RGB12217679
HSL93°38.04%50.00%
HSB/HSV93°55.11%69.02%
CMYK30.68%0.00%55.11%
30.98%

Color #7AB04F in popluar number systems.

HEX7AB04F
Decimal12217679
Binary1111010101100001001111
Octal172260117

Shades and tints

Shades of #7AB04F

#7AB04F
(122,176,79)
#6FA048
(111,160,72)
#649041
(100,144,65)
#59803A
(89,128,58)
#4E7033
(78,112,51)
#43602C
(67,96,44)
#385025
(56,80,37)
#2D401E
(45,64,30)
#223017
(34,48,23)
#172010
(23,32,16)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #7AB04F

#7AB04F
(122,176,79)
#86B75F
(134,183,95)
#92BE6F
(146,190,111)
#9EC57F
(158,197,127)
#AACC8F
(170,204,143)
#B6D39F
(182,211,159)
#C2DAAF
(194,218,175)
#CEE1BF
(206,225,191)
#DAE8CF
(218,232,207)
#E6EFDF
(230,239,223)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB04F color. Also use rgb(122,176,79) instead hex code.

Text Font Color

.myTextColor { color: #7AB04F; }

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

This text font color is #7AB04F.


Background Color

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

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

This div background color is #7AB04F.


Border color

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

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

This div border color is #7AB04F.


Opacity

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

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

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

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

This text has shadow with #7AB04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB04F on black background.


Color preview on white background

This text has color #7AB04F on white background.



Black color preview on #7AB04F background

This text has black color on #7AB04F background.


White color preview on #7AB04F background

This text has white color on #7AB04F background.