COLOR #7BAE71

HEX: #7BAE71 RGB: (123,174,113)

Color info

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

RGB color model

#7BAE71 color RGB value is (123,174,113).

RGB: (123,174,113) (48%, 68%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 113 of 255 = 44%

123
174
113

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

Portions of RGB colors in percentages

R + G + B = 123 + 174 + 113 = 410 (100%)
R 123 of 410 ~ 30%
G 174 of 410 ~ 42.44%
B 113 of 410 ~ 27.56'%

%30
%42.44
%27.56

CMYK color model

#7BAE71 color CMYK value is (29,0,35,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK: (29,0,35,32) C29M0Y35K32 (29%,0%,35%,32%) (0.29/0.00/0.35/0.32) 

CMYK percentages

%29.31
%0
%35.06
%31.76

Codes

Color #7BAE71 in popluar color models

7B AE 71
RGB 123 174 113
HSL 110° 27.35% 56.27%
HSB/HSV 110° 35.06% 68.24%
CMYK 29.31% 0.00% 35.06%
31.76%

Color #7BAE71 in popluar number systems.

HEX 7B AE 71
Decimal 123 174 113
Binary 1111011 10101110 1110001
Octal 173 256 161

Shades and tints

Shades of #7BAE71

#7BAE71
(123,174,113)
#709F67
(112,159,103)
#65905D
(101,144,93)
#5A8153
(90,129,83)
#4F7249
(79,114,73)
#44633F
(68,99,63)
#395435
(57,84,53)
#2E452B
(46,69,43)
#233621
(35,54,33)
#182717
(24,39,23)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #7BAE71

#7BAE71
(123,174,113)
#87B57D
(135,181,125)
#93BC89
(147,188,137)
#9FC395
(159,195,149)
#ABCAA1
(171,202,161)
#B7D1AD
(183,209,173)
#C3D8B9
(195,216,185)
#CFDFC5
(207,223,197)
#DBE6D1
(219,230,209)
#E7EDDD
(231,237,221)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAE71 color. Also use rgb(123,174,113) instead hex code.

Text Font Color

.myTextColor { color: #7BAE71; }

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

This text font color is #7BAE71.

Background Color

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

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

This div background color is #7BAE71.

Border color

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

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

This div border color is #7BAE71.

Opacity

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

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

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

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

This text has shadow with #7BAE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAE71.

Preview

Color preview on black background

This text has color #7BAE71 on black background.


Color preview on white background

This text has color #7BAE71 on white background.


Black color preview on #7BAE71 background

This text has black color on #7BAE71 background.


White color preview on #7BAE71 background

This text has white color on #7BAE71 background.


Related colors

Complementary color

Complementary color for #hex is #84518E.


I love getcolorcode.com

Triadic colors

1 #717BAE and #AE717B with #7BAE71 are triadic colors.

2 #71AE7B and #AE7B71 with #7BAE71 are triadic colors.