COLOR #7BA079

HEX: #7BA079
RGB: (123,160,121)

Color info

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

RGB color model

#7BA079 color RGB value is (123,160,121).

  • red value is 123;
  • green value is 160;
  • blue value is 121.
RGB:
(123,160,121)
(48%,63%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 160 of 255 = 63%
B 121 of 255 = 47%

123
160
121

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

Portions of RGB colors in percentages

R + G + B =
123 + 160 + 121 = 404 (100%)
R 123 of 404 ~ 30.45%
G 160 of 404 ~ 39.6%
B 121 of 404 ~ 29.95%

%30.45
%39.6
%29.95

CMYK color model

#7BA079 color CMYK value is (23,0,24,37).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK:
(23,0,24,37)
C23M0Y24K37 
(23%,0%,24%,37%)
(0.23/0.00/0.24/0.37)	

CMYK percentages

%23.13
%0
%24.38
%37.25

Codes

Color #7BA079 in popluar color models

7BA079
RGB123160121
HSL117°17.03%55.10%
HSB/HSV117°24.38%62.75%
CMYK23.13%0.00%24.38%
37.25%

Color #7BA079 in popluar number systems.

HEX7BA079
Decimal123160121
Binary1111011101000001111001
Octal173240171

Shades and tints

Shades of #7BA079

#7BA079
(123,160,121)
#70926E
(112,146,110)
#658463
(101,132,99)
#5A7658
(90,118,88)
#4F684D
(79,104,77)
#445A42
(68,90,66)
#394C37
(57,76,55)
#2E3E2C
(46,62,44)
#233021
(35,48,33)
#182216
(24,34,22)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #7BA079

#7BA079
(123,160,121)
#87A885
(135,168,133)
#93B091
(147,176,145)
#9FB89D
(159,184,157)
#ABC0A9
(171,192,169)
#B7C8B5
(183,200,181)
#C3D0C1
(195,208,193)
#CFD8CD
(207,216,205)
#DBE0D9
(219,224,217)
#E7E8E5
(231,232,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA079 color. Also use rgb(123,160,121) instead hex code.

Text Font Color

.myTextColor { color: #7BA079; }

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

This text font color is #7BA079.


Background Color

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

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

This div background color is #7BA079.


Border color

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

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

This div border color is #7BA079.


Opacity

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

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

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

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

This text has shadow with #7BA079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA079 on black background.


Color preview on white background

This text has color #7BA079 on white background.



Black color preview on #7BA079 background

This text has black color on #7BA079 background.


White color preview on #7BA079 background

This text has white color on #7BA079 background.