COLOR #76A071

HEX: #76A071
RGB: (118,160,113)

Color info

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

RGB color model

#76A071 color RGB value is (118,160,113).

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

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 113 of 255 = 44%

118
160
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 113 = 391 (100%)
R 118 of 391 ~ 30.18%
G 160 of 391 ~ 40.92%
B 113 of 391 ~ 28.9%

%30.18
%40.92
%28.9

CMYK color model

#76A071 color CMYK value is (26,0,29,37).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(26,0,29,37)
C26M0Y29K37 
(26%,0%,29%,37%)
(0.26/0.00/0.29/0.37)	

CMYK percentages

%26.25
%0
%29.38
%37.25

Codes

Color #76A071 in popluar color models

76A071
RGB118160113
HSL114°19.83%53.53%
HSB/HSV114°29.38%62.75%
CMYK26.25%0.00%29.38%
37.25%

Color #76A071 in popluar number systems.

HEX76A071
Decimal118160113
Binary1110110101000001110001
Octal166240161

Shades and tints

Shades of #76A071

#76A071
(118,160,113)
#6C9267
(108,146,103)
#62845D
(98,132,93)
#587653
(88,118,83)
#4E6849
(78,104,73)
#445A3F
(68,90,63)
#3A4C35
(58,76,53)
#303E2B
(48,62,43)
#263021
(38,48,33)
#1C2217
(28,34,23)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #76A071

#76A071
(118,160,113)
#82A87D
(130,168,125)
#8EB089
(142,176,137)
#9AB895
(154,184,149)
#A6C0A1
(166,192,161)
#B2C8AD
(178,200,173)
#BED0B9
(190,208,185)
#CAD8C5
(202,216,197)
#D6E0D1
(214,224,209)
#E2E8DD
(226,232,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A071 color. Also use rgb(118,160,113) instead hex code.

Text Font Color

.myTextColor { color: #76A071; }

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

This text font color is #76A071.


Background Color

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

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

This div background color is #76A071.


Border color

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

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

This div border color is #76A071.


Opacity

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

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

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

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

This text has shadow with #76A071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A071 on black background.


Color preview on white background

This text has color #76A071 on white background.



Black color preview on #76A071 background

This text has black color on #76A071 background.


White color preview on #76A071 background

This text has white color on #76A071 background.