COLOR #76A16F

HEX: #76A16F
RGB: (118,161,111)

Color info

#76A16F contains red, green and blue colors in about the same proportion. Web safe color of #76A16F is #669966 (or #696).

RGB color model

#76A16F color RGB value is (118,161,111).

  • red value is 118;
  • green value is 161;
  • blue value is 111.
RGB:
(118,161,111)
(46%,63%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 111 of 255 = 44%

118
161
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 111 = 390 (100%)
R 118 of 390 ~ 30.26%
G 161 of 390 ~ 41.28%
B 111 of 390 ~ 28.46%

%30.26
%41.28
%28.46

CMYK color model

#76A16F color CMYK value is (27,0,31,37).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(27,0,31,37)
C27M0Y31K37 
(27%,0%,31%,37%)
(0.27/0.00/0.31/0.37)	

CMYK percentages

%26.71
%0
%31.06
%36.86

Codes

Color #76A16F in popluar color models

76A16F
RGB118161111
HSL112°21.01%53.33%
HSB/HSV112°31.06%63.14%
CMYK26.71%0.00%31.06%
36.86%

Color #76A16F in popluar number systems.

HEX76A16F
Decimal118161111
Binary1110110101000011101111
Octal166241157

Shades and tints

Shades of #76A16F

#76A16F
(118,161,111)
#6C9365
(108,147,101)
#62855B
(98,133,91)
#587751
(88,119,81)
#4E6947
(78,105,71)
#445B3D
(68,91,61)
#3A4D33
(58,77,51)
#303F29
(48,63,41)
#26311F
(38,49,31)
#1C2315
(28,35,21)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #76A16F

#76A16F
(118,161,111)
#82A97C
(130,169,124)
#8EB189
(142,177,137)
#9AB996
(154,185,150)
#A6C1A3
(166,193,163)
#B2C9B0
(178,201,176)
#BED1BD
(190,209,189)
#CAD9CA
(202,217,202)
#D6E1D7
(214,225,215)
#E2E9E4
(226,233,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A16F color. Also use rgb(118,161,111) instead hex code.

Text Font Color

.myTextColor { color: #76A16F; }

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

This text font color is #76A16F.


Background Color

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

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

This div background color is #76A16F.


Border color

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

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

This div border color is #76A16F.


Opacity

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

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

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

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

This text has shadow with #76A16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A16F on black background.


Color preview on white background

This text has color #76A16F on white background.



Black color preview on #76A16F background

This text has black color on #76A16F background.


White color preview on #76A16F background

This text has white color on #76A16F background.