COLOR #7B9B6F

HEX: #7B9B6F RGB: (123,155,111)

Color info

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

RGB color model

#7B9B6F color RGB value is (123,155,111).

RGB: (123,155,111) (48%, 61%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 111 of 255 = 44%

123
155
111

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

Portions of RGB colors in percentages

R + G + B = 123 + 155 + 111 = 389 (100%)
R 123 of 389 ~ 31.62%
G 155 of 389 ~ 39.85%
B 111 of 389 ~ 28.53'%

%31.62
%39.85
%28.53

CMYK color model

#7B9B6F color CMYK value is (21,0,28,39).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 39.22%
CMYK: (21,0,28,39) C21M0Y28K39 (21%,0%,28%,39%) (0.21/0.00/0.28/0.39) 

CMYK percentages

%20.65
%0
%28.39
%39.22

Codes

Color #7B9B6F in popluar color models

7B 9B 6F
RGB 123 155 111
HSL 104° 18.03% 52.16%
HSB/HSV 104° 28.39% 60.78%
CMYK 20.65% 0.00% 28.39%
39.22%

Color #7B9B6F in popluar number systems.

HEX 7B 9B 6F
Decimal 123 155 111
Binary 1111011 10011011 1101111
Octal 173 233 157

Shades and tints

Shades of #7B9B6F

#7B9B6F
(123,155,111)
#708D65
(112,141,101)
#657F5B
(101,127,91)
#5A7151
(90,113,81)
#4F6347
(79,99,71)
#44553D
(68,85,61)
#394733
(57,71,51)
#2E3929
(46,57,41)
#232B1F
(35,43,31)
#181D15
(24,29,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #7B9B6F

#7B9B6F
(123,155,111)
#87A47C
(135,164,124)
#93AD89
(147,173,137)
#9FB696
(159,182,150)
#ABBFA3
(171,191,163)
#B7C8B0
(183,200,176)
#C3D1BD
(195,209,189)
#CFDACA
(207,218,202)
#DBE3D7
(219,227,215)
#E7ECE4
(231,236,228)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9B6F; }

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

This text font color is #7B9B6F.


Background Color

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

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

This div background color is #7B9B6F.


Border color

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

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

This div border color is #7B9B6F.


Opacity

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

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

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

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

This text has shadow with #7B9B6F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B9B6F on black background.


Color preview on white background

This text has color #7B9B6F on white background.



Black color preview on #7B9B6F background

This text has black color on #7B9B6F background.


White color preview on #7B9B6F background

This text has white color on #7B9B6F background.