COLOR #7B9862

HEX: #7B9862
RGB: (123,152,98)

Color info

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

RGB color model

#7B9862 color RGB value is (123,152,98).

  • red value is 123;
  • green value is 152;
  • blue value is 98.
RGB:
(123,152,98)
(48%,60%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 98 of 255 = 38%

123
152
98

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

Portions of RGB colors in percentages

R + G + B =
123 + 152 + 98 = 373 (100%)
R 123 of 373 ~ 32.98%
G 152 of 373 ~ 40.75%
B 98 of 373 ~ 26.27%

%32.98
%40.75
%26.27

CMYK color model

#7B9862 color CMYK value is (19,0,36,40).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 40.39%
CMYK:
(19,0,36,40)
C19M0Y36K40 
(19%,0%,36%,40%)
(0.19/0.00/0.36/0.40)	

CMYK percentages

%19.08
%0
%35.53
%40.39

Codes

Color #7B9862 in popluar color models

7B9862
RGB12315298
HSL92°21.60%49.02%
HSB/HSV92°35.53%59.61%
CMYK19.08%0.00%35.53%
40.39%

Color #7B9862 in popluar number systems.

HEX7B9862
Decimal12315298
Binary1111011100110001100010
Octal173230142

Shades and tints

Shades of #7B9862

#7B9862
(123,152,98)
#708B5A
(112,139,90)
#657E52
(101,126,82)
#5A714A
(90,113,74)
#4F6442
(79,100,66)
#44573A
(68,87,58)
#394A32
(57,74,50)
#2E3D2A
(46,61,42)
#233022
(35,48,34)
#18231A
(24,35,26)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #7B9862

#7B9862
(123,152,98)
#87A170
(135,161,112)
#93AA7E
(147,170,126)
#9FB38C
(159,179,140)
#ABBC9A
(171,188,154)
#B7C5A8
(183,197,168)
#C3CEB6
(195,206,182)
#CFD7C4
(207,215,196)
#DBE0D2
(219,224,210)
#E7E9E0
(231,233,224)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9862 color. Also use rgb(123,152,98) instead hex code.

Text Font Color

.myTextColor { color: #7B9862; }

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

This text font color is #7B9862.


Background Color

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

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

This div background color is #7B9862.


Border color

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

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

This div border color is #7B9862.


Opacity

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

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

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

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

This text has shadow with #7B9862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9862 on black background.


Color preview on white background

This text has color #7B9862 on white background.



Black color preview on #7B9862 background

This text has black color on #7B9862 background.


White color preview on #7B9862 background

This text has white color on #7B9862 background.