COLOR #7B8A40

HEX: #7B8A40
RGB: (123,138,64)

Color info

#7B8A40 contains mainly red and green colors. Web safe color of #7B8A40 is #669933 (or #693).

RGB color model

#7B8A40 color RGB value is (123,138,64).

  • red value is 123;
  • green value is 138;
  • blue value is 64.
RGB:
(123,138,64)
(48%,54%,25%)

RGB channels and saturation

R 123 of 255 = 48%
G 138 of 255 = 54%
B 64 of 255 = 25%

123
138
64

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

Portions of RGB colors in percentages

R + G + B =
123 + 138 + 64 = 325 (100%)
R 123 of 325 ~ 37.85%
G 138 of 325 ~ 42.46%
B 64 of 325 ~ 19.69%

%37.85
%42.46
%19.69

CMYK color model

#7B8A40 color CMYK value is (11,0,54,46).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 53.62%
  • key color value is 45.88%
CMYK:
(11,0,54,46)
C11M0Y54K46 
(11%,0%,54%,46%)
(0.11/0.00/0.54/0.46)	

CMYK percentages

%10.87
%0
%53.62
%45.88

Codes

Color #7B8A40 in popluar color models

7B8A40
RGB12313864
HSL72°36.63%39.61%
HSB/HSV72°53.62%54.12%
CMYK10.87%0.00%53.62%
45.88%

Color #7B8A40 in popluar number systems.

HEX7B8A40
Decimal12313864
Binary1111011100010101000000
Octal173212100

Shades and tints

Shades of #7B8A40

#7B8A40
(123,138,64)
#707E3B
(112,126,59)
#657236
(101,114,54)
#5A6631
(90,102,49)
#4F5A2C
(79,90,44)
#444E27
(68,78,39)
#394222
(57,66,34)
#2E361D
(46,54,29)
#232A18
(35,42,24)
#181E13
(24,30,19)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #7B8A40

#7B8A40
(123,138,64)
#879451
(135,148,81)
#939E62
(147,158,98)
#9FA873
(159,168,115)
#ABB284
(171,178,132)
#B7BC95
(183,188,149)
#C3C6A6
(195,198,166)
#CFD0B7
(207,208,183)
#DBDAC8
(219,218,200)
#E7E4D9
(231,228,217)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8A40 color. Also use rgb(123,138,64) instead hex code.

Text Font Color

.myTextColor { color: #7B8A40; }

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

This text font color is #7B8A40.


Background Color

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

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

This div background color is #7B8A40.


Border color

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

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

This div border color is #7B8A40.


Opacity

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

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

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

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

This text has shadow with #7B8A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8A40 on black background.


Color preview on white background

This text has color #7B8A40 on white background.



Black color preview on #7B8A40 background

This text has black color on #7B8A40 background.


White color preview on #7B8A40 background

This text has white color on #7B8A40 background.