COLOR #76A25A

HEX: #76A25A
RGB: (118,162,90)

Color info

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

RGB color model

#76A25A color RGB value is (118,162,90).

  • red value is 118;
  • green value is 162;
  • blue value is 90.
RGB:
(118,162,90)
(46%,64%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 90 of 255 = 35%

118
162
90

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

Portions of RGB colors in percentages

R + G + B =
118 + 162 + 90 = 370 (100%)
R 118 of 370 ~ 31.89%
G 162 of 370 ~ 43.78%
B 90 of 370 ~ 24.32%

%31.89
%43.78
%24.32

CMYK color model

#76A25A color CMYK value is (27,0,44,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 36.47%
CMYK:
(27,0,44,36)
C27M0Y44K36 
(27%,0%,44%,36%)
(0.27/0.00/0.44/0.36)	

CMYK percentages

%27.16
%0
%44.44
%36.47

Codes

Color #76A25A in popluar color models

76A25A
RGB11816290
HSL97°28.57%49.41%
HSB/HSV97°44.44%63.53%
CMYK27.16%0.00%44.44%
36.47%

Color #76A25A in popluar number systems.

HEX76A25A
Decimal11816290
Binary1110110101000101011010
Octal166242132

Shades and tints

Shades of #76A25A

#76A25A
(118,162,90)
#6C9452
(108,148,82)
#62864A
(98,134,74)
#587842
(88,120,66)
#4E6A3A
(78,106,58)
#445C32
(68,92,50)
#3A4E2A
(58,78,42)
#304022
(48,64,34)
#26321A
(38,50,26)
#1C2412
(28,36,18)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #76A25A

#76A25A
(118,162,90)
#82AA69
(130,170,105)
#8EB278
(142,178,120)
#9ABA87
(154,186,135)
#A6C296
(166,194,150)
#B2CAA5
(178,202,165)
#BED2B4
(190,210,180)
#CADAC3
(202,218,195)
#D6E2D2
(214,226,210)
#E2EAE1
(226,234,225)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A25A; }

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

This text font color is #76A25A.


Background Color

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

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

This div background color is #76A25A.


Border color

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

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

This div border color is #76A25A.


Opacity

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

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

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

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

This text has shadow with #76A25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A25A on black background.


Color preview on white background

This text has color #76A25A on white background.



Black color preview on #76A25A background

This text has black color on #76A25A background.


White color preview on #76A25A background

This text has white color on #76A25A background.