COLOR #76DB91

HEX: #76DB91
RGB: (118,219,145)

Color info

#76DB91 contains mainly green color. Web safe color of #76DB91 is #66CC99 (or #6C9).

RGB color model

#76DB91 color RGB value is (118,219,145).

  • red value is 118;
  • green value is 219;
  • blue value is 145.
RGB:
(118,219,145)
(46%,86%,57%)

RGB channels and saturation

R 118 of 255 = 46%
G 219 of 255 = 86%
B 145 of 255 = 57%

118
219
145

R + G + B ~ 63%. #76DB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 219 + 145 = 482 (100%)
R 118 of 482 ~ 24.48%
G 219 of 482 ~ 45.44%
B 145 of 482 ~ 30.08%

%24.48
%45.44
%30.08

CMYK color model

#76DB91 color CMYK value is (46,0,34,14).

  • cyan value is 46.12%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 14.12%
CMYK:
(46,0,34,14)
C46M0Y34K14 
(46%,0%,34%,14%)
(0.46/0.00/0.34/0.14)	

CMYK percentages

%46.12
%0
%33.79
%14.12

Codes

Color #76DB91 in popluar color models

76DB91
RGB118219145
HSL136°58.38%66.08%
HSB/HSV136°46.12%85.88%
CMYK46.12%0.00%33.79%
14.12%

Color #76DB91 in popluar number systems.

HEX76DB91
Decimal118219145
Binary11101101101101110010001
Octal166333221

Shades and tints

Shades of #76DB91

#76DB91
(118,219,145)
#6CC884
(108,200,132)
#62B577
(98,181,119)
#58A26A
(88,162,106)
#4E8F5D
(78,143,93)
#447C50
(68,124,80)
#3A6943
(58,105,67)
#305636
(48,86,54)
#264329
(38,67,41)
#1C301C
(28,48,28)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #76DB91

#76DB91
(118,219,145)
#82DE9B
(130,222,155)
#8EE1A5
(142,225,165)
#9AE4AF
(154,228,175)
#A6E7B9
(166,231,185)
#B2EAC3
(178,234,195)
#BEEDCD
(190,237,205)
#CAF0D7
(202,240,215)
#D6F3E1
(214,243,225)
#E2F6EB
(226,246,235)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DB91 color. Also use rgb(118,219,145) instead hex code.

Text Font Color

.myTextColor { color: #76DB91; }

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

This text font color is #76DB91.


Background Color

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

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

This div background color is #76DB91.


Border color

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

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

This div border color is #76DB91.


Opacity

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

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

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

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

This text has shadow with #76DB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DB91 on black background.


Color preview on white background

This text has color #76DB91 on white background.



Black color preview on #76DB91 background

This text has black color on #76DB91 background.


White color preview on #76DB91 background

This text has white color on #76DB91 background.