COLOR #76AF53

HEX: #76AF53
RGB: (118,175,83)

Color info

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

RGB color model

#76AF53 color RGB value is (118,175,83).

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

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 83 of 255 = 33%

118
175
83

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 83 = 376 (100%)
R 118 of 376 ~ 31.38%
G 175 of 376 ~ 46.54%
B 83 of 376 ~ 22.07%

%31.38
%46.54
%22.07

CMYK color model

#76AF53 color CMYK value is (33,0,53,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 52.57%
  • key color value is 31.37%
CMYK: (33,0,53,31) C33M0Y53K31 (33%,0%,53%,31%) (0.33/0.00/0.53/0.31)

CMYK percentages

%32.57
%0
%52.57
%31.37

Codes

Color #76AF53 in popluar color models

76AF53
RGB11817583
HSL97°36.51%50.59%
HSB/HSV97°52.57%68.63%
CMYK32.57%0.00%52.57%
31.37%

Color #76AF53 in popluar number systems.

HEX76AF53
Decimal11817583
Binary1110110101011111010011
Octal166257123

Shades and tints

Shades of #76AF53

#76AF53
(118,175,83)
#6CA04C
(108,160,76)
#629145
(98,145,69)
#58823E
(88,130,62)
#4E7337
(78,115,55)
#446430
(68,100,48)
#3A5529
(58,85,41)
#304622
(48,70,34)
#26371B
(38,55,27)
#1C2814
(28,40,20)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #76AF53

#76AF53
(118,175,83)
#82B662
(130,182,98)
#8EBD71
(142,189,113)
#9AC480
(154,196,128)
#A6CB8F
(166,203,143)
#B2D29E
(178,210,158)
#BED9AD
(190,217,173)
#CAE0BC
(202,224,188)
#D6E7CB
(214,231,203)
#E2EEDA
(226,238,218)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF53; }

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

This text font color is #76AF53.


Background Color

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

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

This div background color is #76AF53.


Border color

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

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

This div border color is #76AF53.


Opacity

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

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

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

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

This text has shadow with #76AF53 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #76AF53 on black background.


Color preview on white background

This text has color #76AF53 on white background.



Black color preview on #76AF53 background

This text has black color on #76AF53 background.


White color preview on #76AF53 background

This text has white color on #76AF53 background.