COLOR #76BF81

HEX: #76BF81
RGB: (118,191,129)

Color info

#76BF81 contains mainly green color. Web safe color of #76BF81 is #66CC99 (or #6C9).

RGB color model

#76BF81 color RGB value is (118,191,129).

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

RGB channels and saturation

R 118 of 255 = 46%
G 191 of 255 = 75%
B 129 of 255 = 51%

118
191
129

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

Portions of RGB colors in percentages

R + G + B =
118 + 191 + 129 = 438 (100%)
R 118 of 438 ~ 26.94%
G 191 of 438 ~ 43.61%
B 129 of 438 ~ 29.45%

%26.94
%43.61
%29.45

CMYK color model

#76BF81 color CMYK value is (38,0,32,25).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 25.10%
CMYK:
(38,0,32,25)
C38M0Y32K25 
(38%,0%,32%,25%)
(0.38/0.00/0.32/0.25)	

CMYK percentages

%38.22
%0
%32.46
%25.1

Codes

Color #76BF81 in popluar color models

76BF81
RGB118191129
HSL129°36.32%60.59%
HSB/HSV129°38.22%74.90%
CMYK38.22%0.00%32.46%
25.10%

Color #76BF81 in popluar number systems.

HEX76BF81
Decimal118191129
Binary11101101011111110000001
Octal166277201

Shades and tints

Shades of #76BF81

#76BF81
(118,191,129)
#6CAE76
(108,174,118)
#629D6B
(98,157,107)
#588C60
(88,140,96)
#4E7B55
(78,123,85)
#446A4A
(68,106,74)
#3A593F
(58,89,63)
#304834
(48,72,52)
#263729
(38,55,41)
#1C261E
(28,38,30)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #76BF81

#76BF81
(118,191,129)
#82C48C
(130,196,140)
#8EC997
(142,201,151)
#9ACEA2
(154,206,162)
#A6D3AD
(166,211,173)
#B2D8B8
(178,216,184)
#BEDDC3
(190,221,195)
#CAE2CE
(202,226,206)
#D6E7D9
(214,231,217)
#E2ECE4
(226,236,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BF81; }

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

This text font color is #76BF81.


Background Color

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

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

This div background color is #76BF81.


Border color

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

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

This div border color is #76BF81.


Opacity

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

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

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

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

This text has shadow with #76BF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BF81 on black background.


Color preview on white background

This text has color #76BF81 on white background.



Black color preview on #76BF81 background

This text has black color on #76BF81 background.


White color preview on #76BF81 background

This text has white color on #76BF81 background.