COLOR #7B9670

HEX: #7B9670
RGB: (123,150,112)

Color info

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

RGB color model

#7B9670 color RGB value is (123,150,112).

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

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 112 of 255 = 44%

123
150
112

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

Portions of RGB colors in percentages

R + G + B =
123 + 150 + 112 = 385 (100%)
R 123 of 385 ~ 31.95%
G 150 of 385 ~ 38.96%
B 112 of 385 ~ 29.09%

%31.95
%38.96
%29.09

CMYK color model

#7B9670 color CMYK value is (18,0,25,41).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(18,0,25,41)
C18M0Y25K41 
(18%,0%,25%,41%)
(0.18/0.00/0.25/0.41)	

CMYK percentages

%18
%0
%25.33
%41.18

Codes

Color #7B9670 in popluar color models

7B9670
RGB123150112
HSL103°15.32%51.37%
HSB/HSV103°25.33%58.82%
CMYK18.00%0.00%25.33%
41.18%

Color #7B9670 in popluar number systems.

HEX7B9670
Decimal123150112
Binary1111011100101101110000
Octal173226160

Shades and tints

Shades of #7B9670

#7B9670
(123,150,112)
#708966
(112,137,102)
#657C5C
(101,124,92)
#5A6F52
(90,111,82)
#4F6248
(79,98,72)
#44553E
(68,85,62)
#394834
(57,72,52)
#2E3B2A
(46,59,42)
#232E20
(35,46,32)
#182116
(24,33,22)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #7B9670

#7B9670
(123,150,112)
#879F7D
(135,159,125)
#93A88A
(147,168,138)
#9FB197
(159,177,151)
#ABBAA4
(171,186,164)
#B7C3B1
(183,195,177)
#C3CCBE
(195,204,190)
#CFD5CB
(207,213,203)
#DBDED8
(219,222,216)
#E7E7E5
(231,231,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9670; }

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

This text font color is #7B9670.


Background Color

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

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

This div background color is #7B9670.


Border color

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

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

This div border color is #7B9670.


Opacity

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

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

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

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

This text has shadow with #7B9670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9670 on black background.


Color preview on white background

This text has color #7B9670 on white background.



Black color preview on #7B9670 background

This text has black color on #7B9670 background.


White color preview on #7B9670 background

This text has white color on #7B9670 background.