COLOR #76C408

HEX: #76C408
RGB: (118,196,8)

Color info

#76C408 contains mainly green color. Web safe color of #76C408 is #66CC00 (or #6C0).

RGB color model

#76C408 color RGB value is (118,196,8).

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

RGB channels and saturation

R 118 of 255 = 46%
G 196 of 255 = 77%
B 8 of 255 = 3%

118
196
8

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

Portions of RGB colors in percentages

R + G + B =
118 + 196 + 8 = 322 (100%)
R 118 of 322 ~ 36.65%
G 196 of 322 ~ 60.87%
B 8 of 322 ~ 2.48%

%36.65
%60.87

CMYK color model

#76C408 color CMYK value is (40,0,96,23).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 95.92%
  • key color value is 23.14%
CMYK:
(40,0,96,23)
C40M0Y96K23 
(40%,0%,96%,23%)
(0.40/0.00/0.96/0.23)	

CMYK percentages

%39.8
%0
%95.92
%23.14

Codes

Color #76C408 in popluar color models

76C408
RGB1181968
HSL85°92.16%40.00%
HSB/HSV85°95.92%76.86%
CMYK39.80%0.00%95.92%
23.14%

Color #76C408 in popluar number systems.

HEX76C408
Decimal1181968
Binary1110110110001001000
Octal16630410

Shades and tints

Shades of #76C408

#76C408
(118,196,8)
#6CB308
(108,179,8)
#62A208
(98,162,8)
#589108
(88,145,8)
#4E8008
(78,128,8)
#446F08
(68,111,8)
#3A5E08
(58,94,8)
#304D08
(48,77,8)
#263C08
(38,60,8)
#1C2B08
(28,43,8)
#121A08
(18,26,8)
#000000
(0,0,0)

Tints of #76C408

#76C408
(118,196,8)
#82C91E
(130,201,30)
#8ECE34
(142,206,52)
#9AD34A
(154,211,74)
#A6D860
(166,216,96)
#B2DD76
(178,221,118)
#BEE28C
(190,226,140)
#CAE7A2
(202,231,162)
#D6ECB8
(214,236,184)
#E2F1CE
(226,241,206)
#EEF6E4
(238,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C408; }

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

This text font color is #76C408.


Background Color

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

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

This div background color is #76C408.


Border color

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

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

This div border color is #76C408.


Opacity

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

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

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

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

This text has shadow with #76C408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C408 on black background.


Color preview on white background

This text has color #76C408 on white background.



Black color preview on #76C408 background

This text has black color on #76C408 background.


White color preview on #76C408 background

This text has white color on #76C408 background.