COLOR #7BA175

HEX: #7BA175
RGB: (123,161,117)

Color info

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

RGB color model

#7BA175 color RGB value is (123,161,117).

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

RGB channels and saturation

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

123
161
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 161 + 117 = 401 (100%)
R 123 of 401 ~ 30.67%
G 161 of 401 ~ 40.15%
B 117 of 401 ~ 29.18%

%30.67
%40.15
%29.18

CMYK color model

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

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • 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
%27.33
%36.86

Codes

Color #7BA175 in popluar color models

7BA175
RGB123161117
HSL112°18.97%54.51%
HSB/HSV112°27.33%63.14%
CMYK23.60%0.00%27.33%
36.86%

Color #7BA175 in popluar number systems.

HEX7BA175
Decimal123161117
Binary1111011101000011110101
Octal173241165

Shades and tints

Shades of #7BA175

#7BA175
(123,161,117)
#70936B
(112,147,107)
#658561
(101,133,97)
#5A7757
(90,119,87)
#4F694D
(79,105,77)
#445B43
(68,91,67)
#394D39
(57,77,57)
#2E3F2F
(46,63,47)
#233125
(35,49,37)
#18231B
(24,35,27)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7BA175

#7BA175
(123,161,117)
#87A981
(135,169,129)
#93B18D
(147,177,141)
#9FB999
(159,185,153)
#ABC1A5
(171,193,165)
#B7C9B1
(183,201,177)
#C3D1BD
(195,209,189)
#CFD9C9
(207,217,201)
#DBE1D5
(219,225,213)
#E7E9E1
(231,233,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA175; }

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

This text font color is #7BA175.


Background Color

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

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

This div background color is #7BA175.


Border color

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

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

This div border color is #7BA175.


Opacity

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

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

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

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

This text has shadow with #7BA175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA175 on black background.


Color preview on white background

This text has color #7BA175 on white background.



Black color preview on #7BA175 background

This text has black color on #7BA175 background.


White color preview on #7BA175 background

This text has white color on #7BA175 background.