COLOR #7BA973

HEX: #7BA973 RGB: (123,169,115)

Color info

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

RGB color model

#7BA973 color RGB value is (123,169,115).

RGB: (123,169,115) (48%, 66%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 169 of 255 = 66%
B 115 of 255 = 45%

123
169
115

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

Portions of RGB colors in percentages

R + G + B = 123 + 169 + 115 = 407 (100%)
R 123 of 407 ~ 30.22%
G 169 of 407 ~ 41.52%
B 115 of 407 ~ 28.26'%

%30.22
%41.52
%28.26

CMYK color model

#7BA973 color CMYK value is (27,0,32,34).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 31.95%
  • key color value is 33.73%

CMYK: (27,0,32,34)
C27M0Y32K34 (27%, 0%, 32%, 34%)
(0.27 / 0.00 / 0.32 / 0.34)

CMYK percentages

%27.22
%0
%31.95
%33.73

Codes

Color #7BA973 in popluar color models

7B A9 73
RGB 123 169 115
HSL 111° 23.89% 55.69%
HSB/HSV 111° 31.95% 66.27%
CMYK 27.22% 0.00% 31.95%
33.73%

Color #7BA973 in popluar number systems.

HEX 7B A9 73
Decimal 123 169 115
Binary 1111011 10101001 1110011
Octal 173 251 163

Shades and tints

Shades of #7BA973

#7BA973
(123,169,115)
#709A69
(112,154,105)
#658B5F
(101,139,95)
#5A7C55
(90,124,85)
#4F6D4B
(79,109,75)
#445E41
(68,94,65)
#394F37
(57,79,55)
#2E402D
(46,64,45)
#233123
(35,49,35)
#182219
(24,34,25)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7BA973

#7BA973
(123,169,115)
#87B07F
(135,176,127)
#93B78B
(147,183,139)
#9FBE97
(159,190,151)
#ABC5A3
(171,197,163)
#B7CCAF
(183,204,175)
#C3D3BB
(195,211,187)
#CFDAC7
(207,218,199)
#DBE1D3
(219,225,211)
#E7E8DF
(231,232,223)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA973 color. Also use rgb(123,169,115) instead hex code.

Text Font Color

.myTextColor { color: #7BA973; }

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

This text font color is #7BA973.

Background Color

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

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

This div background color is #7BA973.

Border color

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

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

This div border color is #7BA973.

Opacity

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

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

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

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

This text has shadow with #7BA973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA973.

Preview

Color preview on black background

This text has color #7BA973 on black background.


Color preview on white background

This text has color #7BA973 on white background.


Black color preview on #7BA973 background

This text has black color on #7BA973 background.


White color preview on #7BA973 background

This text has white color on #7BA973 background.


Related colors

Complementary color

Complementary color for #hex is #84568C.


I love getcolorcode.com

Triadic colors

1 #737BA9 and #A9737B with #7BA973 are triadic colors.

2 #73A97B and #A97B73 with #7BA973 are triadic colors.