COLOR #7AB171

HEX: #7AB171
RGB: (122,177,113)

Color info

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

RGB color model

#7AB171 color RGB value is (122,177,113).

  • red value is 122;
  • green value is 177;
  • blue value is 113.
RGB:
(122,177,113)
(48%,69%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 177 of 255 = 69%
B 113 of 255 = 44%

122
177
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 177 + 113 = 412 (100%)
R 122 of 412 ~ 29.61%
G 177 of 412 ~ 42.96%
B 113 of 412 ~ 27.43%

%29.61
%42.96
%27.43

CMYK color model

#7AB171 color CMYK value is (31,0,36,31).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 36.16%
  • key color value is 30.59%
CMYK:
(31,0,36,31)
C31M0Y36K31 
(31%,0%,36%,31%)
(0.31/0.00/0.36/0.31)	

CMYK percentages

%31.07
%0
%36.16
%30.59

Codes

Color #7AB171 in popluar color models

7AB171
RGB122177113
HSL112°29.09%56.86%
HSB/HSV112°36.16%69.41%
CMYK31.07%0.00%36.16%
30.59%

Color #7AB171 in popluar number systems.

HEX7AB171
Decimal122177113
Binary1111010101100011110001
Octal172261161

Shades and tints

Shades of #7AB171

#7AB171
(122,177,113)
#6FA167
(111,161,103)
#64915D
(100,145,93)
#598153
(89,129,83)
#4E7149
(78,113,73)
#43613F
(67,97,63)
#385135
(56,81,53)
#2D412B
(45,65,43)
#223121
(34,49,33)
#172117
(23,33,23)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7AB171

#7AB171
(122,177,113)
#86B87D
(134,184,125)
#92BF89
(146,191,137)
#9EC695
(158,198,149)
#AACDA1
(170,205,161)
#B6D4AD
(182,212,173)
#C2DBB9
(194,219,185)
#CEE2C5
(206,226,197)
#DAE9D1
(218,233,209)
#E6F0DD
(230,240,221)
#F2F7E9
(242,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB171; }

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

This text font color is #7AB171.


Background Color

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

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

This div background color is #7AB171.


Border color

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

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

This div border color is #7AB171.


Opacity

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

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

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

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

This text has shadow with #7AB171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB171 on black background.


Color preview on white background

This text has color #7AB171 on white background.



Black color preview on #7AB171 background

This text has black color on #7AB171 background.


White color preview on #7AB171 background

This text has white color on #7AB171 background.