COLOR #7AB14E

HEX: #7AB14E RGB: (122,177,78)

Color info

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

RGB color model

#7AB14E color RGB value is (122,177,78).

RGB: (122,177,78) (48%, 69%, 31%)

RGB channels and saturation

R 122 of 255 = 48%
G 177 of 255 = 69%
B 78 of 255 = 31%

122
177
78

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

Portions of RGB colors in percentages

R + G + B = 122 + 177 + 78 = 377 (100%)
R 122 of 377 ~ 32.36%
G 177 of 377 ~ 46.95%
B 78 of 377 ~ 20.69'%

%32.36
%46.95
%20.69

CMYK color model

#7AB14E color CMYK value is (31,0,56,31).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 30.59%

CMYK: (31,0,56,31)
C31M0Y56K31 (31%, 0%, 56%, 31%)
(0.31 / 0.00 / 0.56 / 0.31)

CMYK percentages

%31.07
%0
%55.93
%30.59

Codes

Color #7AB14E in popluar color models

7A B1 4E
RGB 122 177 78
HSL 93° 38.82% 50.00%
HSB/HSV 93° 55.93% 69.41%
CMYK 31.07% 0.00% 55.93%
30.59%

Color #7AB14E in popluar number systems.

HEX 7A B1 4E
Decimal 122 177 78
Binary 1111010 10110001 1001110
Octal 172 261 116

Shades and tints

Shades of #7AB14E

#7AB14E
(122,177,78)
#6FA147
(111,161,71)
#649140
(100,145,64)
#598139
(89,129,57)
#4E7132
(78,113,50)
#43612B
(67,97,43)
#385124
(56,81,36)
#2D411D
(45,65,29)
#223116
(34,49,22)
#17210F
(23,33,15)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #7AB14E

#7AB14E
(122,177,78)
#86B85E
(134,184,94)
#92BF6E
(146,191,110)
#9EC67E
(158,198,126)
#AACD8E
(170,205,142)
#B6D49E
(182,212,158)
#C2DBAE
(194,219,174)
#CEE2BE
(206,226,190)
#DAE9CE
(218,233,206)
#E6F0DE
(230,240,222)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB14E color. Also use rgb(122,177,78) instead hex code.

Text Font Color

.myTextColor { color: #7AB14E; }

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

This text font color is #7AB14E.

Background Color

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

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

This div background color is #7AB14E.

Border color

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

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

This div border color is #7AB14E.

Opacity

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

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

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

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

This text has shadow with #7AB14E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB14E.

Preview

Color preview on black background

This text has color #7AB14E on black background.


Color preview on white background

This text has color #7AB14E on white background.


Black color preview on #7AB14E background

This text has black color on #7AB14E background.


White color preview on #7AB14E background

This text has white color on #7AB14E background.


Related colors

Complementary color

Complementary color for #hex is #854EB1.


I love getcolorcode.com

Triadic colors

1 #4E7AB1 and #B14E7A with #7AB14E are triadic colors.

2 #4EB17A and #B17A4E with #7AB14E are triadic colors.