COLOR #76A25D

HEX: #76A25D RGB: (118,162,93)

Color info

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

RGB color model

#76A25D color RGB value is (118,162,93).

RGB: (118,162,93) (46%, 64%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 93 of 255 = 36%

118
162
93

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

Portions of RGB colors in percentages

R + G + B = 118 + 162 + 93 = 373 (100%)
R 118 of 373 ~ 31.64%
G 162 of 373 ~ 43.43%
B 93 of 373 ~ 24.93'%

%31.64
%43.43
%24.93

CMYK color model

#76A25D color CMYK value is (27,0,43,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 36.47%
CMYK: (27,0,43,36) C27M0Y43K36 (27%,0%,43%,36%) (0.27/0.00/0.43/0.36) 

CMYK percentages

%27.16
%0
%42.59
%36.47

Codes

Color #76A25D in popluar color models

76 A2 5D
RGB 118 162 93
HSL 98° 27.06% 50.00%
HSB/HSV 98° 42.59% 63.53%
CMYK 27.16% 0.00% 42.59%
36.47%

Color #76A25D in popluar number systems.

HEX 76 A2 5D
Decimal 118 162 93
Binary 1110110 10100010 1011101
Octal 166 242 135

Shades and tints

Shades of #76A25D

#76A25D
(118,162,93)
#6C9455
(108,148,85)
#62864D
(98,134,77)
#587845
(88,120,69)
#4E6A3D
(78,106,61)
#445C35
(68,92,53)
#3A4E2D
(58,78,45)
#304025
(48,64,37)
#26321D
(38,50,29)
#1C2415
(28,36,21)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #76A25D

#76A25D
(118,162,93)
#82AA6B
(130,170,107)
#8EB279
(142,178,121)
#9ABA87
(154,186,135)
#A6C295
(166,194,149)
#B2CAA3
(178,202,163)
#BED2B1
(190,210,177)
#CADABF
(202,218,191)
#D6E2CD
(214,226,205)
#E2EADB
(226,234,219)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A25D; }

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

This text font color is #76A25D.

Background Color

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

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

This div background color is #76A25D.

Border color

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

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

This div border color is #76A25D.

Opacity

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

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

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

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

This text has shadow with #76A25D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A25D.

Preview

Color preview on black background

This text has color #76A25D on black background.


Color preview on white background

This text has color #76A25D on white background.


Black color preview on #76A25D background

This text has black color on #76A25D background.


White color preview on #76A25D background

This text has white color on #76A25D background.


Related colors

Complementary color

Complementary color for #hex is #895DA2.


I love getcolorcode.com

Triadic colors

1 #5D76A2 and #A25D76 with #76A25D are triadic colors.

2 #5DA276 and #A2765D with #76A25D are triadic colors.