COLOR #7BA178

HEX: #7BA178
RGB: (123,161,120)

Color info

#7BA178 contains red, green and blue colors in about the same proportion. Web safe color of #7BA178 is #669966 (or #696).

RGB color model

#7BA178 color RGB value is (123,161,120).

  • red value is 123;
  • green value is 161;
  • blue value is 120.
RGB:
(123,161,120)
(48%,63%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 161 of 255 = 63%
B 120 of 255 = 47%

123
161
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 161 + 120 = 404 (100%)
R 123 of 404 ~ 30.45%
G 161 of 404 ~ 39.85%
B 120 of 404 ~ 29.7%

%30.45
%39.85
%29.7

CMYK color model

#7BA178 color CMYK value is (24,0,25,37).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 36.86%
CMYK:
(24,0,25,37)
C24M0Y25K37 
(24%,0%,25%,37%)
(0.24/0.00/0.25/0.37)	

CMYK percentages

%23.6
%0
%25.47
%36.86

Codes

Color #7BA178 in popluar color models

7BA178
RGB123161120
HSL116°17.90%55.10%
HSB/HSV116°25.47%63.14%
CMYK23.60%0.00%25.47%
36.86%

Color #7BA178 in popluar number systems.

HEX7BA178
Decimal123161120
Binary1111011101000011111000
Octal173241170

Shades and tints

Shades of #7BA178

#7BA178
(123,161,120)
#70936E
(112,147,110)
#658564
(101,133,100)
#5A775A
(90,119,90)
#4F6950
(79,105,80)
#445B46
(68,91,70)
#394D3C
(57,77,60)
#2E3F32
(46,63,50)
#233128
(35,49,40)
#18231E
(24,35,30)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #7BA178

#7BA178
(123,161,120)
#87A984
(135,169,132)
#93B190
(147,177,144)
#9FB99C
(159,185,156)
#ABC1A8
(171,193,168)
#B7C9B4
(183,201,180)
#C3D1C0
(195,209,192)
#CFD9CC
(207,217,204)
#DBE1D8
(219,225,216)
#E7E9E4
(231,233,228)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA178 color. Also use rgb(123,161,120) instead hex code.

Text Font Color

.myTextColor { color: #7BA178; }

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

This text font color is #7BA178.


Background Color

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

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

This div background color is #7BA178.


Border color

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

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

This div border color is #7BA178.


Opacity

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

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

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

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

This text has shadow with #7BA178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA178 on black background.


Color preview on white background

This text has color #7BA178 on white background.



Black color preview on #7BA178 background

This text has black color on #7BA178 background.


White color preview on #7BA178 background

This text has white color on #7BA178 background.