COLOR #76AF83

HEX: #76AF83
RGB: (118,175,131)

Color info

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

RGB color model

#76AF83 color RGB value is (118,175,131).

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

RGB channels and saturation

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

118
175
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 131 = 424 (100%)
R 118 of 424 ~ 27.83%
G 175 of 424 ~ 41.27%
B 131 of 424 ~ 30.9%

%27.83
%41.27
%30.9

CMYK color model

#76AF83 color CMYK value is (33,0,25,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(33,0,25,31)
C33M0Y25K31 
(33%,0%,25%,31%)
(0.33/0.00/0.25/0.31)	

CMYK percentages

%32.57
%0
%25.14
%31.37

Codes

Color #76AF83 in popluar color models

76AF83
RGB118175131
HSL134°26.27%57.45%
HSB/HSV134°32.57%68.63%
CMYK32.57%0.00%25.14%
31.37%

Color #76AF83 in popluar number systems.

HEX76AF83
Decimal118175131
Binary11101101010111110000011
Octal166257203

Shades and tints

Shades of #76AF83

#76AF83
(118,175,131)
#6CA078
(108,160,120)
#62916D
(98,145,109)
#588262
(88,130,98)
#4E7357
(78,115,87)
#44644C
(68,100,76)
#3A5541
(58,85,65)
#304636
(48,70,54)
#26372B
(38,55,43)
#1C2820
(28,40,32)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #76AF83

#76AF83
(118,175,131)
#82B68E
(130,182,142)
#8EBD99
(142,189,153)
#9AC4A4
(154,196,164)
#A6CBAF
(166,203,175)
#B2D2BA
(178,210,186)
#BED9C5
(190,217,197)
#CAE0D0
(202,224,208)
#D6E7DB
(214,231,219)
#E2EEE6
(226,238,230)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF83; }

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

This text font color is #76AF83.


Background Color

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

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

This div background color is #76AF83.


Border color

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

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

This div border color is #76AF83.


Opacity

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

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

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

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

This text has shadow with #76AF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF83 on black background.


Color preview on white background

This text has color #76AF83 on white background.



Black color preview on #76AF83 background

This text has black color on #76AF83 background.


White color preview on #76AF83 background

This text has white color on #76AF83 background.