COLOR #7BB38D

HEX: #7BB38D RGB: (123,179,141)

Color info

#7BB38D contains red, green and blue colors in about the same proportion. Web safe color of #7BB38D is #669999 (or #699).

RGB color model

#7BB38D color RGB value is (123,179,141).

RGB: (123,179,141) (48%, 70%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 141 of 255 = 55%

123
179
141

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

Portions of RGB colors in percentages

R + G + B = 123 + 179 + 141 = 443 (100%)
R 123 of 443 ~ 27.77%
G 179 of 443 ~ 40.41%
B 141 of 443 ~ 31.83'%

%27.77
%40.41
%31.83

CMYK color model

#7BB38D color CMYK value is (31,0,21,30).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 29.80%

CMYK: (31,0,21,30)
C31M0Y21K30 (31%, 0%, 21%, 30%)
(0.31 / 0.00 / 0.21 / 0.30)

CMYK percentages

%31.28
%0
%21.23
%29.8

Codes

Color #7BB38D in popluar color models

7B B3 8D
RGB 123 179 141
HSL 139° 26.92% 59.22%
HSB/HSV 139° 31.28% 70.20%
CMYK 31.28% 0.00% 21.23%
29.80%

Color #7BB38D in popluar number systems.

HEX 7B B3 8D
Decimal 123 179 141
Binary 1111011 10110011 10001101
Octal 173 263 215

Shades and tints

Shades of #7BB38D

#7BB38D
(123,179,141)
#70A381
(112,163,129)
#659375
(101,147,117)
#5A8369
(90,131,105)
#4F735D
(79,115,93)
#446351
(68,99,81)
#395345
(57,83,69)
#2E4339
(46,67,57)
#23332D
(35,51,45)
#182321
(24,35,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #7BB38D

#7BB38D
(123,179,141)
#87B997
(135,185,151)
#93BFA1
(147,191,161)
#9FC5AB
(159,197,171)
#ABCBB5
(171,203,181)
#B7D1BF
(183,209,191)
#C3D7C9
(195,215,201)
#CFDDD3
(207,221,211)
#DBE3DD
(219,227,221)
#E7E9E7
(231,233,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB38D color. Also use rgb(123,179,141) instead hex code.

Text Font Color

.myTextColor { color: #7BB38D; }

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

This text font color is #7BB38D.

Background Color

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

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

This div background color is #7BB38D.

Border color

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

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

This div border color is #7BB38D.

Opacity

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

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

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

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

This text has shadow with #7BB38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB38D.

Preview

Color preview on black background

This text has color #7BB38D on black background.


Color preview on white background

This text has color #7BB38D on white background.


Black color preview on #7BB38D background

This text has black color on #7BB38D background.


White color preview on #7BB38D background

This text has white color on #7BB38D background.


Related colors

Complementary color

Complementary color for #hex is #844C72.


I love getcolorcode.com

Triadic colors

1 #8D7BB3 and #B38D7B with #7BB38D are triadic colors.

2 #8DB37B and #B37B8D with #7BB38D are triadic colors.