COLOR #76B584

HEX: #76B584
RGB: (118,181,132)

Color info

#76B584 contains mainly green and blue colors. Web safe color of #76B584 is #66CC99 (or #6C9).

RGB color model

#76B584 color RGB value is (118,181,132).

  • red value is 118;
  • green value is 181;
  • blue value is 132.
RGB:
(118,181,132)
(46%,71%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 181 of 255 = 71%
B 132 of 255 = 52%

118
181
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 181 + 132 = 431 (100%)
R 118 of 431 ~ 27.38%
G 181 of 431 ~ 42%
B 132 of 431 ~ 30.63%

%27.38
%42
%30.63

CMYK color model

#76B584 color CMYK value is (35,0,27,29).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 29.02%
CMYK:
(35,0,27,29)
C35M0Y27K29 
(35%,0%,27%,29%)
(0.35/0.00/0.27/0.29)	

CMYK percentages

%34.81
%0
%27.07
%29.02

Codes

Color #76B584 in popluar color models

76B584
RGB118181132
HSL133°29.86%58.63%
HSB/HSV133°34.81%70.98%
CMYK34.81%0.00%27.07%
29.02%

Color #76B584 in popluar number systems.

HEX76B584
Decimal118181132
Binary11101101011010110000100
Octal166265204

Shades and tints

Shades of #76B584

#76B584
(118,181,132)
#6CA578
(108,165,120)
#62956C
(98,149,108)
#588560
(88,133,96)
#4E7554
(78,117,84)
#446548
(68,101,72)
#3A553C
(58,85,60)
#304530
(48,69,48)
#263524
(38,53,36)
#1C2518
(28,37,24)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #76B584

#76B584
(118,181,132)
#82BB8F
(130,187,143)
#8EC19A
(142,193,154)
#9AC7A5
(154,199,165)
#A6CDB0
(166,205,176)
#B2D3BB
(178,211,187)
#BED9C6
(190,217,198)
#CADFD1
(202,223,209)
#D6E5DC
(214,229,220)
#E2EBE7
(226,235,231)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B584 color. Also use rgb(118,181,132) instead hex code.

Text Font Color

.myTextColor { color: #76B584; }

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

This text font color is #76B584.


Background Color

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

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

This div background color is #76B584.


Border color

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

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

This div border color is #76B584.


Opacity

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

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

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

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

This text has shadow with #76B584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B584 on black background.


Color preview on white background

This text has color #76B584 on white background.



Black color preview on #76B584 background

This text has black color on #76B584 background.


White color preview on #76B584 background

This text has white color on #76B584 background.