COLOR #76A832

HEX: #76A832
RGB: (118,168,50)

Color info

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

RGB color model

#76A832 color RGB value is (118,168,50).

  • red value is 118;
  • green value is 168;
  • blue value is 50.
RGB: (118,168,50) (46%,66%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 50 of 255 = 20%

118
168
50

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

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 50 = 336 (100%)
R 118 of 336 ~ 35.12%
G 168 of 336 ~ 50%
B 50 of 336 ~ 14.88%

%35.12
%50
%14.88

CMYK color model

#76A832 color CMYK value is (30,0,70,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 70.24%
  • key color value is 34.12%
CMYK: (30,0,70,34) C30M0Y70K34 (30%,0%,70%,34%) (0.30/0.00/0.70/0.34)

CMYK percentages

%29.76
%0
%70.24
%34.12

Codes

Color #76A832 in popluar color models

76A832
RGB11816850
HSL85°54.13%42.75%
HSB/HSV85°70.24%65.88%
CMYK29.76%0.00%70.24%
34.12%

Color #76A832 in popluar number systems.

HEX76A832
Decimal11816850
Binary111011010101000110010
Octal16625062

Shades and tints

Shades of #76A832

#76A832
(118,168,50)
#6C992E
(108,153,46)
#628A2A
(98,138,42)
#587B26
(88,123,38)
#4E6C22
(78,108,34)
#445D1E
(68,93,30)
#3A4E1A
(58,78,26)
#303F16
(48,63,22)
#263012
(38,48,18)
#1C210E
(28,33,14)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #76A832

#76A832
(118,168,50)
#82AF44
(130,175,68)
#8EB656
(142,182,86)
#9ABD68
(154,189,104)
#A6C47A
(166,196,122)
#B2CB8C
(178,203,140)
#BED29E
(190,210,158)
#CAD9B0
(202,217,176)
#D6E0C2
(214,224,194)
#E2E7D4
(226,231,212)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A832 color. Also use rgb(118,168,50) instead hex code.

Text Font Color

.myTextColor { color: #76A832; }

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

This text font color is #76A832.


Background Color

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

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

This div background color is #76A832.


Border color

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

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

This div border color is #76A832.


Opacity

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

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

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

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

This text has shadow with #76A832 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #76A832 on black background.


Color preview on white background

This text has color #76A832 on white background.



Black color preview on #76A832 background

This text has black color on #76A832 background.


White color preview on #76A832 background

This text has white color on #76A832 background.