COLOR #76AF82

HEX: #76AF82 RGB: (118,175,130)

Color info

#76AF82 contains red, green and blue colors in about the same proportion. Web safe color of #76AF82 is #669999 (or #699).

RGB color model

#76AF82 color RGB value is (118,175,130).

RGB: (118,175,130) (46%, 69%, 51%)

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 130 of 255 = 51%

118
175
130

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

Portions of RGB colors in percentages

R + G + B = 118 + 175 + 130 = 423 (100%)
R 118 of 423 ~ 27.9%
G 175 of 423 ~ 41.37%
B 130 of 423 ~ 30.73'%

%27.9
%41.37
%30.73

CMYK color model

#76AF82 color CMYK value is (33,0,26,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 31.37%

CMYK: (33,0,26,31)
C33M0Y26K31 (33%, 0%, 26%, 31%)
(0.33 / 0.00 / 0.26 / 0.31)

CMYK percentages

%32.57
%0
%25.71
%31.37

Codes

Color #76AF82 in popluar color models

76 AF 82
RGB 118 175 130
HSL 133° 26.27% 57.45%
HSB/HSV 133° 32.57% 68.63%
CMYK 32.57% 0.00% 25.71%
31.37%

Color #76AF82 in popluar number systems.

HEX 76 AF 82
Decimal 118 175 130
Binary 1110110 10101111 10000010
Octal 166 257 202

Shades and tints

Shades of #76AF82

#76AF82
(118,175,130)
#6CA077
(108,160,119)
#62916C
(98,145,108)
#588261
(88,130,97)
#4E7356
(78,115,86)
#44644B
(68,100,75)
#3A5540
(58,85,64)
#304635
(48,70,53)
#26372A
(38,55,42)
#1C281F
(28,40,31)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #76AF82

#76AF82
(118,175,130)
#82B68D
(130,182,141)
#8EBD98
(142,189,152)
#9AC4A3
(154,196,163)
#A6CBAE
(166,203,174)
#B2D2B9
(178,210,185)
#BED9C4
(190,217,196)
#CAE0CF
(202,224,207)
#D6E7DA
(214,231,218)
#E2EEE5
(226,238,229)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF82; }

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

This text font color is #76AF82.

Background Color

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

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

This div background color is #76AF82.

Border color

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

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

This div border color is #76AF82.

Opacity

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

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

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

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

This text has shadow with #76AF82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AF82.

Preview

Color preview on black background

This text has color #76AF82 on black background.


Color preview on white background

This text has color #76AF82 on white background.


Black color preview on #76AF82 background

This text has black color on #76AF82 background.


White color preview on #76AF82 background

This text has white color on #76AF82 background.


Related colors

Complementary color

Complementary color for #hex is #89507D.


I love getcolorcode.com

Triadic colors

1 #8276AF and #AF8276 with #76AF82 are triadic colors.

2 #82AF76 and #AF7682 with #76AF82 are triadic colors.