COLOR #7BA67E

HEX: #7BA67E
RGB: (123,166,126)

Color info

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

RGB color model

#7BA67E color RGB value is (123,166,126).

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

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 126 of 255 = 49%

123
166
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 126 = 415 (100%)
R 123 of 415 ~ 29.64%
G 166 of 415 ~ 40%
B 126 of 415 ~ 30.36%

%29.64
%40
%30.36

CMYK color model

#7BA67E color CMYK value is (26,0,24,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK:
(26,0,24,35)
C26M0Y24K35 
(26%,0%,24%,35%)
(0.26/0.00/0.24/0.35)	

CMYK percentages

%25.9
%0
%24.1
%34.9

Codes

Color #7BA67E in popluar color models

7BA67E
RGB123166126
HSL124°19.46%56.67%
HSB/HSV124°25.90%65.10%
CMYK25.90%0.00%24.10%
34.90%

Color #7BA67E in popluar number systems.

HEX7BA67E
Decimal123166126
Binary1111011101001101111110
Octal173246176

Shades and tints

Shades of #7BA67E

#7BA67E
(123,166,126)
#709773
(112,151,115)
#658868
(101,136,104)
#5A795D
(90,121,93)
#4F6A52
(79,106,82)
#445B47
(68,91,71)
#394C3C
(57,76,60)
#2E3D31
(46,61,49)
#232E26
(35,46,38)
#181F1B
(24,31,27)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7BA67E

#7BA67E
(123,166,126)
#87AE89
(135,174,137)
#93B694
(147,182,148)
#9FBE9F
(159,190,159)
#ABC6AA
(171,198,170)
#B7CEB5
(183,206,181)
#C3D6C0
(195,214,192)
#CFDECB
(207,222,203)
#DBE6D6
(219,230,214)
#E7EEE1
(231,238,225)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA67E; }

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

This text font color is #7BA67E.


Background Color

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

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

This div background color is #7BA67E.


Border color

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

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

This div border color is #7BA67E.


Opacity

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

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

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

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

This text has shadow with #7BA67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA67E on black background.


Color preview on white background

This text has color #7BA67E on white background.



Black color preview on #7BA67E background

This text has black color on #7BA67E background.


White color preview on #7BA67E background

This text has white color on #7BA67E background.