COLOR #7BA176

HEX: #7BA176
RGB: (123,161,118)

Color info

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

RGB color model

#7BA176 color RGB value is (123,161,118).

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

RGB channels and saturation

R 123 of 255 = 48%
G 161 of 255 = 63%
B 118 of 255 = 46%

123
161
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 161 + 118 = 402 (100%)
R 123 of 402 ~ 30.6%
G 161 of 402 ~ 40.05%
B 118 of 402 ~ 29.35%

%30.6
%40.05
%29.35

CMYK color model

#7BA176 color CMYK value is (24,0,27,37).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(24,0,27,37)
C24M0Y27K37 
(24%,0%,27%,37%)
(0.24/0.00/0.27/0.37)	

CMYK percentages

%23.6
%0
%26.71
%36.86

Codes

Color #7BA176 in popluar color models

7BA176
RGB123161118
HSL113°18.61%54.71%
HSB/HSV113°26.71%63.14%
CMYK23.60%0.00%26.71%
36.86%

Color #7BA176 in popluar number systems.

HEX7BA176
Decimal123161118
Binary1111011101000011110110
Octal173241166

Shades and tints

Shades of #7BA176

#7BA176
(123,161,118)
#70936C
(112,147,108)
#658562
(101,133,98)
#5A7758
(90,119,88)
#4F694E
(79,105,78)
#445B44
(68,91,68)
#394D3A
(57,77,58)
#2E3F30
(46,63,48)
#233126
(35,49,38)
#18231C
(24,35,28)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #7BA176

#7BA176
(123,161,118)
#87A982
(135,169,130)
#93B18E
(147,177,142)
#9FB99A
(159,185,154)
#ABC1A6
(171,193,166)
#B7C9B2
(183,201,178)
#C3D1BE
(195,209,190)
#CFD9CA
(207,217,202)
#DBE1D6
(219,225,214)
#E7E9E2
(231,233,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA176; }

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

This text font color is #7BA176.


Background Color

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

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

This div background color is #7BA176.


Border color

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

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

This div border color is #7BA176.


Opacity

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

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

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

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

This text has shadow with #7BA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA176 on black background.


Color preview on white background

This text has color #7BA176 on white background.



Black color preview on #7BA176 background

This text has black color on #7BA176 background.


White color preview on #7BA176 background

This text has white color on #7BA176 background.