COLOR #7BB394

HEX: #7BB394 RGB: (123,179,148)

Color info

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

RGB color model

#7BB394 color RGB value is (123,179,148).

RGB: (123,179,148) (48%, 70%, 58%)

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 148 of 255 = 58%

123
179
148

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

Portions of RGB colors in percentages

R + G + B = 123 + 179 + 148 = 450 (100%)
R 123 of 450 ~ 27.33%
G 179 of 450 ~ 39.78%
B 148 of 450 ~ 32.89'%

%27.33
%39.78
%32.89

CMYK color model

#7BB394 color CMYK value is (31,0,17,30).

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

CMYK: (31,0,17,30)
C31M0Y17K30 (31%, 0%, 17%, 30%)
(0.31 / 0.00 / 0.17 / 0.30)

CMYK percentages

%31.28
%0
%17.32
%29.8

Codes

Color #7BB394 in popluar color models

7B B3 94
RGB 123 179 148
HSL 147° 26.92% 59.22%
HSB/HSV 147° 31.28% 70.20%
CMYK 31.28% 0.00% 17.32%
29.80%

Color #7BB394 in popluar number systems.

HEX 7B B3 94
Decimal 123 179 148
Binary 1111011 10110011 10010100
Octal 173 263 224

Shades and tints

Shades of #7BB394

#7BB394
(123,179,148)
#70A387
(112,163,135)
#65937A
(101,147,122)
#5A836D
(90,131,109)
#4F7360
(79,115,96)
#446353
(68,99,83)
#395346
(57,83,70)
#2E4339
(46,67,57)
#23332C
(35,51,44)
#18231F
(24,35,31)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7BB394

#7BB394
(123,179,148)
#87B99D
(135,185,157)
#93BFA6
(147,191,166)
#9FC5AF
(159,197,175)
#ABCBB8
(171,203,184)
#B7D1C1
(183,209,193)
#C3D7CA
(195,215,202)
#CFDDD3
(207,221,211)
#DBE3DC
(219,227,220)
#E7E9E5
(231,233,229)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB394; }

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

This text font color is #7BB394.

Background Color

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

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

This div background color is #7BB394.

Border color

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

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

This div border color is #7BB394.

Opacity

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

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

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

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

This text has shadow with #7BB394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB394.

Preview

Color preview on black background

This text has color #7BB394 on black background.


Color preview on white background

This text has color #7BB394 on white background.


Black color preview on #7BB394 background

This text has black color on #7BB394 background.


White color preview on #7BB394 background

This text has white color on #7BB394 background.


Related colors

Complementary color

Complementary color for #hex is #844C6B.


I love getcolorcode.com

Triadic colors

1 #947BB3 and #B3947B with #7BB394 are triadic colors.

2 #94B37B and #B37B94 with #7BB394 are triadic colors.