COLOR #7B8E64

HEX: #7B8E64
RGB: (123,142,100)

Color info

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

RGB color model

#7B8E64 color RGB value is (123,142,100).

  • red value is 123;
  • green value is 142;
  • blue value is 100.
RGB:
(123,142,100)
(48%,56%,39%)

RGB channels and saturation

R 123 of 255 = 48%
G 142 of 255 = 56%
B 100 of 255 = 39%

123
142
100

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

Portions of RGB colors in percentages

R + G + B =
123 + 142 + 100 = 365 (100%)
R 123 of 365 ~ 33.7%
G 142 of 365 ~ 38.9%
B 100 of 365 ~ 27.4%

%33.7
%38.9
%27.4

CMYK color model

#7B8E64 color CMYK value is (13,0,30,44).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 44.31%
CMYK:
(13,0,30,44)
C13M0Y30K44 
(13%,0%,30%,44%)
(0.13/0.00/0.30/0.44)	

CMYK percentages

%13.38
%0
%29.58
%44.31

Codes

Color #7B8E64 in popluar color models

7B8E64
RGB123142100
HSL87°17.36%47.45%
HSB/HSV87°29.58%55.69%
CMYK13.38%0.00%29.58%
44.31%

Color #7B8E64 in popluar number systems.

HEX7B8E64
Decimal123142100
Binary1111011100011101100100
Octal173216144

Shades and tints

Shades of #7B8E64

#7B8E64
(123,142,100)
#70825B
(112,130,91)
#657652
(101,118,82)
#5A6A49
(90,106,73)
#4F5E40
(79,94,64)
#445237
(68,82,55)
#39462E
(57,70,46)
#2E3A25
(46,58,37)
#232E1C
(35,46,28)
#182213
(24,34,19)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #7B8E64

#7B8E64
(123,142,100)
#879872
(135,152,114)
#93A280
(147,162,128)
#9FAC8E
(159,172,142)
#ABB69C
(171,182,156)
#B7C0AA
(183,192,170)
#C3CAB8
(195,202,184)
#CFD4C6
(207,212,198)
#DBDED4
(219,222,212)
#E7E8E2
(231,232,226)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8E64; }

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

This text font color is #7B8E64.


Background Color

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

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

This div background color is #7B8E64.


Border color

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

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

This div border color is #7B8E64.


Opacity

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

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

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

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

This text has shadow with #7B8E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8E64 on black background.


Color preview on white background

This text has color #7B8E64 on white background.



Black color preview on #7B8E64 background

This text has black color on #7B8E64 background.


White color preview on #7B8E64 background

This text has white color on #7B8E64 background.