COLOR #7BA172

HEX: #7BA172
RGB: (123,161,114)

Color info

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

RGB color model

#7BA172 color RGB value is (123,161,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 161 of 255 = 63%
B 114 of 255 = 45%

123
161
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 161 + 114 = 398 (100%)
R 123 of 398 ~ 30.9%
G 161 of 398 ~ 40.45%
B 114 of 398 ~ 28.64%

%30.9
%40.45
%28.64

CMYK color model

#7BA172 color CMYK value is (24,0,29,37).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 36.86%
CMYK:
(24,0,29,37)
C24M0Y29K37 
(24%,0%,29%,37%)
(0.24/0.00/0.29/0.37)	

CMYK percentages

%23.6
%0
%29.19
%36.86

Codes

Color #7BA172 in popluar color models

7BA172
RGB123161114
HSL109°20.00%53.92%
HSB/HSV109°29.19%63.14%
CMYK23.60%0.00%29.19%
36.86%

Color #7BA172 in popluar number systems.

HEX7BA172
Decimal123161114
Binary1111011101000011110010
Octal173241162

Shades and tints

Shades of #7BA172

#7BA172
(123,161,114)
#709368
(112,147,104)
#65855E
(101,133,94)
#5A7754
(90,119,84)
#4F694A
(79,105,74)
#445B40
(68,91,64)
#394D36
(57,77,54)
#2E3F2C
(46,63,44)
#233122
(35,49,34)
#182318
(24,35,24)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #7BA172

#7BA172
(123,161,114)
#87A97E
(135,169,126)
#93B18A
(147,177,138)
#9FB996
(159,185,150)
#ABC1A2
(171,193,162)
#B7C9AE
(183,201,174)
#C3D1BA
(195,209,186)
#CFD9C6
(207,217,198)
#DBE1D2
(219,225,210)
#E7E9DE
(231,233,222)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA172; }

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

This text font color is #7BA172.


Background Color

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

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

This div background color is #7BA172.


Border color

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

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

This div border color is #7BA172.


Opacity

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

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

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

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

This text has shadow with #7BA172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA172 on black background.


Color preview on white background

This text has color #7BA172 on white background.



Black color preview on #7BA172 background

This text has black color on #7BA172 background.


White color preview on #7BA172 background

This text has white color on #7BA172 background.