COLOR #7BB58B

HEX: #7BB58B RGB: (123,181,139)

Color info

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

RGB color model

#7BB58B color RGB value is (123,181,139).

RGB: (123,181,139) (48%, 71%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 181 of 255 = 71%
B 139 of 255 = 55%

123
181
139

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

Portions of RGB colors in percentages

R + G + B = 123 + 181 + 139 = 443 (100%)
R 123 of 443 ~ 27.77%
G 181 of 443 ~ 40.86%
B 139 of 443 ~ 31.38'%

%27.77
%40.86
%31.38

CMYK color model

#7BB58B color CMYK value is (32,0,23,29).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%

CMYK: (32,0,23,29)
C32M0Y23K29 (32%, 0%, 23%, 29%)
(0.32 / 0.00 / 0.23 / 0.29)

CMYK percentages

%32.04
%0
%23.2
%29.02

Codes

Color #7BB58B in popluar color models

7B B5 8B
RGB 123 181 139
HSL 137° 28.16% 59.61%
HSB/HSV 137° 32.04% 70.98%
CMYK 32.04% 0.00% 23.20%
29.02%

Color #7BB58B in popluar number systems.

HEX 7B B5 8B
Decimal 123 181 139
Binary 1111011 10110101 10001011
Octal 173 265 213

Shades and tints

Shades of #7BB58B

#7BB58B
(123,181,139)
#70A57F
(112,165,127)
#659573
(101,149,115)
#5A8567
(90,133,103)
#4F755B
(79,117,91)
#44654F
(68,101,79)
#395543
(57,85,67)
#2E4537
(46,69,55)
#23352B
(35,53,43)
#18251F
(24,37,31)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #7BB58B

#7BB58B
(123,181,139)
#87BB95
(135,187,149)
#93C19F
(147,193,159)
#9FC7A9
(159,199,169)
#ABCDB3
(171,205,179)
#B7D3BD
(183,211,189)
#C3D9C7
(195,217,199)
#CFDFD1
(207,223,209)
#DBE5DB
(219,229,219)
#E7EBE5
(231,235,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB58B; }

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

This text font color is #7BB58B.

Background Color

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

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

This div background color is #7BB58B.

Border color

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

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

This div border color is #7BB58B.

Opacity

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

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

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

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

This text has shadow with #7BB58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB58B.

Preview

Color preview on black background

This text has color #7BB58B on black background.


Color preview on white background

This text has color #7BB58B on white background.


Black color preview on #7BB58B background

This text has black color on #7BB58B background.


White color preview on #7BB58B background

This text has white color on #7BB58B background.


Related colors

Complementary color

Complementary color for #hex is #844A74.


I love getcolorcode.com

Triadic colors

1 #8B7BB5 and #B58B7B with #7BB58B are triadic colors.

2 #8BB57B and #B57B8B with #7BB58B are triadic colors.