COLOR #76C48C

HEX: #76C48C RGB: (118,196,140)

Color info

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

RGB color model

#76C48C color RGB value is (118,196,140).

RGB: (118,196,140) (46%, 77%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 196 of 255 = 77%
B 140 of 255 = 55%

118
196
140

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

Portions of RGB colors in percentages

R + G + B = 118 + 196 + 140 = 454 (100%)
R 118 of 454 ~ 25.99%
G 196 of 454 ~ 43.17%
B 140 of 454 ~ 30.84'%

%25.99
%43.17
%30.84

CMYK color model

#76C48C color CMYK value is (40,0,29,23).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%

CMYK: (40,0,29,23)
C40M0Y29K23 (40%, 0%, 29%, 23%)
(0.40 / 0.00 / 0.29 / 0.23)

CMYK percentages

%39.8
%0
%28.57
%23.14

Codes

Color #76C48C in popluar color models

76 C4 8C
RGB 118 196 140
HSL 137° 39.80% 61.57%
HSB/HSV 137° 39.80% 76.86%
CMYK 39.80% 0.00% 28.57%
23.14%

Color #76C48C in popluar number systems.

HEX 76 C4 8C
Decimal 118 196 140
Binary 1110110 11000100 10001100
Octal 166 304 214

Shades and tints

Shades of #76C48C

#76C48C
(118,196,140)
#6CB380
(108,179,128)
#62A274
(98,162,116)
#589168
(88,145,104)
#4E805C
(78,128,92)
#446F50
(68,111,80)
#3A5E44
(58,94,68)
#304D38
(48,77,56)
#263C2C
(38,60,44)
#1C2B20
(28,43,32)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #76C48C

#76C48C
(118,196,140)
#82C996
(130,201,150)
#8ECEA0
(142,206,160)
#9AD3AA
(154,211,170)
#A6D8B4
(166,216,180)
#B2DDBE
(178,221,190)
#BEE2C8
(190,226,200)
#CAE7D2
(202,231,210)
#D6ECDC
(214,236,220)
#E2F1E6
(226,241,230)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C48C color. Also use rgb(118,196,140) instead hex code.

Text Font Color

.myTextColor { color: #76C48C; }

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

This text font color is #76C48C.

Background Color

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

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

This div background color is #76C48C.

Border color

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

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

This div border color is #76C48C.

Opacity

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

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

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

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

This text has shadow with #76C48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C48C.

Preview

Color preview on black background

This text has color #76C48C on black background.


Color preview on white background

This text has color #76C48C on white background.


Black color preview on #76C48C background

This text has black color on #76C48C background.


White color preview on #76C48C background

This text has white color on #76C48C background.


Related colors

Complementary color

Complementary color for #hex is #893B73.


I love getcolorcode.com

Triadic colors

1 #8C76C4 and #C48C76 with #76C48C are triadic colors.

2 #8CC476 and #C4768C with #76C48C are triadic colors.