COLOR #76985F

HEX: #76985F
RGB: (118,152,95)

Color info

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

RGB color model

#76985F color RGB value is (118,152,95).

  • red value is 118;
  • green value is 152;
  • blue value is 95.
RGB:
(118,152,95)
(46%,60%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 152 of 255 = 60%
B 95 of 255 = 37%

118
152
95

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

Portions of RGB colors in percentages

R + G + B =
118 + 152 + 95 = 365 (100%)
R 118 of 365 ~ 32.33%
G 152 of 365 ~ 41.64%
B 95 of 365 ~ 26.03%

%32.33
%41.64
%26.03

CMYK color model

#76985F color CMYK value is (22,0,38,40).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(22,0,38,40)
C22M0Y38K40 
(22%,0%,38%,40%)
(0.22/0.00/0.38/0.40)	

CMYK percentages

%22.37
%0
%37.5
%40.39

Codes

Color #76985F in popluar color models

76985F
RGB11815295
HSL96°23.08%48.43%
HSB/HSV96°37.50%59.61%
CMYK22.37%0.00%37.50%
40.39%

Color #76985F in popluar number systems.

HEX76985F
Decimal11815295
Binary1110110100110001011111
Octal166230137

Shades and tints

Shades of #76985F

#76985F
(118,152,95)
#6C8B57
(108,139,87)
#627E4F
(98,126,79)
#587147
(88,113,71)
#4E643F
(78,100,63)
#445737
(68,87,55)
#3A4A2F
(58,74,47)
#303D27
(48,61,39)
#26301F
(38,48,31)
#1C2317
(28,35,23)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #76985F

#76985F
(118,152,95)
#82A16D
(130,161,109)
#8EAA7B
(142,170,123)
#9AB389
(154,179,137)
#A6BC97
(166,188,151)
#B2C5A5
(178,197,165)
#BECEB3
(190,206,179)
#CAD7C1
(202,215,193)
#D6E0CF
(214,224,207)
#E2E9DD
(226,233,221)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76985F color. Also use rgb(118,152,95) instead hex code.

Text Font Color

.myTextColor { color: #76985F; }

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

This text font color is #76985F.


Background Color

.myBgColor { background-color: #76985F; }

<div style="background-color:#76985F">Inner text</div>

This div background color is #76985F.


Border color

.myBorderColor { border: 1px solid #76985F; }

<div style="border:3px solid #76985F">Div</div>

This div border color is #76985F.


Opacity

.myOpacity80 { color: #76985F; opacity: 0.8; }

<p style="color:#76985F;opacity:0.8;">80%</p>

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

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

This text has shadow with #76985F color.

.textShadow {text-shadow: 3px 3px 1px #76985F, 3px 3px 1px red;}

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

This text has shadow with #76985F primary color and red secondary color.


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

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

This text has shadow with #76985F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76985F on black background.


Color preview on white background

This text has color #76985F on white background.



Black color preview on #76985F background

This text has black color on #76985F background.


White color preview on #76985F background

This text has white color on #76985F background.