COLOR #7B9555

HEX: #7B9555
RGB: (123,149,85)

Color info

#7B9555 contains mainly red and green colors. Web safe color of #7B9555 is #669966 (or #696).

RGB color model

#7B9555 color RGB value is (123,149,85).

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

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 85 of 255 = 33%

123
149
85

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 85 = 357 (100%)
R 123 of 357 ~ 34.45%
G 149 of 357 ~ 41.74%
B 85 of 357 ~ 23.81%

%34.45
%41.74
%23.81

CMYK color model

#7B9555 color CMYK value is (17,0,43,42).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 42.95%
  • key color value is 41.57%
CMYK:
(17,0,43,42)
C17M0Y43K42 
(17%,0%,43%,42%)
(0.17/0.00/0.43/0.42)	

CMYK percentages

%17.45
%0
%42.95
%41.57

Codes

Color #7B9555 in popluar color models

7B9555
RGB12314985
HSL84°27.35%45.88%
HSB/HSV84°42.95%58.43%
CMYK17.45%0.00%42.95%
41.57%

Color #7B9555 in popluar number systems.

HEX7B9555
Decimal12314985
Binary1111011100101011010101
Octal173225125

Shades and tints

Shades of #7B9555

#7B9555
(123,149,85)
#70884E
(112,136,78)
#657B47
(101,123,71)
#5A6E40
(90,110,64)
#4F6139
(79,97,57)
#445432
(68,84,50)
#39472B
(57,71,43)
#2E3A24
(46,58,36)
#232D1D
(35,45,29)
#182016
(24,32,22)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7B9555

#7B9555
(123,149,85)
#879E64
(135,158,100)
#93A773
(147,167,115)
#9FB082
(159,176,130)
#ABB991
(171,185,145)
#B7C2A0
(183,194,160)
#C3CBAF
(195,203,175)
#CFD4BE
(207,212,190)
#DBDDCD
(219,221,205)
#E7E6DC
(231,230,220)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9555; }

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

This text font color is #7B9555.


Background Color

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

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

This div background color is #7B9555.


Border color

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

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

This div border color is #7B9555.


Opacity

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

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

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

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

This text has shadow with #7B9555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9555 on black background.


Color preview on white background

This text has color #7B9555 on white background.



Black color preview on #7B9555 background

This text has black color on #7B9555 background.


White color preview on #7B9555 background

This text has white color on #7B9555 background.