COLOR #76C48F

HEX: #76C48F
RGB: (118,196,143)

Color info

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

RGB color model

#76C48F color RGB value is (118,196,143).

  • red value is 118;
  • green value is 196;
  • blue value is 143.
RGB:
(118,196,143)
(46%,77%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 196 of 255 = 77%
B 143 of 255 = 56%

118
196
143

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

Portions of RGB colors in percentages

R + G + B =
118 + 196 + 143 = 457 (100%)
R 118 of 457 ~ 25.82%
G 196 of 457 ~ 42.89%
B 143 of 457 ~ 31.29%

%25.82
%42.89
%31.29

CMYK color model

#76C48F color CMYK value is (40,0,27,23).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 23.14%
CMYK:
(40,0,27,23)
C40M0Y27K23 
(40%,0%,27%,23%)
(0.40/0.00/0.27/0.23)	

CMYK percentages

%39.8
%0
%27.04
%23.14

Codes

Color #76C48F in popluar color models

76C48F
RGB118196143
HSL139°39.80%61.57%
HSB/HSV139°39.80%76.86%
CMYK39.80%0.00%27.04%
23.14%

Color #76C48F in popluar number systems.

HEX76C48F
Decimal118196143
Binary11101101100010010001111
Octal166304217

Shades and tints

Shades of #76C48F

#76C48F
(118,196,143)
#6CB382
(108,179,130)
#62A275
(98,162,117)
#589168
(88,145,104)
#4E805B
(78,128,91)
#446F4E
(68,111,78)
#3A5E41
(58,94,65)
#304D34
(48,77,52)
#263C27
(38,60,39)
#1C2B1A
(28,43,26)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #76C48F

#76C48F
(118,196,143)
#82C999
(130,201,153)
#8ECEA3
(142,206,163)
#9AD3AD
(154,211,173)
#A6D8B7
(166,216,183)
#B2DDC1
(178,221,193)
#BEE2CB
(190,226,203)
#CAE7D5
(202,231,213)
#D6ECDF
(214,236,223)
#E2F1E9
(226,241,233)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C48F; }

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

This text font color is #76C48F.


Background Color

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

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

This div background color is #76C48F.


Border color

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

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

This div border color is #76C48F.


Opacity

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

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

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

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

This text has shadow with #76C48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C48F on black background.


Color preview on white background

This text has color #76C48F on white background.



Black color preview on #76C48F background

This text has black color on #76C48F background.


White color preview on #76C48F background

This text has white color on #76C48F background.