COLOR #76AB77

HEX: #76AB77
RGB: (118,171,119)

Color info

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

RGB color model

#76AB77 color RGB value is (118,171,119).

  • red value is 118;
  • green value is 171;
  • blue value is 119.
RGB:
(118,171,119)
(46%,67%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 119 of 255 = 47%

118
171
119

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

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 119 = 408 (100%)
R 118 of 408 ~ 28.92%
G 171 of 408 ~ 41.91%
B 119 of 408 ~ 29.17%

%28.92
%41.91
%29.17

CMYK color model

#76AB77 color CMYK value is (31,0,30,33).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(31,0,30,33)
C31M0Y30K33 
(31%,0%,30%,33%)
(0.31/0.00/0.30/0.33)	

CMYK percentages

%30.99
%0
%30.41
%32.94

Codes

Color #76AB77 in popluar color models

76AB77
RGB118171119
HSL121°23.98%56.67%
HSB/HSV121°30.99%67.06%
CMYK30.99%0.00%30.41%
32.94%

Color #76AB77 in popluar number systems.

HEX76AB77
Decimal118171119
Binary1110110101010111110111
Octal166253167

Shades and tints

Shades of #76AB77

#76AB77
(118,171,119)
#6C9C6D
(108,156,109)
#628D63
(98,141,99)
#587E59
(88,126,89)
#4E6F4F
(78,111,79)
#446045
(68,96,69)
#3A513B
(58,81,59)
#304231
(48,66,49)
#263327
(38,51,39)
#1C241D
(28,36,29)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #76AB77

#76AB77
(118,171,119)
#82B283
(130,178,131)
#8EB98F
(142,185,143)
#9AC09B
(154,192,155)
#A6C7A7
(166,199,167)
#B2CEB3
(178,206,179)
#BED5BF
(190,213,191)
#CADCCB
(202,220,203)
#D6E3D7
(214,227,215)
#E2EAE3
(226,234,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AB77 color. Also use rgb(118,171,119) instead hex code.

Text Font Color

.myTextColor { color: #76AB77; }

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

This text font color is #76AB77.


Background Color

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

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

This div background color is #76AB77.


Border color

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

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

This div border color is #76AB77.


Opacity

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

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

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

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

This text has shadow with #76AB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AB77 on black background.


Color preview on white background

This text has color #76AB77 on white background.



Black color preview on #76AB77 background

This text has black color on #76AB77 background.


White color preview on #76AB77 background

This text has white color on #76AB77 background.