COLOR #76BC56

HEX: #76BC56
RGB: (118,188,86)

Color info

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

RGB color model

#76BC56 color RGB value is (118,188,86).

  • red value is 118;
  • green value is 188;
  • blue value is 86.
RGB:
(118,188,86)
(46%,74%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 188 of 255 = 74%
B 86 of 255 = 34%

118
188
86

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

Portions of RGB colors in percentages

R + G + B =
118 + 188 + 86 = 392 (100%)
R 118 of 392 ~ 30.1%
G 188 of 392 ~ 47.96%
B 86 of 392 ~ 21.94%

%30.1
%47.96
%21.94

CMYK color model

#76BC56 color CMYK value is (37,0,54,26).

  • cyan value is 37.23%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 26.27%
CMYK:
(37,0,54,26)
C37M0Y54K26 
(37%,0%,54%,26%)
(0.37/0.00/0.54/0.26)	

CMYK percentages

%37.23
%0
%54.26
%26.27

Codes

Color #76BC56 in popluar color models

76BC56
RGB11818886
HSL101°43.22%53.73%
HSB/HSV101°54.26%73.73%
CMYK37.23%0.00%54.26%
26.27%

Color #76BC56 in popluar number systems.

HEX76BC56
Decimal11818886
Binary1110110101111001010110
Octal166274126

Shades and tints

Shades of #76BC56

#76BC56
(118,188,86)
#6CAB4F
(108,171,79)
#629A48
(98,154,72)
#588941
(88,137,65)
#4E783A
(78,120,58)
#446733
(68,103,51)
#3A562C
(58,86,44)
#304525
(48,69,37)
#26341E
(38,52,30)
#1C2317
(28,35,23)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #76BC56

#76BC56
(118,188,86)
#82C265
(130,194,101)
#8EC874
(142,200,116)
#9ACE83
(154,206,131)
#A6D492
(166,212,146)
#B2DAA1
(178,218,161)
#BEE0B0
(190,224,176)
#CAE6BF
(202,230,191)
#D6ECCE
(214,236,206)
#E2F2DD
(226,242,221)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BC56 color. Also use rgb(118,188,86) instead hex code.

Text Font Color

.myTextColor { color: #76BC56; }

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

This text font color is #76BC56.


Background Color

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

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

This div background color is #76BC56.


Border color

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

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

This div border color is #76BC56.


Opacity

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

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

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

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

This text has shadow with #76BC56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BC56 on black background.


Color preview on white background

This text has color #76BC56 on white background.



Black color preview on #76BC56 background

This text has black color on #76BC56 background.


White color preview on #76BC56 background

This text has white color on #76BC56 background.