COLOR #7AB37C

HEX: #7AB37C RGB: (122,179,124)

Color info

#7AB37C contains red, green and blue colors in about the same proportion. Web safe color of #7AB37C is #669966 (or #696).

RGB color model

#7AB37C color RGB value is (122,179,124).

RGB: (122,179,124) (48%, 70%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 179 of 255 = 70%
B 124 of 255 = 49%

122
179
124

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

Portions of RGB colors in percentages

R + G + B = 122 + 179 + 124 = 425 (100%)
R 122 of 425 ~ 28.71%
G 179 of 425 ~ 42.12%
B 124 of 425 ~ 29.18'%

%28.71
%42.12
%29.18

CMYK color model

#7AB37C color CMYK value is (32,0,31,30).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 29.80%

CMYK: (32,0,31,30)
C32M0Y31K30 (32%, 0%, 31%, 30%)
(0.32 / 0.00 / 0.31 / 0.30)

CMYK percentages

%31.84
%0
%30.73
%29.8

Codes

Color #7AB37C in popluar color models

7A B3 7C
RGB 122 179 124
HSL 122° 27.27% 59.02%
HSB/HSV 122° 31.84% 70.20%
CMYK 31.84% 0.00% 30.73%
29.80%

Color #7AB37C in popluar number systems.

HEX 7A B3 7C
Decimal 122 179 124
Binary 1111010 10110011 1111100
Octal 172 263 174

Shades and tints

Shades of #7AB37C

#7AB37C
(122,179,124)
#6FA371
(111,163,113)
#649366
(100,147,102)
#59835B
(89,131,91)
#4E7350
(78,115,80)
#436345
(67,99,69)
#38533A
(56,83,58)
#2D432F
(45,67,47)
#223324
(34,51,36)
#172319
(23,35,25)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #7AB37C

#7AB37C
(122,179,124)
#86B987
(134,185,135)
#92BF92
(146,191,146)
#9EC59D
(158,197,157)
#AACBA8
(170,203,168)
#B6D1B3
(182,209,179)
#C2D7BE
(194,215,190)
#CEDDC9
(206,221,201)
#DAE3D4
(218,227,212)
#E6E9DF
(230,233,223)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB37C color. Also use rgb(122,179,124) instead hex code.

Text Font Color

.myTextColor { color: #7AB37C; }

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

This text font color is #7AB37C.

Background Color

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

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

This div background color is #7AB37C.

Border color

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

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

This div border color is #7AB37C.

Opacity

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

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

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

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

This text has shadow with #7AB37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB37C.

Preview

Color preview on black background

This text has color #7AB37C on black background.


Color preview on white background

This text has color #7AB37C on white background.


Black color preview on #7AB37C background

This text has black color on #7AB37C background.


White color preview on #7AB37C background

This text has white color on #7AB37C background.


Related colors

Complementary color

Complementary color for #hex is #854C83.


I love getcolorcode.com

Triadic colors

1 #7C7AB3 and #B37C7A with #7AB37C are triadic colors.

2 #7CB37A and #B37A7C with #7AB37C are triadic colors.