COLOR #76A037

HEX: #76A037
RGB: (118,160,55)

Color info

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

RGB color model

#76A037 color RGB value is (118,160,55).

  • red value is 118;
  • green value is 160;
  • blue value is 55.
RGB:
(118,160,55)
(46%,63%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 55 of 255 = 22%

118
160
55

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 55 = 333 (100%)
R 118 of 333 ~ 35.44%
G 160 of 333 ~ 48.05%
B 55 of 333 ~ 16.52%

%35.44
%48.05
%16.52

CMYK color model

#76A037 color CMYK value is (26,0,66,37).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 37.25%
CMYK:
(26,0,66,37)
C26M0Y66K37 
(26%,0%,66%,37%)
(0.26/0.00/0.66/0.37)	

CMYK percentages

%26.25
%0
%65.63
%37.25

Codes

Color #76A037 in popluar color models

76A037
RGB11816055
HSL84°48.84%42.16%
HSB/HSV84°65.63%62.75%
CMYK26.25%0.00%65.63%
37.25%

Color #76A037 in popluar number systems.

HEX76A037
Decimal11816055
Binary111011010100000110111
Octal16624067

Shades and tints

Shades of #76A037

#76A037
(118,160,55)
#6C9232
(108,146,50)
#62842D
(98,132,45)
#587628
(88,118,40)
#4E6823
(78,104,35)
#445A1E
(68,90,30)
#3A4C19
(58,76,25)
#303E14
(48,62,20)
#26300F
(38,48,15)
#1C220A
(28,34,10)
#121405
(18,20,5)
#000000
(0,0,0)

Tints of #76A037

#76A037
(118,160,55)
#82A849
(130,168,73)
#8EB05B
(142,176,91)
#9AB86D
(154,184,109)
#A6C07F
(166,192,127)
#B2C891
(178,200,145)
#BED0A3
(190,208,163)
#CAD8B5
(202,216,181)
#D6E0C7
(214,224,199)
#E2E8D9
(226,232,217)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A037 color. Also use rgb(118,160,55) instead hex code.

Text Font Color

.myTextColor { color: #76A037; }

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

This text font color is #76A037.


Background Color

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

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

This div background color is #76A037.


Border color

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

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

This div border color is #76A037.


Opacity

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

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

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

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

This text has shadow with #76A037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A037 on black background.


Color preview on white background

This text has color #76A037 on white background.



Black color preview on #76A037 background

This text has black color on #76A037 background.


White color preview on #76A037 background

This text has white color on #76A037 background.