COLOR #7BC58B

HEX: #7BC58B
RGB: (123,197,139)

Color info

#7BC58B contains mainly green and blue colors. Web safe color of #7BC58B is #66CC99 (or #6C9).

RGB color model

#7BC58B color RGB value is (123,197,139).

  • red value is 123;
  • green value is 197;
  • blue value is 139.
RGB:
(123,197,139)
(48%,77%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 197 of 255 = 77%
B 139 of 255 = 55%

123
197
139

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

Portions of RGB colors in percentages

R + G + B =
123 + 197 + 139 = 459 (100%)
R 123 of 459 ~ 26.8%
G 197 of 459 ~ 42.92%
B 139 of 459 ~ 30.28%

%26.8
%42.92
%30.28

CMYK color model

#7BC58B color CMYK value is (38,0,29,23).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%
CMYK:
(38,0,29,23)
C38M0Y29K23 
(38%,0%,29%,23%)
(0.38/0.00/0.29/0.23)	

CMYK percentages

%37.56
%0
%29.44
%22.75

Codes

Color #7BC58B in popluar color models

7BC58B
RGB123197139
HSL133°38.95%62.75%
HSB/HSV133°37.56%77.25%
CMYK37.56%0.00%29.44%
22.75%

Color #7BC58B in popluar number systems.

HEX7BC58B
Decimal123197139
Binary11110111100010110001011
Octal173305213

Shades and tints

Shades of #7BC58B

#7BC58B
(123,197,139)
#70B47F
(112,180,127)
#65A373
(101,163,115)
#5A9267
(90,146,103)
#4F815B
(79,129,91)
#44704F
(68,112,79)
#395F43
(57,95,67)
#2E4E37
(46,78,55)
#233D2B
(35,61,43)
#182C1F
(24,44,31)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #7BC58B

#7BC58B
(123,197,139)
#87CA95
(135,202,149)
#93CF9F
(147,207,159)
#9FD4A9
(159,212,169)
#ABD9B3
(171,217,179)
#B7DEBD
(183,222,189)
#C3E3C7
(195,227,199)
#CFE8D1
(207,232,209)
#DBEDDB
(219,237,219)
#E7F2E5
(231,242,229)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC58B; }

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

This text font color is #7BC58B.


Background Color

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

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

This div background color is #7BC58B.


Border color

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

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

This div border color is #7BC58B.


Opacity

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

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

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

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

This text has shadow with #7BC58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC58B on black background.


Color preview on white background

This text has color #7BC58B on white background.



Black color preview on #7BC58B background

This text has black color on #7BC58B background.


White color preview on #7BC58B background

This text has white color on #7BC58B background.