COLOR #76C058

HEX: #76C058
RGB: (118,192,88)

Color info

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

RGB color model

#76C058 color RGB value is (118,192,88).

  • red value is 118;
  • green value is 192;
  • blue value is 88.
RGB:
(118,192,88)
(46%,75%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 192 of 255 = 75%
B 88 of 255 = 35%

118
192
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 192 + 88 = 398 (100%)
R 118 of 398 ~ 29.65%
G 192 of 398 ~ 48.24%
B 88 of 398 ~ 22.11%

%29.65
%48.24
%22.11

CMYK color model

#76C058 color CMYK value is (39,0,54,25).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 24.71%
CMYK:
(39,0,54,25)
C39M0Y54K25 
(39%,0%,54%,25%)
(0.39/0.00/0.54/0.25)	

CMYK percentages

%38.54
%0
%54.17
%24.71

Codes

Color #76C058 in popluar color models

76C058
RGB11819288
HSL103°45.22%54.90%
HSB/HSV103°54.17%75.29%
CMYK38.54%0.00%54.17%
24.71%

Color #76C058 in popluar number systems.

HEX76C058
Decimal11819288
Binary1110110110000001011000
Octal166300130

Shades and tints

Shades of #76C058

#76C058
(118,192,88)
#6CAF50
(108,175,80)
#629E48
(98,158,72)
#588D40
(88,141,64)
#4E7C38
(78,124,56)
#446B30
(68,107,48)
#3A5A28
(58,90,40)
#304920
(48,73,32)
#263818
(38,56,24)
#1C2710
(28,39,16)
#121608
(18,22,8)
#000000
(0,0,0)

Tints of #76C058

#76C058
(118,192,88)
#82C567
(130,197,103)
#8ECA76
(142,202,118)
#9ACF85
(154,207,133)
#A6D494
(166,212,148)
#B2D9A3
(178,217,163)
#BEDEB2
(190,222,178)
#CAE3C1
(202,227,193)
#D6E8D0
(214,232,208)
#E2EDDF
(226,237,223)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C058 color. Also use rgb(118,192,88) instead hex code.

Text Font Color

.myTextColor { color: #76C058; }

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

This text font color is #76C058.


Background Color

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

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

This div background color is #76C058.


Border color

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

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

This div border color is #76C058.


Opacity

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

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

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

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

This text has shadow with #76C058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C058 on black background.


Color preview on white background

This text has color #76C058 on white background.



Black color preview on #76C058 background

This text has black color on #76C058 background.


White color preview on #76C058 background

This text has white color on #76C058 background.