COLOR #7B9570

HEX: #7B9570
RGB: (123,149,112)

Color info

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

RGB color model

#7B9570 color RGB value is (123,149,112).

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

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 112 of 255 = 44%

123
149
112

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 112 = 384 (100%)
R 123 of 384 ~ 32.03%
G 149 of 384 ~ 38.8%
B 112 of 384 ~ 29.17%

%32.03
%38.8
%29.17

CMYK color model

#7B9570 color CMYK value is (17,0,25,42).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 41.57%
CMYK:
(17,0,25,42)
C17M0Y25K42 
(17%,0%,25%,42%)
(0.17/0.00/0.25/0.42)	

CMYK percentages

%17.45
%0
%24.83
%41.57

Codes

Color #7B9570 in popluar color models

7B9570
RGB123149112
HSL102°14.86%51.18%
HSB/HSV102°24.83%58.43%
CMYK17.45%0.00%24.83%
41.57%

Color #7B9570 in popluar number systems.

HEX7B9570
Decimal123149112
Binary1111011100101011110000
Octal173225160

Shades and tints

Shades of #7B9570

#7B9570
(123,149,112)
#708866
(112,136,102)
#657B5C
(101,123,92)
#5A6E52
(90,110,82)
#4F6148
(79,97,72)
#44543E
(68,84,62)
#394734
(57,71,52)
#2E3A2A
(46,58,42)
#232D20
(35,45,32)
#182016
(24,32,22)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #7B9570

#7B9570
(123,149,112)
#879E7D
(135,158,125)
#93A78A
(147,167,138)
#9FB097
(159,176,151)
#ABB9A4
(171,185,164)
#B7C2B1
(183,194,177)
#C3CBBE
(195,203,190)
#CFD4CB
(207,212,203)
#DBDDD8
(219,221,216)
#E7E6E5
(231,230,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9570; }

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

This text font color is #7B9570.


Background Color

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

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

This div background color is #7B9570.


Border color

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

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

This div border color is #7B9570.


Opacity

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

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

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

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

This text has shadow with #7B9570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9570 on black background.


Color preview on white background

This text has color #7B9570 on white background.



Black color preview on #7B9570 background

This text has black color on #7B9570 background.


White color preview on #7B9570 background

This text has white color on #7B9570 background.