COLOR #76A36F

HEX: #76A36F
RGB: (118,163,111)

Color info

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

RGB color model

#76A36F color RGB value is (118,163,111).

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

RGB channels and saturation

R 118 of 255 = 46%
G 163 of 255 = 64%
B 111 of 255 = 44%

118
163
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 163 + 111 = 392 (100%)
R 118 of 392 ~ 30.1%
G 163 of 392 ~ 41.58%
B 111 of 392 ~ 28.32%

%30.1
%41.58
%28.32

CMYK color model

#76A36F color CMYK value is (28,0,32,36).

  • cyan value is 27.61%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(28,0,32,36)
C28M0Y32K36 
(28%,0%,32%,36%)
(0.28/0.00/0.32/0.36)	

CMYK percentages

%27.61
%0
%31.9
%36.08

Codes

Color #76A36F in popluar color models

76A36F
RGB118163111
HSL112°22.03%53.73%
HSB/HSV112°31.90%63.92%
CMYK27.61%0.00%31.90%
36.08%

Color #76A36F in popluar number systems.

HEX76A36F
Decimal118163111
Binary1110110101000111101111
Octal166243157

Shades and tints

Shades of #76A36F

#76A36F
(118,163,111)
#6C9565
(108,149,101)
#62875B
(98,135,91)
#587951
(88,121,81)
#4E6B47
(78,107,71)
#445D3D
(68,93,61)
#3A4F33
(58,79,51)
#304129
(48,65,41)
#26331F
(38,51,31)
#1C2515
(28,37,21)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #76A36F

#76A36F
(118,163,111)
#82AB7C
(130,171,124)
#8EB389
(142,179,137)
#9ABB96
(154,187,150)
#A6C3A3
(166,195,163)
#B2CBB0
(178,203,176)
#BED3BD
(190,211,189)
#CADBCA
(202,219,202)
#D6E3D7
(214,227,215)
#E2EBE4
(226,235,228)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A36F; }

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

This text font color is #76A36F.


Background Color

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

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

This div background color is #76A36F.


Border color

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

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

This div border color is #76A36F.


Opacity

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

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

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

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

This text has shadow with #76A36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A36F on black background.


Color preview on white background

This text has color #76A36F on white background.



Black color preview on #76A36F background

This text has black color on #76A36F background.


White color preview on #76A36F background

This text has white color on #76A36F background.