COLOR #77D681

HEX: #77D681
RGB: (119,214,129)

Renk bilgisi

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

RGB renk modeli

#77D681 color RGB value is (119,214,129).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 214 of 255 = 84%
B 129 of 255 = 51%

119
214
129

R + G + B ~ 61%. #77D681 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 214 + 129 = 462 (100%)
R 119 of 462 ~ 25.76%
G 214 of 462 ~ 46.32%
B 129 of 462 ~ 27.92%

%25.76
%46.32
%27.92

CMYK RENK MODELİ

#77D681 rengi CMYK tonu (44,0,40,16).

  • camgöbeği tonu 44.39%
  • eflatun tonu 0.00%
  • sarı tonu 39.72%
  • ana renk tonu 16.08%
CMYK:
(44,0,40,16)
C44M0Y40K16 
(44%,0%,40%,16%)
(0.44/0.00/0.40/0.16)	

CMYK yüzdeleri

%44.39
%0
%39.72
%16.08

Codes

Color #77D681 in popluar color models

77D681
RGB119214129
HSL126°53.67%65.29%
HSB/HSV126°44.39%83.92%
CMYK44.39%0.00%39.72%
16.08%

Color #77D681 in popluar number systems.

HEX77D681
Decimal119214129
Binary11101111101011010000001
Octal167326201

Shades and tints

Shades of #77D681

#77D681
(119,214,129)
#6DC376
(109,195,118)
#63B06B
(99,176,107)
#599D60
(89,157,96)
#4F8A55
(79,138,85)
#45774A
(69,119,74)
#3B643F
(59,100,63)
#315134
(49,81,52)
#273E29
(39,62,41)
#1D2B1E
(29,43,30)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77D681

#77D681
(119,214,129)
#83D98C
(131,217,140)
#8FDC97
(143,220,151)
#9BDFA2
(155,223,162)
#A7E2AD
(167,226,173)
#B3E5B8
(179,229,184)
#BFE8C3
(191,232,195)
#CBEBCE
(203,235,206)
#D7EED9
(215,238,217)
#E3F1E4
(227,241,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77D681; }

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

This text font color is #77D681.


Background Color

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

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

This div background color is #77D681.


Border color

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

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

This div border color is #77D681.


Opacity

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

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

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

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

This text has shadow with #77D681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D681 on black background.


Color preview on white background

This text has color #77D681 on white background.



Black color preview on #77D681 background

This text has black color on #77D681 background.


White color preview on #77D681 background

This text has white color on #77D681 background.