COLOR #7AB081

HEX: #7AB081
RGB: (122,176,129)

Color info

#7AB081 contains red, green and blue colors in about the same proportion. Web safe color of #7AB081 is #669999 (or #699).

RGB color model

#7AB081 color RGB value is (122,176,129).

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

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 129 of 255 = 51%

122
176
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 129 = 427 (100%)
R 122 of 427 ~ 28.57%
G 176 of 427 ~ 41.22%
B 129 of 427 ~ 30.21%

%28.57
%41.22
%30.21

CMYK color model

#7AB081 color CMYK value is (31,0,27,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK:
(31,0,27,31)
C31M0Y27K31 
(31%,0%,27%,31%)
(0.31/0.00/0.27/0.31)	

CMYK percentages

%30.68
%0
%26.7
%30.98

Codes

Color #7AB081 in popluar color models

7AB081
RGB122176129
HSL128°25.47%58.43%
HSB/HSV128°30.68%69.02%
CMYK30.68%0.00%26.70%
30.98%

Color #7AB081 in popluar number systems.

HEX7AB081
Decimal122176129
Binary11110101011000010000001
Octal172260201

Shades and tints

Shades of #7AB081

#7AB081
(122,176,129)
#6FA076
(111,160,118)
#64906B
(100,144,107)
#598060
(89,128,96)
#4E7055
(78,112,85)
#43604A
(67,96,74)
#38503F
(56,80,63)
#2D4034
(45,64,52)
#223029
(34,48,41)
#17201E
(23,32,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7AB081

#7AB081
(122,176,129)
#86B78C
(134,183,140)
#92BE97
(146,190,151)
#9EC5A2
(158,197,162)
#AACCAD
(170,204,173)
#B6D3B8
(182,211,184)
#C2DAC3
(194,218,195)
#CEE1CE
(206,225,206)
#DAE8D9
(218,232,217)
#E6EFE4
(230,239,228)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB081; }

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

This text font color is #7AB081.


Background Color

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

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

This div background color is #7AB081.


Border color

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

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

This div border color is #7AB081.


Opacity

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

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

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

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

This text has shadow with #7AB081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB081 on black background.


Color preview on white background

This text has color #7AB081 on white background.



Black color preview on #7AB081 background

This text has black color on #7AB081 background.


White color preview on #7AB081 background

This text has white color on #7AB081 background.