COLOR #76A241

HEX: #76A241 RGB: (118,162,65)

Color info

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

RGB color model

#76A241 color RGB value is (118,162,65).

RGB: (118,162,65) (46%, 64%, 25%)

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 65 of 255 = 25%

118
162
65

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

Portions of RGB colors in percentages

R + G + B = 118 + 162 + 65 = 345 (100%)
R 118 of 345 ~ 34.2%
G 162 of 345 ~ 46.96%
B 65 of 345 ~ 18.84'%

%34.2
%46.96
%18.84

CMYK color model

#76A241 color CMYK value is (27,0,60,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 59.88%
  • key color value is 36.47%

CMYK: (27,0,60,36)
C27M0Y60K36 (27%, 0%, 60%, 36%)
(0.27 / 0.00 / 0.60 / 0.36)

CMYK percentages

%27.16
%0
%59.88
%36.47

Codes

Color #76A241 in popluar color models

76 A2 41
RGB 118 162 65
HSL 87° 42.73% 44.51%
HSB/HSV 87° 59.88% 63.53%
CMYK 27.16% 0.00% 59.88%
36.47%

Color #76A241 in popluar number systems.

HEX 76 A2 41
Decimal 118 162 65
Binary 1110110 10100010 1000001
Octal 166 242 101

Shades and tints

Shades of #76A241

#76A241
(118,162,65)
#6C943C
(108,148,60)
#628637
(98,134,55)
#587832
(88,120,50)
#4E6A2D
(78,106,45)
#445C28
(68,92,40)
#3A4E23
(58,78,35)
#30401E
(48,64,30)
#263219
(38,50,25)
#1C2414
(28,36,20)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #76A241

#76A241
(118,162,65)
#82AA52
(130,170,82)
#8EB263
(142,178,99)
#9ABA74
(154,186,116)
#A6C285
(166,194,133)
#B2CA96
(178,202,150)
#BED2A7
(190,210,167)
#CADAB8
(202,218,184)
#D6E2C9
(214,226,201)
#E2EADA
(226,234,218)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A241 color. Also use rgb(118,162,65) instead hex code.

Text Font Color

.myTextColor { color: #76A241; }

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

This text font color is #76A241.

Background Color

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

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

This div background color is #76A241.

Border color

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

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

This div border color is #76A241.

Opacity

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

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

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

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

This text has shadow with #76A241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A241.

Preview

Color preview on black background

This text has color #76A241 on black background.


Color preview on white background

This text has color #76A241 on white background.


Black color preview on #76A241 background

This text has black color on #76A241 background.


White color preview on #76A241 background

This text has white color on #76A241 background.


Related colors

Complementary color

Complementary color for #hex is #895DBE.


I love getcolorcode.com

Triadic colors

1 #4176A2 and #A24176 with #76A241 are triadic colors.

2 #41A276 and #A27641 with #76A241 are triadic colors.