COLOR #76A65B

HEX: #76A65B
RGB: (118,166,91)

Color info

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

RGB color model

#76A65B color RGB value is (118,166,91).

  • red value is 118;
  • green value is 166;
  • blue value is 91.
RGB:
(118,166,91)
(46%,65%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 91 of 255 = 36%

118
166
91

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

Portions of RGB colors in percentages

R + G + B =
118 + 166 + 91 = 375 (100%)
R 118 of 375 ~ 31.47%
G 166 of 375 ~ 44.27%
B 91 of 375 ~ 24.27%

%31.47
%44.27
%24.27

CMYK color model

#76A65B color CMYK value is (29,0,45,35).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(29,0,45,35)
C29M0Y45K35 
(29%,0%,45%,35%)
(0.29/0.00/0.45/0.35)	

CMYK percentages

%28.92
%0
%45.18
%34.9

Codes

Color #76A65B in popluar color models

76A65B
RGB11816691
HSL98°29.64%50.39%
HSB/HSV98°45.18%65.10%
CMYK28.92%0.00%45.18%
34.90%

Color #76A65B in popluar number systems.

HEX76A65B
Decimal11816691
Binary1110110101001101011011
Octal166246133

Shades and tints

Shades of #76A65B

#76A65B
(118,166,91)
#6C9753
(108,151,83)
#62884B
(98,136,75)
#587943
(88,121,67)
#4E6A3B
(78,106,59)
#445B33
(68,91,51)
#3A4C2B
(58,76,43)
#303D23
(48,61,35)
#262E1B
(38,46,27)
#1C1F13
(28,31,19)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #76A65B

#76A65B
(118,166,91)
#82AE69
(130,174,105)
#8EB677
(142,182,119)
#9ABE85
(154,190,133)
#A6C693
(166,198,147)
#B2CEA1
(178,206,161)
#BED6AF
(190,214,175)
#CADEBD
(202,222,189)
#D6E6CB
(214,230,203)
#E2EED9
(226,238,217)
#EEF6E7
(238,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A65B color. Also use rgb(118,166,91) instead hex code.

Text Font Color

.myTextColor { color: #76A65B; }

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

This text font color is #76A65B.


Background Color

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

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

This div background color is #76A65B.


Border color

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

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

This div border color is #76A65B.


Opacity

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

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

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

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

This text has shadow with #76A65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A65B on black background.


Color preview on white background

This text has color #76A65B on white background.



Black color preview on #76A65B background

This text has black color on #76A65B background.


White color preview on #76A65B background

This text has white color on #76A65B background.