COLOR #76BE59

HEX: #76BE59 RGB: (118,190,89)

Color info

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

RGB color model

#76BE59 color RGB value is (118,190,89).

RGB: (118,190,89) (46%, 75%, 35%)

RGB channels and saturation

R 118 of 255 = 46%
G 190 of 255 = 75%
B 89 of 255 = 35%

118
190
89

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

Portions of RGB colors in percentages

R + G + B = 118 + 190 + 89 = 397 (100%)
R 118 of 397 ~ 29.72%
G 190 of 397 ~ 47.86%
B 89 of 397 ~ 22.42'%

%29.72
%47.86
%22.42

CMYK color model

#76BE59 color CMYK value is (38,0,53,25).

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

CMYK: (38,0,53,25)
C38M0Y53K25 (38%, 0%, 53%, 25%)
(0.38 / 0.00 / 0.53 / 0.25)

CMYK percentages

%37.89
%0
%53.16
%25.49

Codes

Color #76BE59 in popluar color models

76 BE 59
RGB 118 190 89
HSL 103° 43.72% 54.71%
HSB/HSV 103° 53.16% 74.51%
CMYK 37.89% 0.00% 53.16%
25.49%

Color #76BE59 in popluar number systems.

HEX 76 BE 59
Decimal 118 190 89
Binary 1110110 10111110 1011001
Octal 166 276 131

Shades and tints

Shades of #76BE59

#76BE59
(118,190,89)
#6CAD51
(108,173,81)
#629C49
(98,156,73)
#588B41
(88,139,65)
#4E7A39
(78,122,57)
#446931
(68,105,49)
#3A5829
(58,88,41)
#304721
(48,71,33)
#263619
(38,54,25)
#1C2511
(28,37,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #76BE59

#76BE59
(118,190,89)
#82C368
(130,195,104)
#8EC877
(142,200,119)
#9ACD86
(154,205,134)
#A6D295
(166,210,149)
#B2D7A4
(178,215,164)
#BEDCB3
(190,220,179)
#CAE1C2
(202,225,194)
#D6E6D1
(214,230,209)
#E2EBE0
(226,235,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BE59; }

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

This text font color is #76BE59.

Background Color

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

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

This div background color is #76BE59.

Border color

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

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

This div border color is #76BE59.

Opacity

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

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

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

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

This text has shadow with #76BE59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BE59.

Preview

Color preview on black background

This text has color #76BE59 on black background.


Color preview on white background

This text has color #76BE59 on white background.


Black color preview on #76BE59 background

This text has black color on #76BE59 background.


White color preview on #76BE59 background

This text has white color on #76BE59 background.


Related colors

Complementary color

Complementary color for #hex is #8941A6.


I love getcolorcode.com

Triadic colors

1 #5976BE and #BE5976 with #76BE59 are triadic colors.

2 #59BE76 and #BE7659 with #76BE59 are triadic colors.