COLOR #7BCC7B

HEX: #7BCC7B
RGB: (123,204,123)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
204
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 204 + 123 = 450 (100%)
R 123 of 450 ~ 27.33%
G 204 of 450 ~ 45.33%
B 123 of 450 ~ 27.33%

%27.33
%45.33
%27.33

CMYK color model

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

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

CMYK percentages

%39.71
%0
%39.71
%20

Codes

Color #7BCC7B in popluar color models

7BCC7B
RGB123204123
HSL120°44.26%64.12%
HSB/HSV120°39.71%80.00%
CMYK39.71%0.00%39.71%
20.00%

Color #7BCC7B in popluar number systems.

HEX7BCC7B
Decimal123204123
Binary1111011110011001111011
Octal173314173

Shades and tints

Shades of #7BCC7B

#7BCC7B
(123,204,123)
#70BA70
(112,186,112)
#65A865
(101,168,101)
#5A965A
(90,150,90)
#4F844F
(79,132,79)
#447244
(68,114,68)
#396039
(57,96,57)
#2E4E2E
(46,78,46)
#233C23
(35,60,35)
#182A18
(24,42,24)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #7BCC7B

#7BCC7B
(123,204,123)
#87D087
(135,208,135)
#93D493
(147,212,147)
#9FD89F
(159,216,159)
#ABDCAB
(171,220,171)
#B7E0B7
(183,224,183)
#C3E4C3
(195,228,195)
#CFE8CF
(207,232,207)
#DBECDB
(219,236,219)
#E7F0E7
(231,240,231)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCC7B; }

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

This text font color is #7BCC7B.


Background Color

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

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

This div background color is #7BCC7B.


Border color

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

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

This div border color is #7BCC7B.


Opacity

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

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

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

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

This text has shadow with #7BCC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCC7B on black background.


Color preview on white background

This text has color #7BCC7B on white background.



Black color preview on #7BCC7B background

This text has black color on #7BCC7B background.


White color preview on #7BCC7B background

This text has white color on #7BCC7B background.