COLOR #7B9060

HEX: #7B9060
RGB: (123,144,96)

Color info

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

RGB color model

#7B9060 color RGB value is (123,144,96).

  • red value is 123;
  • green value is 144;
  • blue value is 96.
RGB:
(123,144,96)
(48%,56%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 96 of 255 = 38%

123
144
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 96 = 363 (100%)
R 123 of 363 ~ 33.88%
G 144 of 363 ~ 39.67%
B 96 of 363 ~ 26.45%

%33.88
%39.67
%26.45

CMYK color model

#7B9060 color CMYK value is (15,0,33,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 43.53%
CMYK:
(15,0,33,44)
C15M0Y33K44 
(15%,0%,33%,44%)
(0.15/0.00/0.33/0.44)	

CMYK percentages

%14.58
%0
%33.33
%43.53

Codes

Color #7B9060 in popluar color models

7B9060
RGB12314496
HSL86°20.00%47.06%
HSB/HSV86°33.33%56.47%
CMYK14.58%0.00%33.33%
43.53%

Color #7B9060 in popluar number systems.

HEX7B9060
Decimal12314496
Binary1111011100100001100000
Octal173220140

Shades and tints

Shades of #7B9060

#7B9060
(123,144,96)
#708358
(112,131,88)
#657650
(101,118,80)
#5A6948
(90,105,72)
#4F5C40
(79,92,64)
#444F38
(68,79,56)
#394230
(57,66,48)
#2E3528
(46,53,40)
#232820
(35,40,32)
#181B18
(24,27,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B9060

#7B9060
(123,144,96)
#879A6E
(135,154,110)
#93A47C
(147,164,124)
#9FAE8A
(159,174,138)
#ABB898
(171,184,152)
#B7C2A6
(183,194,166)
#C3CCB4
(195,204,180)
#CFD6C2
(207,214,194)
#DBE0D0
(219,224,208)
#E7EADE
(231,234,222)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9060 color. Also use rgb(123,144,96) instead hex code.

Text Font Color

.myTextColor { color: #7B9060; }

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

This text font color is #7B9060.


Background Color

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

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

This div background color is #7B9060.


Border color

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

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

This div border color is #7B9060.


Opacity

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

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

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

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

This text has shadow with #7B9060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9060 on black background.


Color preview on white background

This text has color #7B9060 on white background.



Black color preview on #7B9060 background

This text has black color on #7B9060 background.


White color preview on #7B9060 background

This text has white color on #7B9060 background.