COLOR #7B967F

HEX: #7B967F
RGB: (123,150,127)

Color info

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

RGB color model

#7B967F color RGB value is (123,150,127).

  • red value is 123;
  • green value is 150;
  • blue value is 127.
RGB:
(123,150,127)
(48%,59%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 127 of 255 = 50%

123
150
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 150 + 127 = 400 (100%)
R 123 of 400 ~ 30.75%
G 150 of 400 ~ 37.5%
B 127 of 400 ~ 31.75%

%30.75
%37.5
%31.75

CMYK color model

#7B967F color CMYK value is (18,0,15,41).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK:
(18,0,15,41)
C18M0Y15K41 
(18%,0%,15%,41%)
(0.18/0.00/0.15/0.41)	

CMYK percentages

%18
%0
%15.33
%41.18

Codes

Color #7B967F in popluar color models

7B967F
RGB123150127
HSL129°11.39%53.53%
HSB/HSV129°18.00%58.82%
CMYK18.00%0.00%15.33%
41.18%

Color #7B967F in popluar number systems.

HEX7B967F
Decimal123150127
Binary1111011100101101111111
Octal173226177

Shades and tints

Shades of #7B967F

#7B967F
(123,150,127)
#708974
(112,137,116)
#657C69
(101,124,105)
#5A6F5E
(90,111,94)
#4F6253
(79,98,83)
#445548
(68,85,72)
#39483D
(57,72,61)
#2E3B32
(46,59,50)
#232E27
(35,46,39)
#18211C
(24,33,28)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #7B967F

#7B967F
(123,150,127)
#879F8A
(135,159,138)
#93A895
(147,168,149)
#9FB1A0
(159,177,160)
#ABBAAB
(171,186,171)
#B7C3B6
(183,195,182)
#C3CCC1
(195,204,193)
#CFD5CC
(207,213,204)
#DBDED7
(219,222,215)
#E7E7E2
(231,231,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B967F color. Also use rgb(123,150,127) instead hex code.

Text Font Color

.myTextColor { color: #7B967F; }

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

This text font color is #7B967F.


Background Color

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

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

This div background color is #7B967F.


Border color

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

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

This div border color is #7B967F.


Opacity

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

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

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

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

This text has shadow with #7B967F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B967F on black background.


Color preview on white background

This text has color #7B967F on white background.



Black color preview on #7B967F background

This text has black color on #7B967F background.


White color preview on #7B967F background

This text has white color on #7B967F background.