COLOR #76BF80

HEX: #76BF80
RGB: (118,191,128)

Color info

#76BF80 contains mainly green color. Web safe color of #76BF80 is #66CC66 (or #6C6).

RGB color model

#76BF80 color RGB value is (118,191,128).

  • red value is 118;
  • green value is 191;
  • blue value is 128.
RGB:
(118,191,128)
(46%,75%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 191 of 255 = 75%
B 128 of 255 = 50%

118
191
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 191 + 128 = 437 (100%)
R 118 of 437 ~ 27%
G 191 of 437 ~ 43.71%
B 128 of 437 ~ 29.29%

%27
%43.71
%29.29

CMYK color model

#76BF80 color CMYK value is (38,0,33,25).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 32.98%
  • key color value is 25.10%
CMYK:
(38,0,33,25)
C38M0Y33K25 
(38%,0%,33%,25%)
(0.38/0.00/0.33/0.25)	

CMYK percentages

%38.22
%0
%32.98
%25.1

Codes

Color #76BF80 in popluar color models

76BF80
RGB118191128
HSL128°36.32%60.59%
HSB/HSV128°38.22%74.90%
CMYK38.22%0.00%32.98%
25.10%

Color #76BF80 in popluar number systems.

HEX76BF80
Decimal118191128
Binary11101101011111110000000
Octal166277200

Shades and tints

Shades of #76BF80

#76BF80
(118,191,128)
#6CAE75
(108,174,117)
#629D6A
(98,157,106)
#588C5F
(88,140,95)
#4E7B54
(78,123,84)
#446A49
(68,106,73)
#3A593E
(58,89,62)
#304833
(48,72,51)
#263728
(38,55,40)
#1C261D
(28,38,29)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #76BF80

#76BF80
(118,191,128)
#82C48B
(130,196,139)
#8EC996
(142,201,150)
#9ACEA1
(154,206,161)
#A6D3AC
(166,211,172)
#B2D8B7
(178,216,183)
#BEDDC2
(190,221,194)
#CAE2CD
(202,226,205)
#D6E7D8
(214,231,216)
#E2ECE3
(226,236,227)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BF80 color. Also use rgb(118,191,128) instead hex code.

Text Font Color

.myTextColor { color: #76BF80; }

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

This text font color is #76BF80.


Background Color

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

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

This div background color is #76BF80.


Border color

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

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

This div border color is #76BF80.


Opacity

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

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

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

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

This text has shadow with #76BF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BF80 on black background.


Color preview on white background

This text has color #76BF80 on white background.



Black color preview on #76BF80 background

This text has black color on #76BF80 background.


White color preview on #76BF80 background

This text has white color on #76BF80 background.