COLOR #7AB58A

HEX: #7AB58A RGB: (122,181,138)

Color info

#7AB58A contains red, green and blue colors in about the same proportion. Web safe color of #7AB58A is #66CC99 (or #6C9).

RGB color model

#7AB58A color RGB value is (122,181,138).

RGB: (122,181,138) (48%, 71%, 54%)

RGB channels and saturation

R 122 of 255 = 48%
G 181 of 255 = 71%
B 138 of 255 = 54%

122
181
138

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

Portions of RGB colors in percentages

R + G + B = 122 + 181 + 138 = 441 (100%)
R 122 of 441 ~ 27.66%
G 181 of 441 ~ 41.04%
B 138 of 441 ~ 31.29'%

%27.66
%41.04
%31.29

CMYK color model

#7AB58A color CMYK value is (33,0,24,29).

  • cyan value is 32.60%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 29.02%

CMYK: (33,0,24,29)
C33M0Y24K29 (33%, 0%, 24%, 29%)
(0.33 / 0.00 / 0.24 / 0.29)

CMYK percentages

%32.6
%0
%23.76
%29.02

Codes

Color #7AB58A in popluar color models

7A B5 8A
RGB 122 181 138
HSL 136° 28.50% 59.41%
HSB/HSV 136° 32.60% 70.98%
CMYK 32.60% 0.00% 23.76%
29.02%

Color #7AB58A in popluar number systems.

HEX 7A B5 8A
Decimal 122 181 138
Binary 1111010 10110101 10001010
Octal 172 265 212

Shades and tints

Shades of #7AB58A

#7AB58A
(122,181,138)
#6FA57E
(111,165,126)
#649572
(100,149,114)
#598566
(89,133,102)
#4E755A
(78,117,90)
#43654E
(67,101,78)
#385542
(56,85,66)
#2D4536
(45,69,54)
#22352A
(34,53,42)
#17251E
(23,37,30)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #7AB58A

#7AB58A
(122,181,138)
#86BB94
(134,187,148)
#92C19E
(146,193,158)
#9EC7A8
(158,199,168)
#AACDB2
(170,205,178)
#B6D3BC
(182,211,188)
#C2D9C6
(194,217,198)
#CEDFD0
(206,223,208)
#DAE5DA
(218,229,218)
#E6EBE4
(230,235,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB58A color. Also use rgb(122,181,138) instead hex code.

Text Font Color

.myTextColor { color: #7AB58A; }

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

This text font color is #7AB58A.

Background Color

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

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

This div background color is #7AB58A.

Border color

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

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

This div border color is #7AB58A.

Opacity

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

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

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

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

This text has shadow with #7AB58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB58A.

Preview

Color preview on black background

This text has color #7AB58A on black background.


Color preview on white background

This text has color #7AB58A on white background.


Black color preview on #7AB58A background

This text has black color on #7AB58A background.


White color preview on #7AB58A background

This text has white color on #7AB58A background.


Related colors

Complementary color

Complementary color for #hex is #854A75.


I love getcolorcode.com

Triadic colors

1 #8A7AB5 and #B58A7A with #7AB58A are triadic colors.

2 #8AB57A and #B57A8A with #7AB58A are triadic colors.