COLOR #76BE71

HEX: #76BE71 RGB: (118,190,113)

Color info

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

RGB color model

#76BE71 color RGB value is (118,190,113).

RGB: (118,190,113) (46%, 75%, 44%)

RGB channels and saturation

R 118 of 255 = 46%
G 190 of 255 = 75%
B 113 of 255 = 44%

118
190
113

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

Portions of RGB colors in percentages

R + G + B = 118 + 190 + 113 = 421 (100%)
R 118 of 421 ~ 28.03%
G 190 of 421 ~ 45.13%
B 113 of 421 ~ 26.84'%

%28.03
%45.13
%26.84

CMYK color model

#76BE71 color CMYK value is (38,0,41,25).

  • cyan value is 37.89%
  • magenta value is 0.00%
  • yellow value is 40.53%
  • key color value is 25.49%

CMYK: (38,0,41,25)
C38M0Y41K25 (38%, 0%, 41%, 25%)
(0.38 / 0.00 / 0.41 / 0.25)

CMYK percentages

%37.89
%0
%40.53
%25.49

Codes

Color #76BE71 in popluar color models

76 BE 71
RGB 118 190 113
HSL 116° 37.20% 59.41%
HSB/HSV 116° 40.53% 74.51%
CMYK 37.89% 0.00% 40.53%
25.49%

Color #76BE71 in popluar number systems.

HEX 76 BE 71
Decimal 118 190 113
Binary 1110110 10111110 1110001
Octal 166 276 161

Shades and tints

Shades of #76BE71

#76BE71
(118,190,113)
#6CAD67
(108,173,103)
#629C5D
(98,156,93)
#588B53
(88,139,83)
#4E7A49
(78,122,73)
#44693F
(68,105,63)
#3A5835
(58,88,53)
#30472B
(48,71,43)
#263621
(38,54,33)
#1C2517
(28,37,23)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #76BE71

#76BE71
(118,190,113)
#82C37D
(130,195,125)
#8EC889
(142,200,137)
#9ACD95
(154,205,149)
#A6D2A1
(166,210,161)
#B2D7AD
(178,215,173)
#BEDCB9
(190,220,185)
#CAE1C5
(202,225,197)
#D6E6D1
(214,230,209)
#E2EBDD
(226,235,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BE71 color. Also use rgb(118,190,113) instead hex code.

Text Font Color

.myTextColor { color: #76BE71; }

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

This text font color is #76BE71.

Background Color

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

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

This div background color is #76BE71.

Border color

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

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

This div border color is #76BE71.

Opacity

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

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

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

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

This text has shadow with #76BE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BE71.

Preview

Color preview on black background

This text has color #76BE71 on black background.


Color preview on white background

This text has color #76BE71 on white background.


Black color preview on #76BE71 background

This text has black color on #76BE71 background.


White color preview on #76BE71 background

This text has white color on #76BE71 background.


Related colors

Complementary color

Complementary color for #hex is #89418E.


I love getcolorcode.com

Triadic colors

1 #7176BE and #BE7176 with #76BE71 are triadic colors.

2 #71BE76 and #BE7671 with #76BE71 are triadic colors.