COLOR #7B9B6E

HEX: #7B9B6E
RGB: (123,155,110)

Color info

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

RGB color model

#7B9B6E color RGB value is (123,155,110).

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

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 110 of 255 = 43%

123
155
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 155 + 110 = 388 (100%)
R 123 of 388 ~ 31.7%
G 155 of 388 ~ 39.95%
B 110 of 388 ~ 28.35%

%31.7
%39.95
%28.35

CMYK color model

#7B9B6E color CMYK value is (21,0,29,39).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(21,0,29,39)
C21M0Y29K39 
(21%,0%,29%,39%)
(0.21/0.00/0.29/0.39)	

CMYK percentages

%20.65
%0
%29.03
%39.22

Codes

Color #7B9B6E in popluar color models

7B9B6E
RGB123155110
HSL103°18.37%51.96%
HSB/HSV103°29.03%60.78%
CMYK20.65%0.00%29.03%
39.22%

Color #7B9B6E in popluar number systems.

HEX7B9B6E
Decimal123155110
Binary1111011100110111101110
Octal173233156

Shades and tints

Shades of #7B9B6E

#7B9B6E
(123,155,110)
#708D64
(112,141,100)
#657F5A
(101,127,90)
#5A7150
(90,113,80)
#4F6346
(79,99,70)
#44553C
(68,85,60)
#394732
(57,71,50)
#2E3928
(46,57,40)
#232B1E
(35,43,30)
#181D14
(24,29,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #7B9B6E

#7B9B6E
(123,155,110)
#87A47B
(135,164,123)
#93AD88
(147,173,136)
#9FB695
(159,182,149)
#ABBFA2
(171,191,162)
#B7C8AF
(183,200,175)
#C3D1BC
(195,209,188)
#CFDAC9
(207,218,201)
#DBE3D6
(219,227,214)
#E7ECE3
(231,236,227)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9B6E; }

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

This text font color is #7B9B6E.


Background Color

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

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

This div background color is #7B9B6E.


Border color

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

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

This div border color is #7B9B6E.


Opacity

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

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

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

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

This text has shadow with #7B9B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9B6E on black background.


Color preview on white background

This text has color #7B9B6E on white background.



Black color preview on #7B9B6E background

This text has black color on #7B9B6E background.


White color preview on #7B9B6E background

This text has white color on #7B9B6E background.