COLOR #76AF67

HEX: #76AF67
RGB: (118,175,103)

Color info

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

RGB color model

#76AF67 color RGB value is (118,175,103).

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

RGB channels and saturation

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

118
175
103

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 103 = 396 (100%)
R 118 of 396 ~ 29.8%
G 175 of 396 ~ 44.19%
B 103 of 396 ~ 26.01%

%29.8
%44.19
%26.01

CMYK color model

#76AF67 color CMYK value is (33,0,41,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(33,0,41,31)
C33M0Y41K31 
(33%,0%,41%,31%)
(0.33/0.00/0.41/0.31)	

CMYK percentages

%32.57
%0
%41.14
%31.37

Codes

Color #76AF67 in popluar color models

76AF67
RGB118175103
HSL108°31.03%54.51%
HSB/HSV108°41.14%68.63%
CMYK32.57%0.00%41.14%
31.37%

Color #76AF67 in popluar number systems.

HEX76AF67
Decimal118175103
Binary1110110101011111100111
Octal166257147

Shades and tints

Shades of #76AF67

#76AF67
(118,175,103)
#6CA05E
(108,160,94)
#629155
(98,145,85)
#58824C
(88,130,76)
#4E7343
(78,115,67)
#44643A
(68,100,58)
#3A5531
(58,85,49)
#304628
(48,70,40)
#26371F
(38,55,31)
#1C2816
(28,40,22)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #76AF67

#76AF67
(118,175,103)
#82B674
(130,182,116)
#8EBD81
(142,189,129)
#9AC48E
(154,196,142)
#A6CB9B
(166,203,155)
#B2D2A8
(178,210,168)
#BED9B5
(190,217,181)
#CAE0C2
(202,224,194)
#D6E7CF
(214,231,207)
#E2EEDC
(226,238,220)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF67; }

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

This text font color is #76AF67.


Background Color

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

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

This div background color is #76AF67.


Border color

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

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

This div border color is #76AF67.


Opacity

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

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

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

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

This text has shadow with #76AF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF67 on black background.


Color preview on white background

This text has color #76AF67 on white background.



Black color preview on #76AF67 background

This text has black color on #76AF67 background.


White color preview on #76AF67 background

This text has white color on #76AF67 background.