COLOR #76D681

HEX: #76D681
RGB: (118,214,129)

Renk bilgisi

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

RGB renk modeli

#76D681 color RGB value is (118,214,129).

  • kırmız ton 118;
  • yeşil ton 214;
  • mavi ton 129.
RGB:
(118,214,129)
(46%,84%,51%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 214 of 255 = 84%
B 129 of 255 = 51%

118
214
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 214 + 129 = 461 (100%)
R 118 of 461 ~ 25.6%
G 214 of 461 ~ 46.42%
B 129 of 461 ~ 27.98%

%25.6
%46.42
%27.98

CMYK RENK MODELİ

#76D681 rengi CMYK tonu (45,0,40,16).

  • camgöbeği tonu 44.86%
  • eflatun tonu 0.00%
  • sarı tonu 39.72%
  • ana renk tonu 16.08%
CMYK:
(45,0,40,16)
C45M0Y40K16 
(45%,0%,40%,16%)
(0.45/0.00/0.40/0.16)	

CMYK yüzdeleri

%44.86
%0
%39.72
%16.08

Codes

Color #76D681 in popluar color models

76D681
RGB118214129
HSL127°53.93%65.10%
HSB/HSV127°44.86%83.92%
CMYK44.86%0.00%39.72%
16.08%

Color #76D681 in popluar number systems.

HEX76D681
Decimal118214129
Binary11101101101011010000001
Octal166326201

Shades and tints

Shades of #76D681

#76D681
(118,214,129)
#6CC376
(108,195,118)
#62B06B
(98,176,107)
#589D60
(88,157,96)
#4E8A55
(78,138,85)
#44774A
(68,119,74)
#3A643F
(58,100,63)
#305134
(48,81,52)
#263E29
(38,62,41)
#1C2B1E
(28,43,30)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #76D681

#76D681
(118,214,129)
#82D98C
(130,217,140)
#8EDC97
(142,220,151)
#9ADFA2
(154,223,162)
#A6E2AD
(166,226,173)
#B2E5B8
(178,229,184)
#BEE8C3
(190,232,195)
#CAEBCE
(202,235,206)
#D6EED9
(214,238,217)
#E2F1E4
(226,241,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D681; }

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

This text font color is #76D681.


Background Color

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

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

This div background color is #76D681.


Border color

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

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

This div border color is #76D681.


Opacity

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

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

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

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

This text has shadow with #76D681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D681 on black background.


Color preview on white background

This text has color #76D681 on white background.



Black color preview on #76D681 background

This text has black color on #76D681 background.


White color preview on #76D681 background

This text has white color on #76D681 background.