COLOR #76914E

HEX: #76914E
RGB: (118,145,78)

Color info

#76914E contains mainly red and green colors. Web safe color of #76914E is #669966 (or #696).

RGB color model

#76914E color RGB value is (118,145,78).

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

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 78 of 255 = 31%

118
145
78

R + G + B ~ 45%. #76914E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 78 = 341 (100%)
R 118 of 341 ~ 34.6%
G 145 of 341 ~ 42.52%
B 78 of 341 ~ 22.87%

%34.6
%42.52
%22.87

CMYK color model

#76914E color CMYK value is (19,0,46,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 43.14%
CMYK:
(19,0,46,43)
C19M0Y46K43 
(19%,0%,46%,43%)
(0.19/0.00/0.46/0.43)	

CMYK percentages

%18.62
%0
%46.21
%43.14

Codes

Color #76914E in popluar color models

76914E
RGB11814578
HSL84°30.04%43.73%
HSB/HSV84°46.21%56.86%
CMYK18.62%0.00%46.21%
43.14%

Color #76914E in popluar number systems.

HEX76914E
Decimal11814578
Binary1110110100100011001110
Octal166221116

Shades and tints

Shades of #76914E

#76914E
(118,145,78)
#6C8447
(108,132,71)
#627740
(98,119,64)
#586A39
(88,106,57)
#4E5D32
(78,93,50)
#44502B
(68,80,43)
#3A4324
(58,67,36)
#30361D
(48,54,29)
#262916
(38,41,22)
#1C1C0F
(28,28,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #76914E

#76914E
(118,145,78)
#829B5E
(130,155,94)
#8EA56E
(142,165,110)
#9AAF7E
(154,175,126)
#A6B98E
(166,185,142)
#B2C39E
(178,195,158)
#BECDAE
(190,205,174)
#CAD7BE
(202,215,190)
#D6E1CE
(214,225,206)
#E2EBDE
(226,235,222)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76914E color. Also use rgb(118,145,78) instead hex code.

Text Font Color

.myTextColor { color: #76914E; }

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

This text font color is #76914E.


Background Color

.myBgColor { background-color: #76914E; }

<div style="background-color:#76914E">Inner text</div>

This div background color is #76914E.


Border color

.myBorderColor { border: 1px solid #76914E; }

<div style="border:3px solid #76914E">Div</div>

This div border color is #76914E.


Opacity

.myOpacity80 { color: #76914E; opacity: 0.8; }

<p style="color:#76914E;opacity:0.8;">80%</p>

Text with #76914E 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 #76914E;}

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

This text has shadow with #76914E color.

.textShadow {text-shadow: 3px 3px 1px #76914E, 3px 3px 1px red;}

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

This text has shadow with #76914E primary color and red secondary color.


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

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

This text has shadow with #76914E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76914E on black background.


Color preview on white background

This text has color #76914E on white background.



Black color preview on #76914E background

This text has black color on #76914E background.


White color preview on #76914E background

This text has white color on #76914E background.