COLOR #76D961

HEX: #76D961
RGB: (118,217,97)

Color info

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

RGB color model

#76D961 color RGB value is (118,217,97).

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

RGB channels and saturation

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

118
217
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 217 + 97 = 432 (100%)
R 118 of 432 ~ 27.31%
G 217 of 432 ~ 50.23%
B 97 of 432 ~ 22.45%

%27.31
%50.23
%22.45

CMYK color model

#76D961 color CMYK value is (46,0,55,15).

  • cyan value is 45.62%
  • magenta value is 0.00%
  • yellow value is 55.30%
  • key color value is 14.90%
CMYK:
(46,0,55,15)
C46M0Y55K15 
(46%,0%,55%,15%)
(0.46/0.00/0.55/0.15)	

CMYK percentages

%45.62
%0
%55.3
%14.9

Codes

Color #76D961 in popluar color models

76D961
RGB11821797
HSL110°61.22%61.57%
HSB/HSV110°55.30%85.10%
CMYK45.62%0.00%55.30%
14.90%

Color #76D961 in popluar number systems.

HEX76D961
Decimal11821797
Binary1110110110110011100001
Octal166331141

Shades and tints

Shades of #76D961

#76D961
(118,217,97)
#6CC659
(108,198,89)
#62B351
(98,179,81)
#58A049
(88,160,73)
#4E8D41
(78,141,65)
#447A39
(68,122,57)
#3A6731
(58,103,49)
#305429
(48,84,41)
#264121
(38,65,33)
#1C2E19
(28,46,25)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #76D961

#76D961
(118,217,97)
#82DC6F
(130,220,111)
#8EDF7D
(142,223,125)
#9AE28B
(154,226,139)
#A6E599
(166,229,153)
#B2E8A7
(178,232,167)
#BEEBB5
(190,235,181)
#CAEEC3
(202,238,195)
#D6F1D1
(214,241,209)
#E2F4DF
(226,244,223)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D961; }

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

This text font color is #76D961.


Background Color

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

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

This div background color is #76D961.


Border color

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

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

This div border color is #76D961.


Opacity

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

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

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

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

This text has shadow with #76D961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D961 on black background.


Color preview on white background

This text has color #76D961 on white background.



Black color preview on #76D961 background

This text has black color on #76D961 background.


White color preview on #76D961 background

This text has white color on #76D961 background.