COLOR #76A553

HEX: #76A553
RGB: (118,165,83)

Color info

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

RGB color model

#76A553 color RGB value is (118,165,83).

  • red value is 118;
  • green value is 165;
  • blue value is 83.
RGB:
(118,165,83)
(46%,65%,33%)

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 83 of 255 = 33%

118
165
83

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 83 = 366 (100%)
R 118 of 366 ~ 32.24%
G 165 of 366 ~ 45.08%
B 83 of 366 ~ 22.68%

%32.24
%45.08
%22.68

CMYK color model

#76A553 color CMYK value is (28,0,50,35).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 49.70%
  • key color value is 35.29%
CMYK:
(28,0,50,35)
C28M0Y50K35 
(28%,0%,50%,35%)
(0.28/0.00/0.50/0.35)	

CMYK percentages

%28.48
%0
%49.7
%35.29

Codes

Color #76A553 in popluar color models

76A553
RGB11816583
HSL94°33.06%48.63%
HSB/HSV94°49.70%64.71%
CMYK28.48%0.00%49.70%
35.29%

Color #76A553 in popluar number systems.

HEX76A553
Decimal11816583
Binary1110110101001011010011
Octal166245123

Shades and tints

Shades of #76A553

#76A553
(118,165,83)
#6C964C
(108,150,76)
#628745
(98,135,69)
#58783E
(88,120,62)
#4E6937
(78,105,55)
#445A30
(68,90,48)
#3A4B29
(58,75,41)
#303C22
(48,60,34)
#262D1B
(38,45,27)
#1C1E14
(28,30,20)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #76A553

#76A553
(118,165,83)
#82AD62
(130,173,98)
#8EB571
(142,181,113)
#9ABD80
(154,189,128)
#A6C58F
(166,197,143)
#B2CD9E
(178,205,158)
#BED5AD
(190,213,173)
#CADDBC
(202,221,188)
#D6E5CB
(214,229,203)
#E2EDDA
(226,237,218)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A553 color. Also use rgb(118,165,83) instead hex code.

Text Font Color

.myTextColor { color: #76A553; }

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

This text font color is #76A553.


Background Color

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

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

This div background color is #76A553.


Border color

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

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

This div border color is #76A553.


Opacity

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

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

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

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

This text has shadow with #76A553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A553 on black background.


Color preview on white background

This text has color #76A553 on white background.



Black color preview on #76A553 background

This text has black color on #76A553 background.


White color preview on #76A553 background

This text has white color on #76A553 background.