COLOR #76AF45

HEX: #76AF45
RGB: (118,175,69)

Color info

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

RGB color model

#76AF45 color RGB value is (118,175,69).

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

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 69 of 255 = 27%

118
175
69

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 69 = 362 (100%)
R 118 of 362 ~ 32.6%
G 175 of 362 ~ 48.34%
B 69 of 362 ~ 19.06%

%32.6
%48.34
%19.06

CMYK color model

#76AF45 color CMYK value is (33,0,61,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 60.57%
  • key color value is 31.37%
CMYK:
(33,0,61,31)
C33M0Y61K31 
(33%,0%,61%,31%)
(0.33/0.00/0.61/0.31)	

CMYK percentages

%32.57
%0
%60.57
%31.37

Codes

Color #76AF45 in popluar color models

76AF45
RGB11817569
HSL92°43.44%47.84%
HSB/HSV92°60.57%68.63%
CMYK32.57%0.00%60.57%
31.37%

Color #76AF45 in popluar number systems.

HEX76AF45
Decimal11817569
Binary1110110101011111000101
Octal166257105

Shades and tints

Shades of #76AF45

#76AF45
(118,175,69)
#6CA03F
(108,160,63)
#629139
(98,145,57)
#588233
(88,130,51)
#4E732D
(78,115,45)
#446427
(68,100,39)
#3A5521
(58,85,33)
#30461B
(48,70,27)
#263715
(38,55,21)
#1C280F
(28,40,15)
#121909
(18,25,9)
#000000
(0,0,0)

Tints of #76AF45

#76AF45
(118,175,69)
#82B655
(130,182,85)
#8EBD65
(142,189,101)
#9AC475
(154,196,117)
#A6CB85
(166,203,133)
#B2D295
(178,210,149)
#BED9A5
(190,217,165)
#CAE0B5
(202,224,181)
#D6E7C5
(214,231,197)
#E2EED5
(226,238,213)
#EEF5E5
(238,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF45; }

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

This text font color is #76AF45.


Background Color

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

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

This div background color is #76AF45.


Border color

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

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

This div border color is #76AF45.


Opacity

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

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

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

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

This text has shadow with #76AF45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF45 on black background.


Color preview on white background

This text has color #76AF45 on white background.



Black color preview on #76AF45 background

This text has black color on #76AF45 background.


White color preview on #76AF45 background

This text has white color on #76AF45 background.