COLOR #7BB59A

HEX: #7BB59A RGB: (123,181,154)

Color info

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

RGB color model

#7BB59A color RGB value is (123,181,154).

RGB: (123,181,154) (48%, 71%, 60%)

RGB channels and saturation

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

123
181
154

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

Portions of RGB colors in percentages

R + G + B = 123 + 181 + 154 = 458 (100%)
R 123 of 458 ~ 26.86%
G 181 of 458 ~ 39.52%
B 154 of 458 ~ 33.62'%

%26.86
%39.52
%33.62

CMYK color model

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

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • 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
%14.92
%29.02

Codes

Color #7BB59A in popluar color models

7B B5 9A
RGB 123 181 154
HSL 152° 28.16% 59.61%
HSB/HSV 152° 32.04% 70.98%
CMYK 32.04% 0.00% 14.92%
29.02%

Color #7BB59A in popluar number systems.

HEX 7B B5 9A
Decimal 123 181 154
Binary 1111011 10110101 10011010
Octal 173 265 232

Shades and tints

Shades of #7BB59A

#7BB59A
(123,181,154)
#70A58C
(112,165,140)
#65957E
(101,149,126)
#5A8570
(90,133,112)
#4F7562
(79,117,98)
#446554
(68,101,84)
#395546
(57,85,70)
#2E4538
(46,69,56)
#23352A
(35,53,42)
#18251C
(24,37,28)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #7BB59A

#7BB59A
(123,181,154)
#87BBA3
(135,187,163)
#93C1AC
(147,193,172)
#9FC7B5
(159,199,181)
#ABCDBE
(171,205,190)
#B7D3C7
(183,211,199)
#C3D9D0
(195,217,208)
#CFDFD9
(207,223,217)
#DBE5E2
(219,229,226)
#E7EBEB
(231,235,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB59A; }

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

This text font color is #7BB59A.

Background Color

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

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

This div background color is #7BB59A.

Border color

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

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

This div border color is #7BB59A.

Opacity

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

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

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

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

This text has shadow with #7BB59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB59A.

Preview

Color preview on black background

This text has color #7BB59A on black background.


Color preview on white background

This text has color #7BB59A on white background.


Black color preview on #7BB59A background

This text has black color on #7BB59A background.


White color preview on #7BB59A background

This text has white color on #7BB59A background.


Related colors

Complementary color

Complementary color for #hex is #844A65.


I love getcolorcode.com

Triadic colors

1 #9A7BB5 and #B59A7B with #7BB59A are triadic colors.

2 #9AB57B and #B57B9A with #7BB59A are triadic colors.