COLOR #76972D

HEX: #76972D
RGB: (118,151,45)

Color info

#76972D contains mainly red and green colors. Web safe color of #76972D is #669933 (or #693).

RGB color model

#76972D color RGB value is (118,151,45).

  • red value is 118;
  • green value is 151;
  • blue value is 45.
RGB:
(118,151,45)
(46%,59%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 45 of 255 = 18%

118
151
45

R + G + B ~ 41%. #76972D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 45 = 314 (100%)
R 118 of 314 ~ 37.58%
G 151 of 314 ~ 48.09%
B 45 of 314 ~ 14.33%

%37.58
%48.09
%14.33

CMYK color model

#76972D color CMYK value is (22,0,70,41).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 70.20%
  • key color value is 40.78%
CMYK:
(22,0,70,41)
C22M0Y70K41 
(22%,0%,70%,41%)
(0.22/0.00/0.70/0.41)	

CMYK percentages

%21.85
%0
%70.2
%40.78

Codes

Color #76972D in popluar color models

76972D
RGB11815145
HSL79°54.08%38.43%
HSB/HSV79°70.20%59.22%
CMYK21.85%0.00%70.20%
40.78%

Color #76972D in popluar number systems.

HEX76972D
Decimal11815145
Binary111011010010111101101
Octal16622755

Shades and tints

Shades of #76972D

#76972D
(118,151,45)
#6C8A29
(108,138,41)
#627D25
(98,125,37)
#587021
(88,112,33)
#4E631D
(78,99,29)
#445619
(68,86,25)
#3A4915
(58,73,21)
#303C11
(48,60,17)
#262F0D
(38,47,13)
#1C2209
(28,34,9)
#121505
(18,21,5)
#000000
(0,0,0)

Tints of #76972D

#76972D
(118,151,45)
#82A040
(130,160,64)
#8EA953
(142,169,83)
#9AB266
(154,178,102)
#A6BB79
(166,187,121)
#B2C48C
(178,196,140)
#BECD9F
(190,205,159)
#CAD6B2
(202,214,178)
#D6DFC5
(214,223,197)
#E2E8D8
(226,232,216)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76972D color. Also use rgb(118,151,45) instead hex code.

Text Font Color

.myTextColor { color: #76972D; }

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

This text font color is #76972D.


Background Color

.myBgColor { background-color: #76972D; }

<div style="background-color:#76972D">Inner text</div>

This div background color is #76972D.


Border color

.myBorderColor { border: 1px solid #76972D; }

<div style="border:3px solid #76972D">Div</div>

This div border color is #76972D.


Opacity

.myOpacity80 { color: #76972D; opacity: 0.8; }

<p style="color:#76972D;opacity:0.8;">80%</p>

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

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

This text has shadow with #76972D color.

.textShadow {text-shadow: 3px 3px 1px #76972D, 3px 3px 1px red;}

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

This text has shadow with #76972D primary color and red secondary color.


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

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

This text has shadow with #76972D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76972D on black background.


Color preview on white background

This text has color #76972D on white background.



Black color preview on #76972D background

This text has black color on #76972D background.


White color preview on #76972D background

This text has white color on #76972D background.