COLOR #76A54E

HEX: #76A54E
RGB: (118,165,78)

Color info

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

RGB color model

#76A54E color RGB value is (118,165,78).

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

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 78 of 255 = 31%

118
165
78

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 78 = 361 (100%)
R 118 of 361 ~ 32.69%
G 165 of 361 ~ 45.71%
B 78 of 361 ~ 21.61%

%32.69
%45.71
%21.61

CMYK color model

#76A54E color CMYK value is (28,0,53,35).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 52.73%
  • key color value is 35.29%
CMYK:
(28,0,53,35)
C28M0Y53K35 
(28%,0%,53%,35%)
(0.28/0.00/0.53/0.35)	

CMYK percentages

%28.48
%0
%52.73
%35.29

Codes

Color #76A54E in popluar color models

76A54E
RGB11816578
HSL92°35.80%47.65%
HSB/HSV92°52.73%64.71%
CMYK28.48%0.00%52.73%
35.29%

Color #76A54E in popluar number systems.

HEX76A54E
Decimal11816578
Binary1110110101001011001110
Octal166245116

Shades and tints

Shades of #76A54E

#76A54E
(118,165,78)
#6C9647
(108,150,71)
#628740
(98,135,64)
#587839
(88,120,57)
#4E6932
(78,105,50)
#445A2B
(68,90,43)
#3A4B24
(58,75,36)
#303C1D
(48,60,29)
#262D16
(38,45,22)
#1C1E0F
(28,30,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #76A54E

#76A54E
(118,165,78)
#82AD5E
(130,173,94)
#8EB56E
(142,181,110)
#9ABD7E
(154,189,126)
#A6C58E
(166,197,142)
#B2CD9E
(178,205,158)
#BED5AE
(190,213,174)
#CADDBE
(202,221,190)
#D6E5CE
(214,229,206)
#E2EDDE
(226,237,222)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A54E color. Also use rgb(118,165,78) instead hex code.

Text Font Color

.myTextColor { color: #76A54E; }

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

This text font color is #76A54E.


Background Color

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

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

This div background color is #76A54E.


Border color

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

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

This div border color is #76A54E.


Opacity

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

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

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

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

This text has shadow with #76A54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A54E on black background.


Color preview on white background

This text has color #76A54E on white background.



Black color preview on #76A54E background

This text has black color on #76A54E background.


White color preview on #76A54E background

This text has white color on #76A54E background.