COLOR #76AF90

HEX: #76AF90
RGB: (118,175,144)

Color info

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

RGB color model

#76AF90 color RGB value is (118,175,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 144 of 255 = 56%

118
175
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 144 = 437 (100%)
R 118 of 437 ~ 27%
G 175 of 437 ~ 40.05%
B 144 of 437 ~ 32.95%

%27
%40.05
%32.95

CMYK color model

#76AF90 color CMYK value is (33,0,18,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(33,0,18,31)
C33M0Y18K31 
(33%,0%,18%,31%)
(0.33/0.00/0.18/0.31)	

CMYK percentages

%32.57
%0
%17.71
%31.37

Codes

Color #76AF90 in popluar color models

76AF90
RGB118175144
HSL147°26.27%57.45%
HSB/HSV147°32.57%68.63%
CMYK32.57%0.00%17.71%
31.37%

Color #76AF90 in popluar number systems.

HEX76AF90
Decimal118175144
Binary11101101010111110010000
Octal166257220

Shades and tints

Shades of #76AF90

#76AF90
(118,175,144)
#6CA083
(108,160,131)
#629176
(98,145,118)
#588269
(88,130,105)
#4E735C
(78,115,92)
#44644F
(68,100,79)
#3A5542
(58,85,66)
#304635
(48,70,53)
#263728
(38,55,40)
#1C281B
(28,40,27)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #76AF90

#76AF90
(118,175,144)
#82B69A
(130,182,154)
#8EBDA4
(142,189,164)
#9AC4AE
(154,196,174)
#A6CBB8
(166,203,184)
#B2D2C2
(178,210,194)
#BED9CC
(190,217,204)
#CAE0D6
(202,224,214)
#D6E7E0
(214,231,224)
#E2EEEA
(226,238,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AF90; }

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

This text font color is #76AF90.


Background Color

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

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

This div background color is #76AF90.


Border color

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

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

This div border color is #76AF90.


Opacity

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

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

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

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

This text has shadow with #76AF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF90 on black background.


Color preview on white background

This text has color #76AF90 on white background.



Black color preview on #76AF90 background

This text has black color on #76AF90 background.


White color preview on #76AF90 background

This text has white color on #76AF90 background.