COLOR #76A15D

HEX: #76A15D
RGB: (118,161,93)

Color info

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

RGB color model

#76A15D color RGB value is (118,161,93).

  • red value is 118;
  • green value is 161;
  • blue value is 93.
RGB:
(118,161,93)
(46%,63%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 93 of 255 = 36%

118
161
93

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 93 = 372 (100%)
R 118 of 372 ~ 31.72%
G 161 of 372 ~ 43.28%
B 93 of 372 ~ 25%

%31.72
%43.28
%25

CMYK color model

#76A15D color CMYK value is (27,0,42,37).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 42.24%
  • key color value is 36.86%
CMYK:
(27,0,42,37)
C27M0Y42K37 
(27%,0%,42%,37%)
(0.27/0.00/0.42/0.37)	

CMYK percentages

%26.71
%0
%42.24
%36.86

Codes

Color #76A15D in popluar color models

76A15D
RGB11816193
HSL98°26.77%49.80%
HSB/HSV98°42.24%63.14%
CMYK26.71%0.00%42.24%
36.86%

Color #76A15D in popluar number systems.

HEX76A15D
Decimal11816193
Binary1110110101000011011101
Octal166241135

Shades and tints

Shades of #76A15D

#76A15D
(118,161,93)
#6C9355
(108,147,85)
#62854D
(98,133,77)
#587745
(88,119,69)
#4E693D
(78,105,61)
#445B35
(68,91,53)
#3A4D2D
(58,77,45)
#303F25
(48,63,37)
#26311D
(38,49,29)
#1C2315
(28,35,21)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #76A15D

#76A15D
(118,161,93)
#82A96B
(130,169,107)
#8EB179
(142,177,121)
#9AB987
(154,185,135)
#A6C195
(166,193,149)
#B2C9A3
(178,201,163)
#BED1B1
(190,209,177)
#CAD9BF
(202,217,191)
#D6E1CD
(214,225,205)
#E2E9DB
(226,233,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A15D color. Also use rgb(118,161,93) instead hex code.

Text Font Color

.myTextColor { color: #76A15D; }

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

This text font color is #76A15D.


Background Color

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

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

This div background color is #76A15D.


Border color

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

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

This div border color is #76A15D.


Opacity

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

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

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

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

This text has shadow with #76A15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A15D on black background.


Color preview on white background

This text has color #76A15D on white background.



Black color preview on #76A15D background

This text has black color on #76A15D background.


White color preview on #76A15D background

This text has white color on #76A15D background.