COLOR #76B484

HEX: #76B484
RGB: (118,180,132)

Color info

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

RGB color model

#76B484 color RGB value is (118,180,132).

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

RGB channels and saturation

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

118
180
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 180 + 132 = 430 (100%)
R 118 of 430 ~ 27.44%
G 180 of 430 ~ 41.86%
B 132 of 430 ~ 30.7%

%27.44
%41.86
%30.7

CMYK color model

#76B484 color CMYK value is (34,0,27,29).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK:
(34,0,27,29)
C34M0Y27K29 
(34%,0%,27%,29%)
(0.34/0.00/0.27/0.29)	

CMYK percentages

%34.44
%0
%26.67
%29.41

Codes

Color #76B484 in popluar color models

76B484
RGB118180132
HSL134°29.25%58.43%
HSB/HSV134°34.44%70.59%
CMYK34.44%0.00%26.67%
29.41%

Color #76B484 in popluar number systems.

HEX76B484
Decimal118180132
Binary11101101011010010000100
Octal166264204

Shades and tints

Shades of #76B484

#76B484
(118,180,132)
#6CA478
(108,164,120)
#62946C
(98,148,108)
#588460
(88,132,96)
#4E7454
(78,116,84)
#446448
(68,100,72)
#3A543C
(58,84,60)
#304430
(48,68,48)
#263424
(38,52,36)
#1C2418
(28,36,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #76B484

#76B484
(118,180,132)
#82BA8F
(130,186,143)
#8EC09A
(142,192,154)
#9AC6A5
(154,198,165)
#A6CCB0
(166,204,176)
#B2D2BB
(178,210,187)
#BED8C6
(190,216,198)
#CADED1
(202,222,209)
#D6E4DC
(214,228,220)
#E2EAE7
(226,234,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B484; }

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

This text font color is #76B484.


Background Color

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

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

This div background color is #76B484.


Border color

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

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

This div border color is #76B484.


Opacity

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

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

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

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

This text has shadow with #76B484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B484 on black background.


Color preview on white background

This text has color #76B484 on white background.



Black color preview on #76B484 background

This text has black color on #76B484 background.


White color preview on #76B484 background

This text has white color on #76B484 background.