COLOR #76914C

HEX: #76914C RGB: (118,145,76)

Color info

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

RGB color model

#76914C color RGB value is (118,145,76).

RGB: (118,145,76) (46%, 57%, 30%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 76 of 255 = 30%

118
145
76

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

Portions of RGB colors in percentages

R + G + B = 118 + 145 + 76 = 339 (100%)
R 118 of 339 ~ 34.81%
G 145 of 339 ~ 42.77%
B 76 of 339 ~ 22.42'%

%34.81
%42.77
%22.42

CMYK color model

#76914C color CMYK value is (19,0,48,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 47.59%
  • key color value is 43.14%

CMYK: (19,0,48,43)
C19M0Y48K43 (19%, 0%, 48%, 43%)
(0.19 / 0.00 / 0.48 / 0.43)

CMYK percentages

%18.62
%0
%47.59
%43.14

Codes

Color #76914C in popluar color models

76 91 4C
RGB 118 145 76
HSL 83° 31.22% 43.33%
HSB/HSV 83° 47.59% 56.86%
CMYK 18.62% 0.00% 47.59%
43.14%

Color #76914C in popluar number systems.

HEX 76 91 4C
Decimal 118 145 76
Binary 1110110 10010001 1001100
Octal 166 221 114

Shades and tints

Shades of #76914C

#76914C
(118,145,76)
#6C8446
(108,132,70)
#627740
(98,119,64)
#586A3A
(88,106,58)
#4E5D34
(78,93,52)
#44502E
(68,80,46)
#3A4328
(58,67,40)
#303622
(48,54,34)
#26291C
(38,41,28)
#1C1C16
(28,28,22)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #76914C

#76914C
(118,145,76)
#829B5C
(130,155,92)
#8EA56C
(142,165,108)
#9AAF7C
(154,175,124)
#A6B98C
(166,185,140)
#B2C39C
(178,195,156)
#BECDAC
(190,205,172)
#CAD7BC
(202,215,188)
#D6E1CC
(214,225,204)
#E2EBDC
(226,235,220)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76914C; }

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

This text font color is #76914C.

Background Color

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

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

This div background color is #76914C.

Border color

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

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

This div border color is #76914C.

Opacity

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

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

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

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

This text has shadow with #76914C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76914C.

Preview

Color preview on black background

This text has color #76914C on black background.


Color preview on white background

This text has color #76914C on white background.


Black color preview on #76914C background

This text has black color on #76914C background.


White color preview on #76914C background

This text has white color on #76914C background.


Related colors

Complementary color

Complementary color for #hex is #896EB3.


I love getcolorcode.com

Triadic colors

1 #4C7691 and #914C76 with #76914C are triadic colors.

2 #4C9176 and #91764C with #76914C are triadic colors.