COLOR #7BB18A

HEX: #7BB18A RGB: (123,177,138)

Color info

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

RGB color model

#7BB18A color RGB value is (123,177,138).

RGB: (123,177,138) (48%, 69%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 177 of 255 = 69%
B 138 of 255 = 54%

123
177
138

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

Portions of RGB colors in percentages

R + G + B = 123 + 177 + 138 = 438 (100%)
R 123 of 438 ~ 28.08%
G 177 of 438 ~ 40.41%
B 138 of 438 ~ 31.51'%

%28.08
%40.41
%31.51

CMYK color model

#7BB18A color CMYK value is (31,0,22,31).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 30.59%

CMYK: (31,0,22,31)
C31M0Y22K31 (31%, 0%, 22%, 31%)
(0.31 / 0.00 / 0.22 / 0.31)

CMYK percentages

%30.51
%0
%22.03
%30.59

Codes

Color #7BB18A in popluar color models

7B B1 8A
RGB 123 177 138
HSL 137° 25.71% 58.82%
HSB/HSV 137° 30.51% 69.41%
CMYK 30.51% 0.00% 22.03%
30.59%

Color #7BB18A in popluar number systems.

HEX 7B B1 8A
Decimal 123 177 138
Binary 1111011 10110001 10001010
Octal 173 261 212

Shades and tints

Shades of #7BB18A

#7BB18A
(123,177,138)
#70A17E
(112,161,126)
#659172
(101,145,114)
#5A8166
(90,129,102)
#4F715A
(79,113,90)
#44614E
(68,97,78)
#395142
(57,81,66)
#2E4136
(46,65,54)
#23312A
(35,49,42)
#18211E
(24,33,30)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7BB18A

#7BB18A
(123,177,138)
#87B894
(135,184,148)
#93BF9E
(147,191,158)
#9FC6A8
(159,198,168)
#ABCDB2
(171,205,178)
#B7D4BC
(183,212,188)
#C3DBC6
(195,219,198)
#CFE2D0
(207,226,208)
#DBE9DA
(219,233,218)
#E7F0E4
(231,240,228)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB18A color. Also use rgb(123,177,138) instead hex code.

Text Font Color

.myTextColor { color: #7BB18A; }

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

This text font color is #7BB18A.

Background Color

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

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

This div background color is #7BB18A.

Border color

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

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

This div border color is #7BB18A.

Opacity

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

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

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

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

This text has shadow with #7BB18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB18A.

Preview

Color preview on black background

This text has color #7BB18A on black background.


Color preview on white background

This text has color #7BB18A on white background.


Black color preview on #7BB18A background

This text has black color on #7BB18A background.


White color preview on #7BB18A background

This text has white color on #7BB18A background.


Related colors

Complementary color

Complementary color for #hex is #844E75.


I love getcolorcode.com

Triadic colors

1 #8A7BB1 and #B18A7B with #7BB18A are triadic colors.

2 #8AB17B and #B17B8A with #7BB18A are triadic colors.