COLOR #76A74F

HEX: #76A74F
RGB: (118,167,79)

Color info

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

RGB color model

#76A74F color RGB value is (118,167,79).

  • red value is 118;
  • green value is 167;
  • blue value is 79.
RGB:
(118,167,79)
(46%,65%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 79 of 255 = 31%

118
167
79

R + G + B ~ 47%. #76A74F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 167 + 79 = 364 (100%)
R 118 of 364 ~ 32.42%
G 167 of 364 ~ 45.88%
B 79 of 364 ~ 21.7%

%32.42
%45.88
%21.7

CMYK color model

#76A74F color CMYK value is (29,0,53,35).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 34.51%
CMYK:
(29,0,53,35)
C29M0Y53K35 
(29%,0%,53%,35%)
(0.29/0.00/0.53/0.35)	

CMYK percentages

%29.34
%0
%52.69
%34.51

Codes

Color #76A74F in popluar color models

76A74F
RGB11816779
HSL93°35.77%48.24%
HSB/HSV93°52.69%65.49%
CMYK29.34%0.00%52.69%
34.51%

Color #76A74F in popluar number systems.

HEX76A74F
Decimal11816779
Binary1110110101001111001111
Octal166247117

Shades and tints

Shades of #76A74F

#76A74F
(118,167,79)
#6C9848
(108,152,72)
#628941
(98,137,65)
#587A3A
(88,122,58)
#4E6B33
(78,107,51)
#445C2C
(68,92,44)
#3A4D25
(58,77,37)
#303E1E
(48,62,30)
#262F17
(38,47,23)
#1C2010
(28,32,16)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #76A74F

#76A74F
(118,167,79)
#82AF5F
(130,175,95)
#8EB76F
(142,183,111)
#9ABF7F
(154,191,127)
#A6C78F
(166,199,143)
#B2CF9F
(178,207,159)
#BED7AF
(190,215,175)
#CADFBF
(202,223,191)
#D6E7CF
(214,231,207)
#E2EFDF
(226,239,223)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A74F color. Also use rgb(118,167,79) instead hex code.

Text Font Color

.myTextColor { color: #76A74F; }

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

This text font color is #76A74F.


Background Color

.myBgColor { background-color: #76A74F; }

<div style="background-color:#76A74F">Inner text</div>

This div background color is #76A74F.


Border color

.myBorderColor { border: 1px solid #76A74F; }

<div style="border:3px solid #76A74F">Div</div>

This div border color is #76A74F.


Opacity

.myOpacity80 { color: #76A74F; opacity: 0.8; }

<p style="color:#76A74F;opacity:0.8;">80%</p>

Text with #76A74F 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 #76A74F;}

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

This text has shadow with #76A74F color.

.textShadow {text-shadow: 3px 3px 1px #76A74F, 3px 3px 1px red;}

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

This text has shadow with #76A74F primary color and red secondary color.


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

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

This text has shadow with #76A74F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A74F on black background.


Color preview on white background

This text has color #76A74F on white background.



Black color preview on #76A74F background

This text has black color on #76A74F background.


White color preview on #76A74F background

This text has white color on #76A74F background.