COLOR #76D695

HEX: #76D695
RGB: (118,214,149)

Color info

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

RGB color model

#76D695 color RGB value is (118,214,149).

  • red value is 118;
  • green value is 214;
  • blue value is 149.
RGB:
(118,214,149)
(46%,84%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 214 of 255 = 84%
B 149 of 255 = 58%

118
214
149

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

Portions of RGB colors in percentages

R + G + B =
118 + 214 + 149 = 481 (100%)
R 118 of 481 ~ 24.53%
G 214 of 481 ~ 44.49%
B 149 of 481 ~ 30.98%

%24.53
%44.49
%30.98

CMYK color model

#76D695 color CMYK value is (45,0,30,16).

  • cyan value is 44.86%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(45,0,30,16)
C45M0Y30K16 
(45%,0%,30%,16%)
(0.45/0.00/0.30/0.16)	

CMYK percentages

%44.86
%0
%30.37
%16.08

Codes

Color #76D695 in popluar color models

76D695
RGB118214149
HSL139°53.93%65.10%
HSB/HSV139°44.86%83.92%
CMYK44.86%0.00%30.37%
16.08%

Color #76D695 in popluar number systems.

HEX76D695
Decimal118214149
Binary11101101101011010010101
Octal166326225

Shades and tints

Shades of #76D695

#76D695
(118,214,149)
#6CC388
(108,195,136)
#62B07B
(98,176,123)
#589D6E
(88,157,110)
#4E8A61
(78,138,97)
#447754
(68,119,84)
#3A6447
(58,100,71)
#30513A
(48,81,58)
#263E2D
(38,62,45)
#1C2B20
(28,43,32)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #76D695

#76D695
(118,214,149)
#82D99E
(130,217,158)
#8EDCA7
(142,220,167)
#9ADFB0
(154,223,176)
#A6E2B9
(166,226,185)
#B2E5C2
(178,229,194)
#BEE8CB
(190,232,203)
#CAEBD4
(202,235,212)
#D6EEDD
(214,238,221)
#E2F1E6
(226,241,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D695 color. Also use rgb(118,214,149) instead hex code.

Text Font Color

.myTextColor { color: #76D695; }

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

This text font color is #76D695.


Background Color

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

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

This div background color is #76D695.


Border color

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

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

This div border color is #76D695.


Opacity

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

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

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

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

This text has shadow with #76D695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D695 on black background.


Color preview on white background

This text has color #76D695 on white background.



Black color preview on #76D695 background

This text has black color on #76D695 background.


White color preview on #76D695 background

This text has white color on #76D695 background.