COLOR #76A249

HEX: #76A249
RGB: (118,162,73)

Color info

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

RGB color model

#76A249 color RGB value is (118,162,73).

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

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 73 of 255 = 29%

118
162
73

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

Portions of RGB colors in percentages

R + G + B =
118 + 162 + 73 = 353 (100%)
R 118 of 353 ~ 33.43%
G 162 of 353 ~ 45.89%
B 73 of 353 ~ 20.68%

%33.43
%45.89
%20.68

CMYK color model

#76A249 color CMYK value is (27,0,55,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 54.94%
  • key color value is 36.47%
CMYK:
(27,0,55,36)
C27M0Y55K36 
(27%,0%,55%,36%)
(0.27/0.00/0.55/0.36)	

CMYK percentages

%27.16
%0
%54.94
%36.47

Codes

Color #76A249 in popluar color models

76A249
RGB11816273
HSL90°37.87%46.08%
HSB/HSV90°54.94%63.53%
CMYK27.16%0.00%54.94%
36.47%

Color #76A249 in popluar number systems.

HEX76A249
Decimal11816273
Binary1110110101000101001001
Octal166242111

Shades and tints

Shades of #76A249

#76A249
(118,162,73)
#6C9443
(108,148,67)
#62863D
(98,134,61)
#587837
(88,120,55)
#4E6A31
(78,106,49)
#445C2B
(68,92,43)
#3A4E25
(58,78,37)
#30401F
(48,64,31)
#263219
(38,50,25)
#1C2413
(28,36,19)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #76A249

#76A249
(118,162,73)
#82AA59
(130,170,89)
#8EB269
(142,178,105)
#9ABA79
(154,186,121)
#A6C289
(166,194,137)
#B2CA99
(178,202,153)
#BED2A9
(190,210,169)
#CADAB9
(202,218,185)
#D6E2C9
(214,226,201)
#E2EAD9
(226,234,217)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A249; }

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

This text font color is #76A249.


Background Color

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

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

This div background color is #76A249.


Border color

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

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

This div border color is #76A249.


Opacity

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

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

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

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

This text has shadow with #76A249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A249 on black background.


Color preview on white background

This text has color #76A249 on white background.



Black color preview on #76A249 background

This text has black color on #76A249 background.


White color preview on #76A249 background

This text has white color on #76A249 background.