COLOR #76BB90

HEX: #76BB90
RGB: (118,187,144)

Color info

#76BB90 contains mainly green and blue colors. Web safe color of #76BB90 is #66CC99 (or #6C9).

RGB color model

#76BB90 color RGB value is (118,187,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 144 of 255 = 56%

118
187
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 144 = 449 (100%)
R 118 of 449 ~ 26.28%
G 187 of 449 ~ 41.65%
B 144 of 449 ~ 32.07%

%26.28
%41.65
%32.07

CMYK color model

#76BB90 color CMYK value is (37,0,23,27).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(37,0,23,27)
C37M0Y23K27 
(37%,0%,23%,27%)
(0.37/0.00/0.23/0.27)	

CMYK percentages

%36.9
%0
%22.99
%26.67

Codes

Color #76BB90 in popluar color models

76BB90
RGB118187144
HSL143°33.66%59.80%
HSB/HSV143°36.90%73.33%
CMYK36.90%0.00%22.99%
26.67%

Color #76BB90 in popluar number systems.

HEX76BB90
Decimal118187144
Binary11101101011101110010000
Octal166273220

Shades and tints

Shades of #76BB90

#76BB90
(118,187,144)
#6CAA83
(108,170,131)
#629976
(98,153,118)
#588869
(88,136,105)
#4E775C
(78,119,92)
#44664F
(68,102,79)
#3A5542
(58,85,66)
#304435
(48,68,53)
#263328
(38,51,40)
#1C221B
(28,34,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76BB90

#76BB90
(118,187,144)
#82C19A
(130,193,154)
#8EC7A4
(142,199,164)
#9ACDAE
(154,205,174)
#A6D3B8
(166,211,184)
#B2D9C2
(178,217,194)
#BEDFCC
(190,223,204)
#CAE5D6
(202,229,214)
#D6EBE0
(214,235,224)
#E2F1EA
(226,241,234)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BB90; }

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

This text font color is #76BB90.


Background Color

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

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

This div background color is #76BB90.


Border color

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

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

This div border color is #76BB90.


Opacity

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

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

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

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

This text has shadow with #76BB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BB90 on black background.


Color preview on white background

This text has color #76BB90 on white background.



Black color preview on #76BB90 background

This text has black color on #76BB90 background.


White color preview on #76BB90 background

This text has white color on #76BB90 background.