COLOR #76AF3E

HEX: #76AF3E
RGB: (118,175,62)

Color info

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

RGB color model

#76AF3E color RGB value is (118,175,62).

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

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 62 of 255 = 24%

118
175
62

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 62 = 355 (100%)
R 118 of 355 ~ 33.24%
G 175 of 355 ~ 49.3%
B 62 of 355 ~ 17.46%

%33.24
%49.3
%17.46

CMYK color model

#76AF3E color CMYK value is (33,0,65,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 64.57%
  • key color value is 31.37%
CMYK:
(33,0,65,31)
C33M0Y65K31 
(33%,0%,65%,31%)
(0.33/0.00/0.65/0.31)	

CMYK percentages

%32.57
%0
%64.57
%31.37

Codes

Color #76AF3E in popluar color models

76AF3E
RGB11817562
HSL90°47.68%46.47%
HSB/HSV90°64.57%68.63%
CMYK32.57%0.00%64.57%
31.37%

Color #76AF3E in popluar number systems.

HEX76AF3E
Decimal11817562
Binary111011010101111111110
Octal16625776

Shades and tints

Shades of #76AF3E

#76AF3E
(118,175,62)
#6CA039
(108,160,57)
#629134
(98,145,52)
#58822F
(88,130,47)
#4E732A
(78,115,42)
#446425
(68,100,37)
#3A5520
(58,85,32)
#30461B
(48,70,27)
#263716
(38,55,22)
#1C2811
(28,40,17)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #76AF3E

#76AF3E
(118,175,62)
#82B64F
(130,182,79)
#8EBD60
(142,189,96)
#9AC471
(154,196,113)
#A6CB82
(166,203,130)
#B2D293
(178,210,147)
#BED9A4
(190,217,164)
#CAE0B5
(202,224,181)
#D6E7C6
(214,231,198)
#E2EED7
(226,238,215)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF3E; }

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

This text font color is #76AF3E.


Background Color

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

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

This div background color is #76AF3E.


Border color

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

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

This div border color is #76AF3E.


Opacity

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

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

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

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

This text has shadow with #76AF3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF3E on black background.


Color preview on white background

This text has color #76AF3E on white background.



Black color preview on #76AF3E background

This text has black color on #76AF3E background.


White color preview on #76AF3E background

This text has white color on #76AF3E background.