COLOR #7B8E60

HEX: #7B8E60 RGB: (123,142,96)

Color info

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

RGB color model

#7B8E60 color RGB value is (123,142,96).

RGB: (123,142,96) (48%, 56%, 38%)

RGB channels and saturation

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

123
142
96

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

Portions of RGB colors in percentages

R + G + B = 123 + 142 + 96 = 361 (100%)
R 123 of 361 ~ 34.07%
G 142 of 361 ~ 39.34%
B 96 of 361 ~ 26.59'%

%34.07
%39.34
%26.59

CMYK color model

#7B8E60 color CMYK value is (13,0,32,44).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 44.31%

CMYK: (13,0,32,44)
C13M0Y32K44 (13%, 0%, 32%, 44%)
(0.13 / 0.00 / 0.32 / 0.44)

CMYK percentages

%13.38
%0
%32.39
%44.31

Codes

Color #7B8E60 in popluar color models

7B 8E 60
RGB 123 142 96
HSL 85° 19.33% 46.67%
HSB/HSV 85° 32.39% 55.69%
CMYK 13.38% 0.00% 32.39%
44.31%

Color #7B8E60 in popluar number systems.

HEX 7B 8E 60
Decimal 123 142 96
Binary 1111011 10001110 1100000
Octal 173 216 140

Shades and tints

Shades of #7B8E60

#7B8E60
(123,142,96)
#708258
(112,130,88)
#657650
(101,118,80)
#5A6A48
(90,106,72)
#4F5E40
(79,94,64)
#445238
(68,82,56)
#394630
(57,70,48)
#2E3A28
(46,58,40)
#232E20
(35,46,32)
#182218
(24,34,24)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #7B8E60

#7B8E60
(123,142,96)
#87986E
(135,152,110)
#93A27C
(147,162,124)
#9FAC8A
(159,172,138)
#ABB698
(171,182,152)
#B7C0A6
(183,192,166)
#C3CAB4
(195,202,180)
#CFD4C2
(207,212,194)
#DBDED0
(219,222,208)
#E7E8DE
(231,232,222)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8E60; }

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

This text font color is #7B8E60.

Background Color

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

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

This div background color is #7B8E60.

Border color

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

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

This div border color is #7B8E60.

Opacity

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

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

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

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

This text has shadow with #7B8E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8E60.

Preview

Color preview on black background

This text has color #7B8E60 on black background.


Color preview on white background

This text has color #7B8E60 on white background.


Black color preview on #7B8E60 background

This text has black color on #7B8E60 background.


White color preview on #7B8E60 background

This text has white color on #7B8E60 background.


Related colors

Complementary color

Complementary color for #hex is #84719F.


I love getcolorcode.com

Triadic colors

1 #607B8E and #8E607B with #7B8E60 are triadic colors.

2 #608E7B and #8E7B60 with #7B8E60 are triadic colors.