COLOR #76AF85

HEX: #76AF85 RGB: (118,175,133)

Color info

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

RGB color model

#76AF85 color RGB value is (118,175,133).

RGB: (118,175,133) (46%, 69%, 52%)

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 133 of 255 = 52%

118
175
133

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

Portions of RGB colors in percentages

R + G + B = 118 + 175 + 133 = 426 (100%)
R 118 of 426 ~ 27.7%
G 175 of 426 ~ 41.08%
B 133 of 426 ~ 31.22'%

%27.7
%41.08
%31.22

CMYK color model

#76AF85 color CMYK value is (33,0,24,31).

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

CMYK: (33,0,24,31)
C33M0Y24K31 (33%, 0%, 24%, 31%)
(0.33 / 0.00 / 0.24 / 0.31)

CMYK percentages

%32.57
%0
%24
%31.37

Codes

Color #76AF85 in popluar color models

76 AF 85
RGB 118 175 133
HSL 136° 26.27% 57.45%
HSB/HSV 136° 32.57% 68.63%
CMYK 32.57% 0.00% 24.00%
31.37%

Color #76AF85 in popluar number systems.

HEX 76 AF 85
Decimal 118 175 133
Binary 1110110 10101111 10000101
Octal 166 257 205

Shades and tints

Shades of #76AF85

#76AF85
(118,175,133)
#6CA079
(108,160,121)
#62916D
(98,145,109)
#588261
(88,130,97)
#4E7355
(78,115,85)
#446449
(68,100,73)
#3A553D
(58,85,61)
#304631
(48,70,49)
#263725
(38,55,37)
#1C2819
(28,40,25)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #76AF85

#76AF85
(118,175,133)
#82B690
(130,182,144)
#8EBD9B
(142,189,155)
#9AC4A6
(154,196,166)
#A6CBB1
(166,203,177)
#B2D2BC
(178,210,188)
#BED9C7
(190,217,199)
#CAE0D2
(202,224,210)
#D6E7DD
(214,231,221)
#E2EEE8
(226,238,232)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF85; }

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

This text font color is #76AF85.

Background Color

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

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

This div background color is #76AF85.

Border color

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

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

This div border color is #76AF85.

Opacity

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

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

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

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

This text has shadow with #76AF85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AF85.

Preview

Color preview on black background

This text has color #76AF85 on black background.


Color preview on white background

This text has color #76AF85 on white background.


Black color preview on #76AF85 background

This text has black color on #76AF85 background.


White color preview on #76AF85 background

This text has white color on #76AF85 background.


Related colors

Complementary color

Complementary color for #hex is #89507A.


I love getcolorcode.com

Triadic colors

1 #8576AF and #AF8576 with #76AF85 are triadic colors.

2 #85AF76 and #AF7685 with #76AF85 are triadic colors.