COLOR #7BB980

HEX: #7BB980
RGB: (123,185,128)

Color info

#7BB980 contains mainly green and blue colors. Web safe color of #7BB980 is #66CC66 (or #6C6).

RGB color model

#7BB980 color RGB value is (123,185,128).

  • red value is 123;
  • green value is 185;
  • blue value is 128.
RGB:
(123,185,128)
(48%,73%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 185 of 255 = 73%
B 128 of 255 = 50%

123
185
128

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

Portions of RGB colors in percentages

R + G + B =
123 + 185 + 128 = 436 (100%)
R 123 of 436 ~ 28.21%
G 185 of 436 ~ 42.43%
B 128 of 436 ~ 29.36%

%28.21
%42.43
%29.36

CMYK color model

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

  • cyan value is 33.51%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 27.45%
CMYK:
(34,0,31,27)
C34M0Y31K27 
(34%,0%,31%,27%)
(0.34/0.00/0.31/0.27)	

CMYK percentages

%33.51
%0
%30.81
%27.45

Codes

Color #7BB980 in popluar color models

7BB980
RGB123185128
HSL125°30.69%60.39%
HSB/HSV125°33.51%72.55%
CMYK33.51%0.00%30.81%
27.45%

Color #7BB980 in popluar number systems.

HEX7BB980
Decimal123185128
Binary11110111011100110000000
Octal173271200

Shades and tints

Shades of #7BB980

#7BB980
(123,185,128)
#70A975
(112,169,117)
#65996A
(101,153,106)
#5A895F
(90,137,95)
#4F7954
(79,121,84)
#446949
(68,105,73)
#39593E
(57,89,62)
#2E4933
(46,73,51)
#233928
(35,57,40)
#18291D
(24,41,29)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #7BB980

#7BB980
(123,185,128)
#87BF8B
(135,191,139)
#93C596
(147,197,150)
#9FCBA1
(159,203,161)
#ABD1AC
(171,209,172)
#B7D7B7
(183,215,183)
#C3DDC2
(195,221,194)
#CFE3CD
(207,227,205)
#DBE9D8
(219,233,216)
#E7EFE3
(231,239,227)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB980 color. Also use rgb(123,185,128) instead hex code.

Text Font Color

.myTextColor { color: #7BB980; }

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

This text font color is #7BB980.


Background Color

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

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

This div background color is #7BB980.


Border color

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

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

This div border color is #7BB980.


Opacity

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

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

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

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

This text has shadow with #7BB980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB980 on black background.


Color preview on white background

This text has color #7BB980 on white background.



Black color preview on #7BB980 background

This text has black color on #7BB980 background.


White color preview on #7BB980 background

This text has white color on #7BB980 background.