COLOR #76A557

HEX: #76A557
RGB: (118,165,87)

Color info

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

RGB color model

#76A557 color RGB value is (118,165,87).

  • red value is 118;
  • green value is 165;
  • blue value is 87.
RGB:
(118,165,87)
(46%,65%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 87 of 255 = 34%

118
165
87

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 87 = 370 (100%)
R 118 of 370 ~ 31.89%
G 165 of 370 ~ 44.59%
B 87 of 370 ~ 23.51%

%31.89
%44.59
%23.51

CMYK color model

#76A557 color CMYK value is (28,0,47,35).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 35.29%
CMYK:
(28,0,47,35)
C28M0Y47K35 
(28%,0%,47%,35%)
(0.28/0.00/0.47/0.35)	

CMYK percentages

%28.48
%0
%47.27
%35.29

Codes

Color #76A557 in popluar color models

76A557
RGB11816587
HSL96°30.95%49.41%
HSB/HSV96°47.27%64.71%
CMYK28.48%0.00%47.27%
35.29%

Color #76A557 in popluar number systems.

HEX76A557
Decimal11816587
Binary1110110101001011010111
Octal166245127

Shades and tints

Shades of #76A557

#76A557
(118,165,87)
#6C9650
(108,150,80)
#628749
(98,135,73)
#587842
(88,120,66)
#4E693B
(78,105,59)
#445A34
(68,90,52)
#3A4B2D
(58,75,45)
#303C26
(48,60,38)
#262D1F
(38,45,31)
#1C1E18
(28,30,24)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76A557

#76A557
(118,165,87)
#82AD66
(130,173,102)
#8EB575
(142,181,117)
#9ABD84
(154,189,132)
#A6C593
(166,197,147)
#B2CDA2
(178,205,162)
#BED5B1
(190,213,177)
#CADDC0
(202,221,192)
#D6E5CF
(214,229,207)
#E2EDDE
(226,237,222)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A557 color. Also use rgb(118,165,87) instead hex code.

Text Font Color

.myTextColor { color: #76A557; }

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

This text font color is #76A557.


Background Color

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

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

This div background color is #76A557.


Border color

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

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

This div border color is #76A557.


Opacity

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

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

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

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

This text has shadow with #76A557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A557 on black background.


Color preview on white background

This text has color #76A557 on white background.



Black color preview on #76A557 background

This text has black color on #76A557 background.


White color preview on #76A557 background

This text has white color on #76A557 background.