COLOR #7B965E

HEX: #7B965E
RGB: (123,150,94)

Color info

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

RGB color model

#7B965E color RGB value is (123,150,94).

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

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 94 of 255 = 37%

123
150
94

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

Portions of RGB colors in percentages

R + G + B =
123 + 150 + 94 = 367 (100%)
R 123 of 367 ~ 33.51%
G 150 of 367 ~ 40.87%
B 94 of 367 ~ 25.61%

%33.51
%40.87
%25.61

CMYK color model

#7B965E color CMYK value is (18,0,37,41).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 41.18%
CMYK:
(18,0,37,41)
C18M0Y37K41 
(18%,0%,37%,41%)
(0.18/0.00/0.37/0.41)	

CMYK percentages

%18
%0
%37.33
%41.18

Codes

Color #7B965E in popluar color models

7B965E
RGB12315094
HSL89°22.95%47.84%
HSB/HSV89°37.33%58.82%
CMYK18.00%0.00%37.33%
41.18%

Color #7B965E in popluar number systems.

HEX7B965E
Decimal12315094
Binary1111011100101101011110
Octal173226136

Shades and tints

Shades of #7B965E

#7B965E
(123,150,94)
#708956
(112,137,86)
#657C4E
(101,124,78)
#5A6F46
(90,111,70)
#4F623E
(79,98,62)
#445536
(68,85,54)
#39482E
(57,72,46)
#2E3B26
(46,59,38)
#232E1E
(35,46,30)
#182116
(24,33,22)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #7B965E

#7B965E
(123,150,94)
#879F6C
(135,159,108)
#93A87A
(147,168,122)
#9FB188
(159,177,136)
#ABBA96
(171,186,150)
#B7C3A4
(183,195,164)
#C3CCB2
(195,204,178)
#CFD5C0
(207,213,192)
#DBDECE
(219,222,206)
#E7E7DC
(231,231,220)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B965E; }

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

This text font color is #7B965E.


Background Color

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

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

This div background color is #7B965E.


Border color

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

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

This div border color is #7B965E.


Opacity

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

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

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

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

This text has shadow with #7B965E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B965E on black background.


Color preview on white background

This text has color #7B965E on white background.



Black color preview on #7B965E background

This text has black color on #7B965E background.


White color preview on #7B965E background

This text has white color on #7B965E background.