COLOR #7BB599

HEX: #7BB599
RGB: (123,181,153)

Color info

#7BB599 contains red, green and blue colors in about the same proportion. Web safe color of #7BB599 is #66CC99 (or #6C9).

RGB color model

#7BB599 color RGB value is (123,181,153).

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

RGB channels and saturation

R 123 of 255 = 48%
G 181 of 255 = 71%
B 153 of 255 = 60%

123
181
153

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

Portions of RGB colors in percentages

R + G + B =
123 + 181 + 153 = 457 (100%)
R 123 of 457 ~ 26.91%
G 181 of 457 ~ 39.61%
B 153 of 457 ~ 33.48%

%26.91
%39.61
%33.48

CMYK color model

#7BB599 color CMYK value is (32,0,15,29).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(32,0,15,29)
C32M0Y15K29 
(32%,0%,15%,29%)
(0.32/0.00/0.15/0.29)	

CMYK percentages

%32.04
%0
%15.47
%29.02

Codes

Color #7BB599 in popluar color models

7BB599
RGB123181153
HSL151°28.16%59.61%
HSB/HSV151°32.04%70.98%
CMYK32.04%0.00%15.47%
29.02%

Color #7BB599 in popluar number systems.

HEX7BB599
Decimal123181153
Binary11110111011010110011001
Octal173265231

Shades and tints

Shades of #7BB599

#7BB599
(123,181,153)
#70A58C
(112,165,140)
#65957F
(101,149,127)
#5A8572
(90,133,114)
#4F7565
(79,117,101)
#446558
(68,101,88)
#39554B
(57,85,75)
#2E453E
(46,69,62)
#233531
(35,53,49)
#182524
(24,37,36)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #7BB599

#7BB599
(123,181,153)
#87BBA2
(135,187,162)
#93C1AB
(147,193,171)
#9FC7B4
(159,199,180)
#ABCDBD
(171,205,189)
#B7D3C6
(183,211,198)
#C3D9CF
(195,217,207)
#CFDFD8
(207,223,216)
#DBE5E1
(219,229,225)
#E7EBEA
(231,235,234)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB599; }

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

This text font color is #7BB599.


Background Color

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

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

This div background color is #7BB599.


Border color

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

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

This div border color is #7BB599.


Opacity

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

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

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

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

This text has shadow with #7BB599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB599 on black background.


Color preview on white background

This text has color #7BB599 on white background.



Black color preview on #7BB599 background

This text has black color on #7BB599 background.


White color preview on #7BB599 background

This text has white color on #7BB599 background.