COLOR #7BA470

HEX: #7BA470 RGB: (123,164,112)

Color info

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

RGB color model

#7BA470 color RGB value is (123,164,112).

RGB: (123,164,112) (48%, 64%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 112 of 255 = 44%

123
164
112

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

Portions of RGB colors in percentages

R + G + B = 123 + 164 + 112 = 399 (100%)
R 123 of 399 ~ 30.83%
G 164 of 399 ~ 41.1%
B 112 of 399 ~ 28.07'%

%30.83
%41.1
%28.07

CMYK color model

#7BA470 color CMYK value is (25,0,32,36).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 35.69%

CMYK: (25,0,32,36)
C25M0Y32K36 (25%, 0%, 32%, 36%)
(0.25 / 0.00 / 0.32 / 0.36)

CMYK percentages

%25
%0
%31.71
%35.69

Codes

Color #7BA470 in popluar color models

7B A4 70
RGB 123 164 112
HSL 107° 22.22% 54.12%
HSB/HSV 107° 31.71% 64.31%
CMYK 25.00% 0.00% 31.71%
35.69%

Color #7BA470 in popluar number systems.

HEX 7B A4 70
Decimal 123 164 112
Binary 1111011 10100100 1110000
Octal 173 244 160

Shades and tints

Shades of #7BA470

#7BA470
(123,164,112)
#709666
(112,150,102)
#65885C
(101,136,92)
#5A7A52
(90,122,82)
#4F6C48
(79,108,72)
#445E3E
(68,94,62)
#395034
(57,80,52)
#2E422A
(46,66,42)
#233420
(35,52,32)
#182616
(24,38,22)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #7BA470

#7BA470
(123,164,112)
#87AC7D
(135,172,125)
#93B48A
(147,180,138)
#9FBC97
(159,188,151)
#ABC4A4
(171,196,164)
#B7CCB1
(183,204,177)
#C3D4BE
(195,212,190)
#CFDCCB
(207,220,203)
#DBE4D8
(219,228,216)
#E7ECE5
(231,236,229)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA470 color. Also use rgb(123,164,112) instead hex code.

Text Font Color

.myTextColor { color: #7BA470; }

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

This text font color is #7BA470.

Background Color

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

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

This div background color is #7BA470.

Border color

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

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

This div border color is #7BA470.

Opacity

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

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

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

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

This text has shadow with #7BA470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA470.

Preview

Color preview on black background

This text has color #7BA470 on black background.


Color preview on white background

This text has color #7BA470 on white background.


Black color preview on #7BA470 background

This text has black color on #7BA470 background.


White color preview on #7BA470 background

This text has white color on #7BA470 background.


Related colors

Complementary color

Complementary color for #hex is #845B8F.


I love getcolorcode.com

Triadic colors

1 #707BA4 and #A4707B with #7BA470 are triadic colors.

2 #70A47B and #A47B70 with #7BA470 are triadic colors.