COLOR #76A049

HEX: #76A049
RGB: (118,160,73)

Color info

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

RGB color model

#76A049 color RGB value is (118,160,73).

  • red value is 118;
  • green value is 160;
  • blue value is 73.
RGB:
(118,160,73)
(46%,63%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 73 of 255 = 29%

118
160
73

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 73 = 351 (100%)
R 118 of 351 ~ 33.62%
G 160 of 351 ~ 45.58%
B 73 of 351 ~ 20.8%

%33.62
%45.58
%20.8

CMYK color model

#76A049 color CMYK value is (26,0,54,37).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 54.38%
  • key color value is 37.25%
CMYK:
(26,0,54,37)
C26M0Y54K37 
(26%,0%,54%,37%)
(0.26/0.00/0.54/0.37)	

CMYK percentages

%26.25
%0
%54.38
%37.25

Codes

Color #76A049 in popluar color models

76A049
RGB11816073
HSL89°37.34%45.69%
HSB/HSV89°54.38%62.75%
CMYK26.25%0.00%54.38%
37.25%

Color #76A049 in popluar number systems.

HEX76A049
Decimal11816073
Binary1110110101000001001001
Octal166240111

Shades and tints

Shades of #76A049

#76A049
(118,160,73)
#6C9243
(108,146,67)
#62843D
(98,132,61)
#587637
(88,118,55)
#4E6831
(78,104,49)
#445A2B
(68,90,43)
#3A4C25
(58,76,37)
#303E1F
(48,62,31)
#263019
(38,48,25)
#1C2213
(28,34,19)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #76A049

#76A049
(118,160,73)
#82A859
(130,168,89)
#8EB069
(142,176,105)
#9AB879
(154,184,121)
#A6C089
(166,192,137)
#B2C899
(178,200,153)
#BED0A9
(190,208,169)
#CAD8B9
(202,216,185)
#D6E0C9
(214,224,201)
#E2E8D9
(226,232,217)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A049 color. Also use rgb(118,160,73) instead hex code.

Text Font Color

.myTextColor { color: #76A049; }

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

This text font color is #76A049.


Background Color

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

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

This div background color is #76A049.


Border color

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

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

This div border color is #76A049.


Opacity

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

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

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

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

This text has shadow with #76A049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A049 on black background.


Color preview on white background

This text has color #76A049 on white background.



Black color preview on #76A049 background

This text has black color on #76A049 background.


White color preview on #76A049 background

This text has white color on #76A049 background.