COLOR #76986C

HEX: #76986C
RGB: (118,152,108)

Color info

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

RGB color model

#76986C color RGB value is (118,152,108).

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

RGB channels and saturation

R 118 of 255 = 46%
G 152 of 255 = 60%
B 108 of 255 = 42%

118
152
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 152 + 108 = 378 (100%)
R 118 of 378 ~ 31.22%
G 152 of 378 ~ 40.21%
B 108 of 378 ~ 28.57%

%31.22
%40.21
%28.57

CMYK color model

#76986C color CMYK value is (22,0,29,40).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(22,0,29,40)
C22M0Y29K40 
(22%,0%,29%,40%)
(0.22/0.00/0.29/0.40)	

CMYK percentages

%22.37
%0
%28.95
%40.39

Codes

Color #76986C in popluar color models

76986C
RGB118152108
HSL106°17.60%50.98%
HSB/HSV106°28.95%59.61%
CMYK22.37%0.00%28.95%
40.39%

Color #76986C in popluar number systems.

HEX76986C
Decimal118152108
Binary1110110100110001101100
Octal166230154

Shades and tints

Shades of #76986C

#76986C
(118,152,108)
#6C8B63
(108,139,99)
#627E5A
(98,126,90)
#587151
(88,113,81)
#4E6448
(78,100,72)
#44573F
(68,87,63)
#3A4A36
(58,74,54)
#303D2D
(48,61,45)
#263024
(38,48,36)
#1C231B
(28,35,27)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76986C

#76986C
(118,152,108)
#82A179
(130,161,121)
#8EAA86
(142,170,134)
#9AB393
(154,179,147)
#A6BCA0
(166,188,160)
#B2C5AD
(178,197,173)
#BECEBA
(190,206,186)
#CAD7C7
(202,215,199)
#D6E0D4
(214,224,212)
#E2E9E1
(226,233,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76986C color. Also use rgb(118,152,108) instead hex code.

Text Font Color

.myTextColor { color: #76986C; }

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

This text font color is #76986C.


Background Color

.myBgColor { background-color: #76986C; }

<div style="background-color:#76986C">Inner text</div>

This div background color is #76986C.


Border color

.myBorderColor { border: 1px solid #76986C; }

<div style="border:3px solid #76986C">Div</div>

This div border color is #76986C.


Opacity

.myOpacity80 { color: #76986C; opacity: 0.8; }

<p style="color:#76986C;opacity:0.8;">80%</p>

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

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

This text has shadow with #76986C color.

.textShadow {text-shadow: 3px 3px 1px #76986C, 3px 3px 1px red;}

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

This text has shadow with #76986C primary color and red secondary color.


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

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

This text has shadow with #76986C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76986C on black background.


Color preview on white background

This text has color #76986C on white background.



Black color preview on #76986C background

This text has black color on #76986C background.


White color preview on #76986C background

This text has white color on #76986C background.