COLOR #76DC8B

HEX: #76DC8B
RGB: (118,220,139)

Renk bilgisi

#76DC8B contains mainly green color. #76DC8B ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76DC8B color RGB value is (118,220,139).

  • kırmız ton 118;
  • yeşil ton 220;
  • mavi ton 139.
RGB:
(118,220,139)
(46%,86%,55%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 220 of 255 = 86%
B 139 of 255 = 55%

118
220
139

R + G + B ~ 62%. #76DC8B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 220 + 139 = 477 (100%)
R 118 of 477 ~ 24.74%
G 220 of 477 ~ 46.12%
B 139 of 477 ~ 29.14%

%24.74
%46.12
%29.14

CMYK RENK MODELİ

#76DC8B rengi CMYK tonu (46,0,37,14).

  • camgöbeği tonu 46.36%
  • eflatun tonu 0.00%
  • sarı tonu 36.82%
  • ana renk tonu 13.73%
CMYK:
(46,0,37,14)
C46M0Y37K14 
(46%,0%,37%,14%)
(0.46/0.00/0.37/0.14)	

CMYK yüzdeleri

%46.36
%0
%36.82
%13.73

Codes

Color #76DC8B in popluar color models

76DC8B
RGB118220139
HSL132°59.30%66.27%
HSB/HSV132°46.36%86.27%
CMYK46.36%0.00%36.82%
13.73%

Color #76DC8B in popluar number systems.

HEX76DC8B
Decimal118220139
Binary11101101101110010001011
Octal166334213

Shades and tints

Shades of #76DC8B

#76DC8B
(118,220,139)
#6CC87F
(108,200,127)
#62B473
(98,180,115)
#58A067
(88,160,103)
#4E8C5B
(78,140,91)
#44784F
(68,120,79)
#3A6443
(58,100,67)
#305037
(48,80,55)
#263C2B
(38,60,43)
#1C281F
(28,40,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #76DC8B

#76DC8B
(118,220,139)
#82DF95
(130,223,149)
#8EE29F
(142,226,159)
#9AE5A9
(154,229,169)
#A6E8B3
(166,232,179)
#B2EBBD
(178,235,189)
#BEEEC7
(190,238,199)
#CAF1D1
(202,241,209)
#D6F4DB
(214,244,219)
#E2F7E5
(226,247,229)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DC8B color. Also use rgb(118,220,139) instead hex code.

Text Font Color

.myTextColor { color: #76DC8B; }

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

This text font color is #76DC8B.


Background Color

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

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

This div background color is #76DC8B.


Border color

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

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

This div border color is #76DC8B.


Opacity

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

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

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

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

This text has shadow with #76DC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DC8B on black background.


Color preview on white background

This text has color #76DC8B on white background.



Black color preview on #76DC8B background

This text has black color on #76DC8B background.


White color preview on #76DC8B background

This text has white color on #76DC8B background.