COLOR #76C388

HEX: #76C388 RGB: (118,195,136)

Color info

#76C388 contains mainly green and blue colors. Web safe color of #76C388 is #66CC99 (or #6C9).

RGB color model

#76C388 color RGB value is (118,195,136).

RGB: (118,195,136) (46%, 76%, 53%)

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 136 of 255 = 53%

118
195
136

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

Portions of RGB colors in percentages

R + G + B = 118 + 195 + 136 = 449 (100%)
R 118 of 449 ~ 26.28%
G 195 of 449 ~ 43.43%
B 136 of 449 ~ 30.29'%

%26.28
%43.43
%30.29

CMYK color model

#76C388 color CMYK value is (39,0,30,24).

  • cyan value is 39.49%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 23.53%

CMYK: (39,0,30,24)
C39M0Y30K24 (39%, 0%, 30%, 24%)
(0.39 / 0.00 / 0.30 / 0.24)

CMYK percentages

%39.49
%0
%30.26
%23.53

Codes

Color #76C388 in popluar color models

76 C3 88
RGB 118 195 136
HSL 134° 39.09% 61.37%
HSB/HSV 134° 39.49% 76.47%
CMYK 39.49% 0.00% 30.26%
23.53%

Color #76C388 in popluar number systems.

HEX 76 C3 88
Decimal 118 195 136
Binary 1110110 11000011 10001000
Octal 166 303 210

Shades and tints

Shades of #76C388

#76C388
(118,195,136)
#6CB27C
(108,178,124)
#62A170
(98,161,112)
#589064
(88,144,100)
#4E7F58
(78,127,88)
#446E4C
(68,110,76)
#3A5D40
(58,93,64)
#304C34
(48,76,52)
#263B28
(38,59,40)
#1C2A1C
(28,42,28)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #76C388

#76C388
(118,195,136)
#82C892
(130,200,146)
#8ECD9C
(142,205,156)
#9AD2A6
(154,210,166)
#A6D7B0
(166,215,176)
#B2DCBA
(178,220,186)
#BEE1C4
(190,225,196)
#CAE6CE
(202,230,206)
#D6EBD8
(214,235,216)
#E2F0E2
(226,240,226)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C388 color. Also use rgb(118,195,136) instead hex code.

Text Font Color

.myTextColor { color: #76C388; }

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

This text font color is #76C388.

Background Color

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

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

This div background color is #76C388.

Border color

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

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

This div border color is #76C388.

Opacity

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

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

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

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

This text has shadow with #76C388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C388.

Preview

Color preview on black background

This text has color #76C388 on black background.


Color preview on white background

This text has color #76C388 on white background.


Black color preview on #76C388 background

This text has black color on #76C388 background.


White color preview on #76C388 background

This text has white color on #76C388 background.


Related colors

Complementary color

Complementary color for #hex is #893C77.


I love getcolorcode.com

Triadic colors

1 #8876C3 and #C38876 with #76C388 are triadic colors.

2 #88C376 and #C37688 with #76C388 are triadic colors.