COLOR #76AF65

HEX: #76AF65
RGB: (118,175,101)

Color info

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

RGB color model

#76AF65 color RGB value is (118,175,101).

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

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 101 of 255 = 40%

118
175
101

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 101 = 394 (100%)
R 118 of 394 ~ 29.95%
G 175 of 394 ~ 44.42%
B 101 of 394 ~ 25.63%

%29.95
%44.42
%25.63

CMYK color model

#76AF65 color CMYK value is (33,0,42,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK:
(33,0,42,31)
C33M0Y42K31 
(33%,0%,42%,31%)
(0.33/0.00/0.42/0.31)	

CMYK percentages

%32.57
%0
%42.29
%31.37

Codes

Color #76AF65 in popluar color models

76AF65
RGB118175101
HSL106°31.62%54.12%
HSB/HSV106°42.29%68.63%
CMYK32.57%0.00%42.29%
31.37%

Color #76AF65 in popluar number systems.

HEX76AF65
Decimal118175101
Binary1110110101011111100101
Octal166257145

Shades and tints

Shades of #76AF65

#76AF65
(118,175,101)
#6CA05C
(108,160,92)
#629153
(98,145,83)
#58824A
(88,130,74)
#4E7341
(78,115,65)
#446438
(68,100,56)
#3A552F
(58,85,47)
#304626
(48,70,38)
#26371D
(38,55,29)
#1C2814
(28,40,20)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #76AF65

#76AF65
(118,175,101)
#82B673
(130,182,115)
#8EBD81
(142,189,129)
#9AC48F
(154,196,143)
#A6CB9D
(166,203,157)
#B2D2AB
(178,210,171)
#BED9B9
(190,217,185)
#CAE0C7
(202,224,199)
#D6E7D5
(214,231,213)
#E2EEE3
(226,238,227)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF65; }

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

This text font color is #76AF65.


Background Color

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

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

This div background color is #76AF65.


Border color

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

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

This div border color is #76AF65.


Opacity

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

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

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

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

This text has shadow with #76AF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF65 on black background.


Color preview on white background

This text has color #76AF65 on white background.



Black color preview on #76AF65 background

This text has black color on #76AF65 background.


White color preview on #76AF65 background

This text has white color on #76AF65 background.