COLOR #7B9D6E

HEX: #7B9D6E
RGB: (123,157,110)

Color info

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

RGB color model

#7B9D6E color RGB value is (123,157,110).

  • red value is 123;
  • green value is 157;
  • blue value is 110.
RGB:
(123,157,110)
(48%,62%,43%)

RGB channels and saturation

R 123 of 255 = 48%
G 157 of 255 = 62%
B 110 of 255 = 43%

123
157
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 157 + 110 = 390 (100%)
R 123 of 390 ~ 31.54%
G 157 of 390 ~ 40.26%
B 110 of 390 ~ 28.21%

%31.54
%40.26
%28.21

CMYK color model

#7B9D6E color CMYK value is (22,0,30,38).

  • cyan value is 21.66%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK:
(22,0,30,38)
C22M0Y30K38 
(22%,0%,30%,38%)
(0.22/0.00/0.30/0.38)	

CMYK percentages

%21.66
%0
%29.94
%38.43

Codes

Color #7B9D6E in popluar color models

7B9D6E
RGB123157110
HSL103°19.34%52.35%
HSB/HSV103°29.94%61.57%
CMYK21.66%0.00%29.94%
38.43%

Color #7B9D6E in popluar number systems.

HEX7B9D6E
Decimal123157110
Binary1111011100111011101110
Octal173235156

Shades and tints

Shades of #7B9D6E

#7B9D6E
(123,157,110)
#708F64
(112,143,100)
#65815A
(101,129,90)
#5A7350
(90,115,80)
#4F6546
(79,101,70)
#44573C
(68,87,60)
#394932
(57,73,50)
#2E3B28
(46,59,40)
#232D1E
(35,45,30)
#181F14
(24,31,20)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #7B9D6E

#7B9D6E
(123,157,110)
#87A57B
(135,165,123)
#93AD88
(147,173,136)
#9FB595
(159,181,149)
#ABBDA2
(171,189,162)
#B7C5AF
(183,197,175)
#C3CDBC
(195,205,188)
#CFD5C9
(207,213,201)
#DBDDD6
(219,221,214)
#E7E5E3
(231,229,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9D6E color. Also use rgb(123,157,110) instead hex code.

Text Font Color

.myTextColor { color: #7B9D6E; }

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

This text font color is #7B9D6E.


Background Color

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

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

This div background color is #7B9D6E.


Border color

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

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

This div border color is #7B9D6E.


Opacity

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

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

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

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

This text has shadow with #7B9D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9D6E on black background.


Color preview on white background

This text has color #7B9D6E on white background.



Black color preview on #7B9D6E background

This text has black color on #7B9D6E background.


White color preview on #7B9D6E background

This text has white color on #7B9D6E background.