COLOR #76AD1C

HEX: #76AD1C
RGB: (118,173,28)

Color info

#76AD1C contains mainly red and green colors. Web safe color of #76AD1C is #669933 (or #693).

RGB color model

#76AD1C color RGB value is (118,173,28).

  • red value is 118;
  • green value is 173;
  • blue value is 28.
RGB:
(118,173,28)
(46%,68%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 28 of 255 = 11%

118
173
28

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

Portions of RGB colors in percentages

R + G + B =
118 + 173 + 28 = 319 (100%)
R 118 of 319 ~ 36.99%
G 173 of 319 ~ 54.23%
B 28 of 319 ~ 8.78%

%36.99
%54.23

CMYK color model

#76AD1C color CMYK value is (32,0,84,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 83.82%
  • key color value is 32.16%
CMYK:
(32,0,84,32)
C32M0Y84K32 
(32%,0%,84%,32%)
(0.32/0.00/0.84/0.32)	

CMYK percentages

%31.79
%0
%83.82
%32.16

Codes

Color #76AD1C in popluar color models

76AD1C
RGB11817328
HSL83°72.14%39.41%
HSB/HSV83°83.82%67.84%
CMYK31.79%0.00%83.82%
32.16%

Color #76AD1C in popluar number systems.

HEX76AD1C
Decimal11817328
Binary11101101010110111100
Octal16625534

Shades and tints

Shades of #76AD1C

#76AD1C
(118,173,28)
#6C9E1A
(108,158,26)
#628F18
(98,143,24)
#588016
(88,128,22)
#4E7114
(78,113,20)
#446212
(68,98,18)
#3A5310
(58,83,16)
#30440E
(48,68,14)
#26350C
(38,53,12)
#1C260A
(28,38,10)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #76AD1C

#76AD1C
(118,173,28)
#82B430
(130,180,48)
#8EBB44
(142,187,68)
#9AC258
(154,194,88)
#A6C96C
(166,201,108)
#B2D080
(178,208,128)
#BED794
(190,215,148)
#CADEA8
(202,222,168)
#D6E5BC
(214,229,188)
#E2ECD0
(226,236,208)
#EEF3E4
(238,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AD1C color. Also use rgb(118,173,28) instead hex code.

Text Font Color

.myTextColor { color: #76AD1C; }

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

This text font color is #76AD1C.


Background Color

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

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

This div background color is #76AD1C.


Border color

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

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

This div border color is #76AD1C.


Opacity

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

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

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

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

This text has shadow with #76AD1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AD1C on black background.


Color preview on white background

This text has color #76AD1C on white background.



Black color preview on #76AD1C background

This text has black color on #76AD1C background.


White color preview on #76AD1C background

This text has white color on #76AD1C background.