COLOR #7BCC80

HEX: #7BCC80
RGB: (123,204,128)

Color info

#7BCC80 contains mainly green color. Web safe color of #7BCC80 is #66CC66 (or #6C6).

RGB color model

#7BCC80 color RGB value is (123,204,128).

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

RGB channels and saturation

R 123 of 255 = 48%
G 204 of 255 = 80%
B 128 of 255 = 50%

123
204
128

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

Portions of RGB colors in percentages

R + G + B =
123 + 204 + 128 = 455 (100%)
R 123 of 455 ~ 27.03%
G 204 of 455 ~ 44.84%
B 128 of 455 ~ 28.13%

%27.03
%44.84
%28.13

CMYK color model

#7BCC80 color CMYK value is (40,0,37,20).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(40,0,37,20)
C40M0Y37K20 
(40%,0%,37%,20%)
(0.40/0.00/0.37/0.20)	

CMYK percentages

%39.71
%0
%37.25
%20

Codes

Color #7BCC80 in popluar color models

7BCC80
RGB123204128
HSL124°44.26%64.12%
HSB/HSV124°39.71%80.00%
CMYK39.71%0.00%37.25%
20.00%

Color #7BCC80 in popluar number systems.

HEX7BCC80
Decimal123204128
Binary11110111100110010000000
Octal173314200

Shades and tints

Shades of #7BCC80

#7BCC80
(123,204,128)
#70BA75
(112,186,117)
#65A86A
(101,168,106)
#5A965F
(90,150,95)
#4F8454
(79,132,84)
#447249
(68,114,73)
#39603E
(57,96,62)
#2E4E33
(46,78,51)
#233C28
(35,60,40)
#182A1D
(24,42,29)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #7BCC80

#7BCC80
(123,204,128)
#87D08B
(135,208,139)
#93D496
(147,212,150)
#9FD8A1
(159,216,161)
#ABDCAC
(171,220,172)
#B7E0B7
(183,224,183)
#C3E4C2
(195,228,194)
#CFE8CD
(207,232,205)
#DBECD8
(219,236,216)
#E7F0E3
(231,240,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCC80; }

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

This text font color is #7BCC80.


Background Color

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

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

This div background color is #7BCC80.


Border color

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

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

This div border color is #7BCC80.


Opacity

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

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

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

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

This text has shadow with #7BCC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCC80 on black background.


Color preview on white background

This text has color #7BCC80 on white background.



Black color preview on #7BCC80 background

This text has black color on #7BCC80 background.


White color preview on #7BCC80 background

This text has white color on #7BCC80 background.