COLOR #76D861

HEX: #76D861
RGB: (118,216,97)

Color info

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

RGB color model

#76D861 color RGB value is (118,216,97).

  • red value is 118;
  • green value is 216;
  • blue value is 97.
RGB:
(118,216,97)
(46%,85%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 216 of 255 = 85%
B 97 of 255 = 38%

118
216
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 216 + 97 = 431 (100%)
R 118 of 431 ~ 27.38%
G 216 of 431 ~ 50.12%
B 97 of 431 ~ 22.51%

%27.38
%50.12
%22.51

CMYK color model

#76D861 color CMYK value is (45,0,55,15).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 55.09%
  • key color value is 15.29%
CMYK:
(45,0,55,15)
C45M0Y55K15 
(45%,0%,55%,15%)
(0.45/0.00/0.55/0.15)	

CMYK percentages

%45.37
%0
%55.09
%15.29

Codes

Color #76D861 in popluar color models

76D861
RGB11821697
HSL109°60.41%61.37%
HSB/HSV109°55.09%84.71%
CMYK45.37%0.00%55.09%
15.29%

Color #76D861 in popluar number systems.

HEX76D861
Decimal11821697
Binary1110110110110001100001
Octal166330141

Shades and tints

Shades of #76D861

#76D861
(118,216,97)
#6CC559
(108,197,89)
#62B251
(98,178,81)
#589F49
(88,159,73)
#4E8C41
(78,140,65)
#447939
(68,121,57)
#3A6631
(58,102,49)
#305329
(48,83,41)
#264021
(38,64,33)
#1C2D19
(28,45,25)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #76D861

#76D861
(118,216,97)
#82DB6F
(130,219,111)
#8EDE7D
(142,222,125)
#9AE18B
(154,225,139)
#A6E499
(166,228,153)
#B2E7A7
(178,231,167)
#BEEAB5
(190,234,181)
#CAEDC3
(202,237,195)
#D6F0D1
(214,240,209)
#E2F3DF
(226,243,223)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D861 color. Also use rgb(118,216,97) instead hex code.

Text Font Color

.myTextColor { color: #76D861; }

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

This text font color is #76D861.


Background Color

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

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

This div background color is #76D861.


Border color

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

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

This div border color is #76D861.


Opacity

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

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

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

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

This text has shadow with #76D861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D861 on black background.


Color preview on white background

This text has color #76D861 on white background.



Black color preview on #76D861 background

This text has black color on #76D861 background.


White color preview on #76D861 background

This text has white color on #76D861 background.