COLOR #76BE61

HEX: #76BE61 RGB: (118,190,97)

Color info

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

RGB color model

#76BE61 color RGB value is (118,190,97).

RGB: (118,190,97) (46%, 75%, 38%)

RGB channels and saturation

R 118 of 255 = 46%
G 190 of 255 = 75%
B 97 of 255 = 38%

118
190
97

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

Portions of RGB colors in percentages

R + G + B = 118 + 190 + 97 = 405 (100%)
R 118 of 405 ~ 29.14%
G 190 of 405 ~ 46.91%
B 97 of 405 ~ 23.95'%

%29.14
%46.91
%23.95

CMYK color model

#76BE61 color CMYK value is (38,0,49,25).

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

CMYK: (38,0,49,25)
C38M0Y49K25 (38%, 0%, 49%, 25%)
(0.38 / 0.00 / 0.49 / 0.25)

CMYK percentages

%37.89
%0
%48.95
%25.49

Codes

Color #76BE61 in popluar color models

76 BE 61
RGB 118 190 97
HSL 106° 41.70% 56.27%
HSB/HSV 106° 48.95% 74.51%
CMYK 37.89% 0.00% 48.95%
25.49%

Color #76BE61 in popluar number systems.

HEX 76 BE 61
Decimal 118 190 97
Binary 1110110 10111110 1100001
Octal 166 276 141

Shades and tints

Shades of #76BE61

#76BE61
(118,190,97)
#6CAD59
(108,173,89)
#629C51
(98,156,81)
#588B49
(88,139,73)
#4E7A41
(78,122,65)
#446939
(68,105,57)
#3A5831
(58,88,49)
#304729
(48,71,41)
#263621
(38,54,33)
#1C2519
(28,37,25)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #76BE61

#76BE61
(118,190,97)
#82C36F
(130,195,111)
#8EC87D
(142,200,125)
#9ACD8B
(154,205,139)
#A6D299
(166,210,153)
#B2D7A7
(178,215,167)
#BEDCB5
(190,220,181)
#CAE1C3
(202,225,195)
#D6E6D1
(214,230,209)
#E2EBDF
(226,235,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BE61; }

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

This text font color is #76BE61.

Background Color

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

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

This div background color is #76BE61.

Border color

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

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

This div border color is #76BE61.

Opacity

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

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

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

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

This text has shadow with #76BE61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BE61.

Preview

Color preview on black background

This text has color #76BE61 on black background.


Color preview on white background

This text has color #76BE61 on white background.


Black color preview on #76BE61 background

This text has black color on #76BE61 background.


White color preview on #76BE61 background

This text has white color on #76BE61 background.


Related colors

Complementary color

Complementary color for #hex is #89419E.


I love getcolorcode.com

Triadic colors

1 #6176BE and #BE6176 with #76BE61 are triadic colors.

2 #61BE76 and #BE7661 with #76BE61 are triadic colors.