COLOR #7BB560

HEX: #7BB560
RGB: (123,181,96)

Color info

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

RGB color model

#7BB560 color RGB value is (123,181,96).

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

RGB channels and saturation

R 123 of 255 = 48%
G 181 of 255 = 71%
B 96 of 255 = 38%

123
181
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 181 + 96 = 400 (100%)
R 123 of 400 ~ 30.75%
G 181 of 400 ~ 45.25%
B 96 of 400 ~ 24%

%30.75
%45.25
%24

CMYK color model

#7BB560 color CMYK value is (32,0,47,29).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 46.96%
  • key color value is 29.02%
CMYK:
(32,0,47,29)
C32M0Y47K29 
(32%,0%,47%,29%)
(0.32/0.00/0.47/0.29)	

CMYK percentages

%32.04
%0
%46.96
%29.02

Codes

Color #7BB560 in popluar color models

7BB560
RGB12318196
HSL101°36.48%54.31%
HSB/HSV101°46.96%70.98%
CMYK32.04%0.00%46.96%
29.02%

Color #7BB560 in popluar number systems.

HEX7BB560
Decimal12318196
Binary1111011101101011100000
Octal173265140

Shades and tints

Shades of #7BB560

#7BB560
(123,181,96)
#70A558
(112,165,88)
#659550
(101,149,80)
#5A8548
(90,133,72)
#4F7540
(79,117,64)
#446538
(68,101,56)
#395530
(57,85,48)
#2E4528
(46,69,40)
#233520
(35,53,32)
#182518
(24,37,24)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #7BB560

#7BB560
(123,181,96)
#87BB6E
(135,187,110)
#93C17C
(147,193,124)
#9FC78A
(159,199,138)
#ABCD98
(171,205,152)
#B7D3A6
(183,211,166)
#C3D9B4
(195,217,180)
#CFDFC2
(207,223,194)
#DBE5D0
(219,229,208)
#E7EBDE
(231,235,222)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB560; }

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

This text font color is #7BB560.


Background Color

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

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

This div background color is #7BB560.


Border color

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

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

This div border color is #7BB560.


Opacity

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

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

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

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

This text has shadow with #7BB560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB560 on black background.


Color preview on white background

This text has color #7BB560 on white background.



Black color preview on #7BB560 background

This text has black color on #7BB560 background.


White color preview on #7BB560 background

This text has white color on #7BB560 background.