COLOR #76BC4D

HEX: #76BC4D
RGB: (118,188,77)

Color info

#76BC4D contains mainly green color. Web safe color of #76BC4D is #66CC33 (or #6C3).

RGB color model

#76BC4D color RGB value is (118,188,77).

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

RGB channels and saturation

R 118 of 255 = 46%
G 188 of 255 = 74%
B 77 of 255 = 30%

118
188
77

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

Portions of RGB colors in percentages

R + G + B =
118 + 188 + 77 = 383 (100%)
R 118 of 383 ~ 30.81%
G 188 of 383 ~ 49.09%
B 77 of 383 ~ 20.1%

%30.81
%49.09
%20.1

CMYK color model

#76BC4D color CMYK value is (37,0,59,26).

  • cyan value is 37.23%
  • magenta value is 0.00%
  • yellow value is 59.04%
  • key color value is 26.27%
CMYK:
(37,0,59,26)
C37M0Y59K26 
(37%,0%,59%,26%)
(0.37/0.00/0.59/0.26)	

CMYK percentages

%37.23
%0
%59.04
%26.27

Codes

Color #76BC4D in popluar color models

76BC4D
RGB11818877
HSL98°45.31%51.96%
HSB/HSV98°59.04%73.73%
CMYK37.23%0.00%59.04%
26.27%

Color #76BC4D in popluar number systems.

HEX76BC4D
Decimal11818877
Binary1110110101111001001101
Octal166274115

Shades and tints

Shades of #76BC4D

#76BC4D
(118,188,77)
#6CAB46
(108,171,70)
#629A3F
(98,154,63)
#588938
(88,137,56)
#4E7831
(78,120,49)
#44672A
(68,103,42)
#3A5623
(58,86,35)
#30451C
(48,69,28)
#263415
(38,52,21)
#1C230E
(28,35,14)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #76BC4D

#76BC4D
(118,188,77)
#82C25D
(130,194,93)
#8EC86D
(142,200,109)
#9ACE7D
(154,206,125)
#A6D48D
(166,212,141)
#B2DA9D
(178,218,157)
#BEE0AD
(190,224,173)
#CAE6BD
(202,230,189)
#D6ECCD
(214,236,205)
#E2F2DD
(226,242,221)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BC4D; }

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

This text font color is #76BC4D.


Background Color

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

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

This div background color is #76BC4D.


Border color

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

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

This div border color is #76BC4D.


Opacity

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

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

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

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

This text has shadow with #76BC4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BC4D on black background.


Color preview on white background

This text has color #76BC4D on white background.



Black color preview on #76BC4D background

This text has black color on #76BC4D background.


White color preview on #76BC4D background

This text has white color on #76BC4D background.