COLOR #76976B

HEX: #76976B RGB: (118,151,107)

Color info

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

RGB color model

#76976B color RGB value is (118,151,107).

RGB: (118,151,107) (46%, 59%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 107 of 255 = 42%

118
151
107

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

Portions of RGB colors in percentages

R + G + B = 118 + 151 + 107 = 376 (100%)
R 118 of 376 ~ 31.38%
G 151 of 376 ~ 40.16%
B 107 of 376 ~ 28.46'%

%31.38
%40.16
%28.46

CMYK color model

#76976B color CMYK value is (22,0,29,41).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK: (22,0,29,41) C22M0Y29K41 (22%,0%,29%,41%) (0.22/0.00/0.29/0.41) 

CMYK percentages

%21.85
%0
%29.14
%40.78

Codes

Color #76976B in popluar color models

76 97 6B
RGB 118 151 107
HSL 105° 17.46% 50.59%
HSB/HSV 105° 29.14% 59.22%
CMYK 21.85% 0.00% 29.14%
40.78%

Color #76976B in popluar number systems.

HEX 76 97 6B
Decimal 118 151 107
Binary 1110110 10010111 1101011
Octal 166 227 153

Shades and tints

Shades of #76976B

#76976B
(118,151,107)
#6C8A62
(108,138,98)
#627D59
(98,125,89)
#587050
(88,112,80)
#4E6347
(78,99,71)
#44563E
(68,86,62)
#3A4935
(58,73,53)
#303C2C
(48,60,44)
#262F23
(38,47,35)
#1C221A
(28,34,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #76976B

#76976B
(118,151,107)
#82A078
(130,160,120)
#8EA985
(142,169,133)
#9AB292
(154,178,146)
#A6BB9F
(166,187,159)
#B2C4AC
(178,196,172)
#BECDB9
(190,205,185)
#CAD6C6
(202,214,198)
#D6DFD3
(214,223,211)
#E2E8E0
(226,232,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76976B; }

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

This text font color is #76976B.

Background Color

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

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

This div background color is #76976B.

Border color

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

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

This div border color is #76976B.

Opacity

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

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

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

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

This text has shadow with #76976B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76976B.

Preview

Color preview on black background

This text has color #76976B on black background.


Color preview on white background

This text has color #76976B on white background.


Black color preview on #76976B background

This text has black color on #76976B background.


White color preview on #76976B background

This text has white color on #76976B background.


Related colors

Complementary color

Complementary color for #hex is #896894.


I love getcolorcode.com

Triadic colors

1 #6B7697 and #976B76 with #76976B are triadic colors.

2 #6B9776 and #97766B with #76976B are triadic colors.