COLOR #7BA97E

HEX: #7BA97E
RGB: (123,169,126)

Color info

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

RGB color model

#7BA97E color RGB value is (123,169,126).

  • red value is 123;
  • green value is 169;
  • blue value is 126.
RGB:
(123,169,126)
(48%,66%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 169 of 255 = 66%
B 126 of 255 = 49%

123
169
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 169 + 126 = 418 (100%)
R 123 of 418 ~ 29.43%
G 169 of 418 ~ 40.43%
B 126 of 418 ~ 30.14%

%29.43
%40.43
%30.14

CMYK color model

#7BA97E color CMYK value is (27,0,25,34).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK:
(27,0,25,34)
C27M0Y25K34 
(27%,0%,25%,34%)
(0.27/0.00/0.25/0.34)	

CMYK percentages

%27.22
%0
%25.44
%33.73

Codes

Color #7BA97E in popluar color models

7BA97E
RGB123169126
HSL124°21.10%57.25%
HSB/HSV124°27.22%66.27%
CMYK27.22%0.00%25.44%
33.73%

Color #7BA97E in popluar number systems.

HEX7BA97E
Decimal123169126
Binary1111011101010011111110
Octal173251176

Shades and tints

Shades of #7BA97E

#7BA97E
(123,169,126)
#709A73
(112,154,115)
#658B68
(101,139,104)
#5A7C5D
(90,124,93)
#4F6D52
(79,109,82)
#445E47
(68,94,71)
#394F3C
(57,79,60)
#2E4031
(46,64,49)
#233126
(35,49,38)
#18221B
(24,34,27)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #7BA97E

#7BA97E
(123,169,126)
#87B089
(135,176,137)
#93B794
(147,183,148)
#9FBE9F
(159,190,159)
#ABC5AA
(171,197,170)
#B7CCB5
(183,204,181)
#C3D3C0
(195,211,192)
#CFDACB
(207,218,203)
#DBE1D6
(219,225,214)
#E7E8E1
(231,232,225)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA97E; }

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

This text font color is #7BA97E.


Background Color

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

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

This div background color is #7BA97E.


Border color

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

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

This div border color is #7BA97E.


Opacity

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

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

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

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

This text has shadow with #7BA97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA97E on black background.


Color preview on white background

This text has color #7BA97E on white background.



Black color preview on #7BA97E background

This text has black color on #7BA97E background.


White color preview on #7BA97E background

This text has white color on #7BA97E background.