COLOR #7BD960

HEX: #7BD960
RGB: (123,217,96)

Color info

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

RGB color model

#7BD960 color RGB value is (123,217,96).

  • red value is 123;
  • green value is 217;
  • blue value is 96.
RGB:
(123,217,96)
(48%,85%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 217 of 255 = 85%
B 96 of 255 = 38%

123
217
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 217 + 96 = 436 (100%)
R 123 of 436 ~ 28.21%
G 217 of 436 ~ 49.77%
B 96 of 436 ~ 22.02%

%28.21
%49.77
%22.02

CMYK color model

#7BD960 color CMYK value is (43,0,56,15).

  • cyan value is 43.32%
  • magenta value is 0.00%
  • yellow value is 55.76%
  • key color value is 14.90%
CMYK:
(43,0,56,15)
C43M0Y56K15 
(43%,0%,56%,15%)
(0.43/0.00/0.56/0.15)	

CMYK percentages

%43.32
%0
%55.76
%14.9

Codes

Color #7BD960 in popluar color models

7BD960
RGB12321796
HSL107°61.42%61.37%
HSB/HSV107°55.76%85.10%
CMYK43.32%0.00%55.76%
14.90%

Color #7BD960 in popluar number systems.

HEX7BD960
Decimal12321796
Binary1111011110110011100000
Octal173331140

Shades and tints

Shades of #7BD960

#7BD960
(123,217,96)
#70C658
(112,198,88)
#65B350
(101,179,80)
#5AA048
(90,160,72)
#4F8D40
(79,141,64)
#447A38
(68,122,56)
#396730
(57,103,48)
#2E5428
(46,84,40)
#234120
(35,65,32)
#182E18
(24,46,24)
#0D1B10
(13,27,16)
#000000
(0,0,0)

Tints of #7BD960

#7BD960
(123,217,96)
#87DC6E
(135,220,110)
#93DF7C
(147,223,124)
#9FE28A
(159,226,138)
#ABE598
(171,229,152)
#B7E8A6
(183,232,166)
#C3EBB4
(195,235,180)
#CFEEC2
(207,238,194)
#DBF1D0
(219,241,208)
#E7F4DE
(231,244,222)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BD960; }

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

This text font color is #7BD960.


Background Color

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

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

This div background color is #7BD960.


Border color

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

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

This div border color is #7BD960.


Opacity

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

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

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

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

This text has shadow with #7BD960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD960 on black background.


Color preview on white background

This text has color #7BD960 on white background.



Black color preview on #7BD960 background

This text has black color on #7BD960 background.


White color preview on #7BD960 background

This text has white color on #7BD960 background.