COLOR #76A619

HEX: #76A619
RGB: (118,166,25)

Color info

#76A619 contains mainly red and green colors. Web safe color of #76A619 is #669900 (or #690).

RGB color model

#76A619 color RGB value is (118,166,25).

  • red value is 118;
  • green value is 166;
  • blue value is 25.
RGB:
(118,166,25)
(46%,65%,10%)

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 25 of 255 = 10%

118
166
25

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

Portions of RGB colors in percentages

R + G + B =
118 + 166 + 25 = 309 (100%)
R 118 of 309 ~ 38.19%
G 166 of 309 ~ 53.72%
B 25 of 309 ~ 8.09%

%38.19
%53.72

CMYK color model

#76A619 color CMYK value is (29,0,85,35).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 84.94%
  • key color value is 34.90%
CMYK:
(29,0,85,35)
C29M0Y85K35 
(29%,0%,85%,35%)
(0.29/0.00/0.85/0.35)	

CMYK percentages

%28.92
%0
%84.94
%34.9

Codes

Color #76A619 in popluar color models

76A619
RGB11816625
HSL80°73.82%37.45%
HSB/HSV80°84.94%65.10%
CMYK28.92%0.00%84.94%
34.90%

Color #76A619 in popluar number systems.

HEX76A619
Decimal11816625
Binary11101101010011011001
Octal16624631

Shades and tints

Shades of #76A619

#76A619
(118,166,25)
#6C9717
(108,151,23)
#628815
(98,136,21)
#587913
(88,121,19)
#4E6A11
(78,106,17)
#445B0F
(68,91,15)
#3A4C0D
(58,76,13)
#303D0B
(48,61,11)
#262E09
(38,46,9)
#1C1F07
(28,31,7)
#121005
(18,16,5)
#000000
(0,0,0)

Tints of #76A619

#76A619
(118,166,25)
#82AE2D
(130,174,45)
#8EB641
(142,182,65)
#9ABE55
(154,190,85)
#A6C669
(166,198,105)
#B2CE7D
(178,206,125)
#BED691
(190,214,145)
#CADEA5
(202,222,165)
#D6E6B9
(214,230,185)
#E2EECD
(226,238,205)
#EEF6E1
(238,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A619 color. Also use rgb(118,166,25) instead hex code.

Text Font Color

.myTextColor { color: #76A619; }

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

This text font color is #76A619.


Background Color

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

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

This div background color is #76A619.


Border color

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

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

This div border color is #76A619.


Opacity

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

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

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

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

This text has shadow with #76A619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A619 on black background.


Color preview on white background

This text has color #76A619 on white background.



Black color preview on #76A619 background

This text has black color on #76A619 background.


White color preview on #76A619 background

This text has white color on #76A619 background.