COLOR #7BAA73

HEX: #7BAA73
RGB: (123,170,115)

Color info

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

RGB color model

#7BAA73 color RGB value is (123,170,115).

  • red value is 123;
  • green value is 170;
  • blue value is 115.
RGB:
(123,170,115)
(48%,67%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 115 of 255 = 45%

123
170
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 170 + 115 = 408 (100%)
R 123 of 408 ~ 30.15%
G 170 of 408 ~ 41.67%
B 115 of 408 ~ 28.19%

%30.15
%41.67
%28.19

CMYK color model

#7BAA73 color CMYK value is (28,0,32,33).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(28,0,32,33)
C28M0Y32K33 
(28%,0%,32%,33%)
(0.28/0.00/0.32/0.33)	

CMYK percentages

%27.65
%0
%32.35
%33.33

Codes

Color #7BAA73 in popluar color models

7BAA73
RGB123170115
HSL111°24.44%55.88%
HSB/HSV111°32.35%66.67%
CMYK27.65%0.00%32.35%
33.33%

Color #7BAA73 in popluar number systems.

HEX7BAA73
Decimal123170115
Binary1111011101010101110011
Octal173252163

Shades and tints

Shades of #7BAA73

#7BAA73
(123,170,115)
#709B69
(112,155,105)
#658C5F
(101,140,95)
#5A7D55
(90,125,85)
#4F6E4B
(79,110,75)
#445F41
(68,95,65)
#395037
(57,80,55)
#2E412D
(46,65,45)
#233223
(35,50,35)
#182319
(24,35,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7BAA73

#7BAA73
(123,170,115)
#87B17F
(135,177,127)
#93B88B
(147,184,139)
#9FBF97
(159,191,151)
#ABC6A3
(171,198,163)
#B7CDAF
(183,205,175)
#C3D4BB
(195,212,187)
#CFDBC7
(207,219,199)
#DBE2D3
(219,226,211)
#E7E9DF
(231,233,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAA73 color. Also use rgb(123,170,115) instead hex code.

Text Font Color

.myTextColor { color: #7BAA73; }

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

This text font color is #7BAA73.


Background Color

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

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

This div background color is #7BAA73.


Border color

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

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

This div border color is #7BAA73.


Opacity

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

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

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

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

This text has shadow with #7BAA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAA73 on black background.


Color preview on white background

This text has color #7BAA73 on white background.



Black color preview on #7BAA73 background

This text has black color on #7BAA73 background.


White color preview on #7BAA73 background

This text has white color on #7BAA73 background.