COLOR #7B864B

HEX: #7B864B
RGB: (123,134,75)

Color info

#7B864B contains red, green and blue colors in about the same proportion. Web safe color of #7B864B is #669933 (or #693).

RGB color model

#7B864B color RGB value is (123,134,75).

  • red value is 123;
  • green value is 134;
  • blue value is 75.
RGB:
(123,134,75)
(48%,53%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 75 of 255 = 29%

123
134
75

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 75 = 332 (100%)
R 123 of 332 ~ 37.05%
G 134 of 332 ~ 40.36%
B 75 of 332 ~ 22.59%

%37.05
%40.36
%22.59

CMYK color model

#7B864B color CMYK value is (8,0,44,47).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 47.45%
CMYK:
(8,0,44,47)
C8M0Y44K47 
(8%,0%,44%,47%)
(0.08/0.00/0.44/0.47)	

CMYK percentages

%8.21
%0
%44.03
%47.45

Codes

Color #7B864B in popluar color models

7B864B
RGB12313475
HSL71°28.23%40.98%
HSB/HSV71°44.03%52.55%
CMYK8.21%0.00%44.03%
47.45%

Color #7B864B in popluar number systems.

HEX7B864B
Decimal12313475
Binary1111011100001101001011
Octal173206113

Shades and tints

Shades of #7B864B

#7B864B
(123,134,75)
#707A45
(112,122,69)
#656E3F
(101,110,63)
#5A6239
(90,98,57)
#4F5633
(79,86,51)
#444A2D
(68,74,45)
#393E27
(57,62,39)
#2E3221
(46,50,33)
#23261B
(35,38,27)
#181A15
(24,26,21)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #7B864B

#7B864B
(123,134,75)
#87915B
(135,145,91)
#939C6B
(147,156,107)
#9FA77B
(159,167,123)
#ABB28B
(171,178,139)
#B7BD9B
(183,189,155)
#C3C8AB
(195,200,171)
#CFD3BB
(207,211,187)
#DBDECB
(219,222,203)
#E7E9DB
(231,233,219)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B864B color. Also use rgb(123,134,75) instead hex code.

Text Font Color

.myTextColor { color: #7B864B; }

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

This text font color is #7B864B.


Background Color

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

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

This div background color is #7B864B.


Border color

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

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

This div border color is #7B864B.


Opacity

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

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

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

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

This text has shadow with #7B864B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B864B on black background.


Color preview on white background

This text has color #7B864B on white background.



Black color preview on #7B864B background

This text has black color on #7B864B background.


White color preview on #7B864B background

This text has white color on #7B864B background.