COLOR #77C271

HEX: #77C271
RGB: (119,194,113)

Renk bilgisi

#77C271 contains mainly green color. #77C271 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#77C271 color RGB value is (119,194,113).

  • kırmız ton 119;
  • yeşil ton 194;
  • mavi ton 113.
RGB:
(119,194,113)
(47%,76%,44%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 194 of 255 = 76%
B 113 of 255 = 44%

119
194
113

R + G + B ~ 56%. #77C271 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 194 + 113 = 426 (100%)
R 119 of 426 ~ 27.93%
G 194 of 426 ~ 45.54%
B 113 of 426 ~ 26.53%

%27.93
%45.54
%26.53

CMYK RENK MODELİ

#77C271 rengi CMYK tonu (39,0,42,24).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 41.75%
  • ana renk tonu 23.92%
CMYK:
(39,0,42,24)
C39M0Y42K24 
(39%,0%,42%,24%)
(0.39/0.00/0.42/0.24)	

CMYK yüzdeleri

%38.66
%0
%41.75
%23.92

Codes

Color #77C271 in popluar color models

77C271
RGB119194113
HSL116°39.90%60.20%
HSB/HSV116°41.75%76.08%
CMYK38.66%0.00%41.75%
23.92%

Color #77C271 in popluar number systems.

HEX77C271
Decimal119194113
Binary1110111110000101110001
Octal167302161

Shades and tints

Shades of #77C271

#77C271
(119,194,113)
#6DB167
(109,177,103)
#63A05D
(99,160,93)
#598F53
(89,143,83)
#4F7E49
(79,126,73)
#456D3F
(69,109,63)
#3B5C35
(59,92,53)
#314B2B
(49,75,43)
#273A21
(39,58,33)
#1D2917
(29,41,23)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #77C271

#77C271
(119,194,113)
#83C77D
(131,199,125)
#8FCC89
(143,204,137)
#9BD195
(155,209,149)
#A7D6A1
(167,214,161)
#B3DBAD
(179,219,173)
#BFE0B9
(191,224,185)
#CBE5C5
(203,229,197)
#D7EAD1
(215,234,209)
#E3EFDD
(227,239,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C271 color. Also use rgb(119,194,113) instead hex code.

Text Font Color

.myTextColor { color: #77C271; }

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

This text font color is #77C271.


Background Color

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

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

This div background color is #77C271.


Border color

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

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

This div border color is #77C271.


Opacity

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

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

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

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

This text has shadow with #77C271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C271 on black background.


Color preview on white background

This text has color #77C271 on white background.



Black color preview on #77C271 background

This text has black color on #77C271 background.


White color preview on #77C271 background

This text has white color on #77C271 background.