COLOR #76956B

HEX: #76956B
RGB: (118,149,107)

Color info

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

RGB color model

#76956B color RGB value is (118,149,107).

  • red value is 118;
  • green value is 149;
  • blue value is 107.
RGB:
(118,149,107)
(46%,58%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 107 of 255 = 42%

118
149
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 107 = 374 (100%)
R 118 of 374 ~ 31.55%
G 149 of 374 ~ 39.84%
B 107 of 374 ~ 28.61%

%31.55
%39.84
%28.61

CMYK color model

#76956B color CMYK value is (21,0,28,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(21,0,28,42)
C21M0Y28K42 
(21%,0%,28%,42%)
(0.21/0.00/0.28/0.42)	

CMYK percentages

%20.81
%0
%28.19
%41.57

Codes

Color #76956B in popluar color models

76956B
RGB118149107
HSL104°16.54%50.20%
HSB/HSV104°28.19%58.43%
CMYK20.81%0.00%28.19%
41.57%

Color #76956B in popluar number systems.

HEX76956B
Decimal118149107
Binary1110110100101011101011
Octal166225153

Shades and tints

Shades of #76956B

#76956B
(118,149,107)
#6C8862
(108,136,98)
#627B59
(98,123,89)
#586E50
(88,110,80)
#4E6147
(78,97,71)
#44543E
(68,84,62)
#3A4735
(58,71,53)
#303A2C
(48,58,44)
#262D23
(38,45,35)
#1C201A
(28,32,26)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #76956B

#76956B
(118,149,107)
#829E78
(130,158,120)
#8EA785
(142,167,133)
#9AB092
(154,176,146)
#A6B99F
(166,185,159)
#B2C2AC
(178,194,172)
#BECBB9
(190,203,185)
#CAD4C6
(202,212,198)
#D6DDD3
(214,221,211)
#E2E6E0
(226,230,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76956B color. Also use rgb(118,149,107) instead hex code.

Text Font Color

.myTextColor { color: #76956B; }

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

This text font color is #76956B.


Background Color

.myBgColor { background-color: #76956B; }

<div style="background-color:#76956B">Inner text</div>

This div background color is #76956B.


Border color

.myBorderColor { border: 1px solid #76956B; }

<div style="border:3px solid #76956B">Div</div>

This div border color is #76956B.


Opacity

.myOpacity80 { color: #76956B; opacity: 0.8; }

<p style="color:#76956B;opacity:0.8;">80%</p>

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

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

This text has shadow with #76956B color.

.textShadow {text-shadow: 3px 3px 1px #76956B, 3px 3px 1px red;}

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

This text has shadow with #76956B primary color and red secondary color.


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

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

This text has shadow with #76956B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76956B on black background.


Color preview on white background

This text has color #76956B on white background.



Black color preview on #76956B background

This text has black color on #76956B background.


White color preview on #76956B background

This text has white color on #76956B background.