COLOR #76A946

HEX: #76A946
RGB: (118,169,70)

Color info

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

RGB color model

#76A946 color RGB value is (118,169,70).

  • red value is 118;
  • green value is 169;
  • blue value is 70.
RGB:
(118,169,70)
(46%,66%,27%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 70 of 255 = 27%

118
169
70

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

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 70 = 357 (100%)
R 118 of 357 ~ 33.05%
G 169 of 357 ~ 47.34%
B 70 of 357 ~ 19.61%

%33.05
%47.34
%19.61

CMYK color model

#76A946 color CMYK value is (30,0,59,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 58.58%
  • key color value is 33.73%
CMYK:
(30,0,59,34)
C30M0Y59K34 
(30%,0%,59%,34%)
(0.30/0.00/0.59/0.34)	

CMYK percentages

%30.18
%0
%58.58
%33.73

Codes

Color #76A946 in popluar color models

76A946
RGB11816970
HSL91°41.42%46.86%
HSB/HSV91°58.58%66.27%
CMYK30.18%0.00%58.58%
33.73%

Color #76A946 in popluar number systems.

HEX76A946
Decimal11816970
Binary1110110101010011000110
Octal166251106

Shades and tints

Shades of #76A946

#76A946
(118,169,70)
#6C9A40
(108,154,64)
#628B3A
(98,139,58)
#587C34
(88,124,52)
#4E6D2E
(78,109,46)
#445E28
(68,94,40)
#3A4F22
(58,79,34)
#30401C
(48,64,28)
#263116
(38,49,22)
#1C2210
(28,34,16)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #76A946

#76A946
(118,169,70)
#82B056
(130,176,86)
#8EB766
(142,183,102)
#9ABE76
(154,190,118)
#A6C586
(166,197,134)
#B2CC96
(178,204,150)
#BED3A6
(190,211,166)
#CADAB6
(202,218,182)
#D6E1C6
(214,225,198)
#E2E8D6
(226,232,214)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A946 color. Also use rgb(118,169,70) instead hex code.

Text Font Color

.myTextColor { color: #76A946; }

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

This text font color is #76A946.


Background Color

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

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

This div background color is #76A946.


Border color

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

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

This div border color is #76A946.


Opacity

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

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

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

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

This text has shadow with #76A946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A946 on black background.


Color preview on white background

This text has color #76A946 on white background.



Black color preview on #76A946 background

This text has black color on #76A946 background.


White color preview on #76A946 background

This text has white color on #76A946 background.