COLOR #76916F

HEX: #76916F
RGB: (118,145,111)

Color info

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

RGB color model

#76916F color RGB value is (118,145,111).

  • red value is 118;
  • green value is 145;
  • blue value is 111.
RGB:
(118,145,111)
(46%,57%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 111 of 255 = 44%

118
145
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 111 = 374 (100%)
R 118 of 374 ~ 31.55%
G 145 of 374 ~ 38.77%
B 111 of 374 ~ 29.68%

%31.55
%38.77
%29.68

CMYK color model

#76916F color CMYK value is (19,0,23,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 43.14%
CMYK:
(19,0,23,43)
C19M0Y23K43 
(19%,0%,23%,43%)
(0.19/0.00/0.23/0.43)	

CMYK percentages

%18.62
%0
%23.45
%43.14

Codes

Color #76916F in popluar color models

76916F
RGB118145111
HSL108°13.39%50.20%
HSB/HSV108°23.45%56.86%
CMYK18.62%0.00%23.45%
43.14%

Color #76916F in popluar number systems.

HEX76916F
Decimal118145111
Binary1110110100100011101111
Octal166221157

Shades and tints

Shades of #76916F

#76916F
(118,145,111)
#6C8465
(108,132,101)
#62775B
(98,119,91)
#586A51
(88,106,81)
#4E5D47
(78,93,71)
#44503D
(68,80,61)
#3A4333
(58,67,51)
#303629
(48,54,41)
#26291F
(38,41,31)
#1C1C15
(28,28,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #76916F

#76916F
(118,145,111)
#829B7C
(130,155,124)
#8EA589
(142,165,137)
#9AAF96
(154,175,150)
#A6B9A3
(166,185,163)
#B2C3B0
(178,195,176)
#BECDBD
(190,205,189)
#CAD7CA
(202,215,202)
#D6E1D7
(214,225,215)
#E2EBE4
(226,235,228)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76916F color. Also use rgb(118,145,111) instead hex code.

Text Font Color

.myTextColor { color: #76916F; }

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

This text font color is #76916F.


Background Color

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

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

This div background color is #76916F.


Border color

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

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

This div border color is #76916F.


Opacity

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

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

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

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

This text has shadow with #76916F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76916F on black background.


Color preview on white background

This text has color #76916F on white background.



Black color preview on #76916F background

This text has black color on #76916F background.


White color preview on #76916F background

This text has white color on #76916F background.