COLOR #76BB80

HEX: #76BB80 RGB: (118,187,128)

Color info

#76BB80 contains mainly green and blue colors. Web safe color of #76BB80 is #66CC66 (or #6C6).

RGB color model

#76BB80 color RGB value is (118,187,128).

RGB: (118,187,128) (46%, 73%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 128 of 255 = 50%

118
187
128

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

Portions of RGB colors in percentages

R + G + B = 118 + 187 + 128 = 433 (100%)
R 118 of 433 ~ 27.25%
G 187 of 433 ~ 43.19%
B 128 of 433 ~ 29.56'%

%27.25
%43.19
%29.56

CMYK color model

#76BB80 color CMYK value is (37,0,32,27).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 26.67%

CMYK: (37,0,32,27)
C37M0Y32K27 (37%, 0%, 32%, 27%)
(0.37 / 0.00 / 0.32 / 0.27)

CMYK percentages

%36.9
%0
%31.55
%26.67

Codes

Color #76BB80 in popluar color models

76 BB 80
RGB 118 187 128
HSL 129° 33.66% 59.80%
HSB/HSV 129° 36.90% 73.33%
CMYK 36.90% 0.00% 31.55%
26.67%

Color #76BB80 in popluar number systems.

HEX 76 BB 80
Decimal 118 187 128
Binary 1110110 10111011 10000000
Octal 166 273 200

Shades and tints

Shades of #76BB80

#76BB80
(118,187,128)
#6CAA75
(108,170,117)
#62996A
(98,153,106)
#58885F
(88,136,95)
#4E7754
(78,119,84)
#446649
(68,102,73)
#3A553E
(58,85,62)
#304433
(48,68,51)
#263328
(38,51,40)
#1C221D
(28,34,29)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #76BB80

#76BB80
(118,187,128)
#82C18B
(130,193,139)
#8EC796
(142,199,150)
#9ACDA1
(154,205,161)
#A6D3AC
(166,211,172)
#B2D9B7
(178,217,183)
#BEDFC2
(190,223,194)
#CAE5CD
(202,229,205)
#D6EBD8
(214,235,216)
#E2F1E3
(226,241,227)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BB80 color. Also use rgb(118,187,128) instead hex code.

Text Font Color

.myTextColor { color: #76BB80; }

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

This text font color is #76BB80.

Background Color

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

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

This div background color is #76BB80.

Border color

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

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

This div border color is #76BB80.

Opacity

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

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

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

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

This text has shadow with #76BB80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BB80.

Preview

Color preview on black background

This text has color #76BB80 on black background.


Color preview on white background

This text has color #76BB80 on white background.


Black color preview on #76BB80 background

This text has black color on #76BB80 background.


White color preview on #76BB80 background

This text has white color on #76BB80 background.


Related colors

Complementary color

Complementary color for #hex is #89447F.


I love getcolorcode.com

Triadic colors

1 #8076BB and #BB8076 with #76BB80 are triadic colors.

2 #80BB76 and #BB7680 with #76BB80 are triadic colors.