COLOR #76AD63

HEX: #76AD63
RGB: (118,173,99)

Color info

#76AD63 contains mainly red and green colors. Web safe color of #76AD63 is #669966 (or #696).

RGB color model

#76AD63 color RGB value is (118,173,99).

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

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 99 of 255 = 39%

118
173
99

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

Portions of RGB colors in percentages

R + G + B =
118 + 173 + 99 = 390 (100%)
R 118 of 390 ~ 30.26%
G 173 of 390 ~ 44.36%
B 99 of 390 ~ 25.38%

%30.26
%44.36
%25.38

CMYK color model

#76AD63 color CMYK value is (32,0,43,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 32.16%
CMYK:
(32,0,43,32)
C32M0Y43K32 
(32%,0%,43%,32%)
(0.32/0.00/0.43/0.32)	

CMYK percentages

%31.79
%0
%42.77
%32.16

Codes

Color #76AD63 in popluar color models

76AD63
RGB11817399
HSL105°31.09%53.33%
HSB/HSV105°42.77%67.84%
CMYK31.79%0.00%42.77%
32.16%

Color #76AD63 in popluar number systems.

HEX76AD63
Decimal11817399
Binary1110110101011011100011
Octal166255143

Shades and tints

Shades of #76AD63

#76AD63
(118,173,99)
#6C9E5A
(108,158,90)
#628F51
(98,143,81)
#588048
(88,128,72)
#4E713F
(78,113,63)
#446236
(68,98,54)
#3A532D
(58,83,45)
#304424
(48,68,36)
#26351B
(38,53,27)
#1C2612
(28,38,18)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #76AD63

#76AD63
(118,173,99)
#82B471
(130,180,113)
#8EBB7F
(142,187,127)
#9AC28D
(154,194,141)
#A6C99B
(166,201,155)
#B2D0A9
(178,208,169)
#BED7B7
(190,215,183)
#CADEC5
(202,222,197)
#D6E5D3
(214,229,211)
#E2ECE1
(226,236,225)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AD63; }

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

This text font color is #76AD63.


Background Color

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

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

This div background color is #76AD63.


Border color

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

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

This div border color is #76AD63.


Opacity

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

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

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

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

This text has shadow with #76AD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AD63 on black background.


Color preview on white background

This text has color #76AD63 on white background.



Black color preview on #76AD63 background

This text has black color on #76AD63 background.


White color preview on #76AD63 background

This text has white color on #76AD63 background.