COLOR #77D272

HEX: #77D272
RGB: (119,210,114)

Renk bilgisi

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

RGB renk modeli

#77D272 color RGB value is (119,210,114).

  • kırmız ton 119;
  • yeşil ton 210;
  • mavi ton 114.
RGB:
(119,210,114)
(47%,82%,45%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 210 of 255 = 82%
B 114 of 255 = 45%

119
210
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 210 + 114 = 443 (100%)
R 119 of 443 ~ 26.86%
G 210 of 443 ~ 47.4%
B 114 of 443 ~ 25.73%

%26.86
%47.4
%25.73

CMYK RENK MODELİ

#77D272 rengi CMYK tonu (43,0,46,18).

  • camgöbeği tonu 43.33%
  • eflatun tonu 0.00%
  • sarı tonu 45.71%
  • ana renk tonu 17.65%
CMYK:
(43,0,46,18)
C43M0Y46K18 
(43%,0%,46%,18%)
(0.43/0.00/0.46/0.18)	

CMYK yüzdeleri

%43.33
%0
%45.71
%17.65

Codes

Color #77D272 in popluar color models

77D272
RGB119210114
HSL117°51.61%63.53%
HSB/HSV117°45.71%82.35%
CMYK43.33%0.00%45.71%
17.65%

Color #77D272 in popluar number systems.

HEX77D272
Decimal119210114
Binary1110111110100101110010
Octal167322162

Shades and tints

Shades of #77D272

#77D272
(119,210,114)
#6DBF68
(109,191,104)
#63AC5E
(99,172,94)
#599954
(89,153,84)
#4F864A
(79,134,74)
#457340
(69,115,64)
#3B6036
(59,96,54)
#314D2C
(49,77,44)
#273A22
(39,58,34)
#1D2718
(29,39,24)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77D272

#77D272
(119,210,114)
#83D67E
(131,214,126)
#8FDA8A
(143,218,138)
#9BDE96
(155,222,150)
#A7E2A2
(167,226,162)
#B3E6AE
(179,230,174)
#BFEABA
(191,234,186)
#CBEEC6
(203,238,198)
#D7F2D2
(215,242,210)
#E3F6DE
(227,246,222)
#EFFAEA
(239,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D272 color. Also use rgb(119,210,114) instead hex code.

Text Font Color

.myTextColor { color: #77D272; }

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

This text font color is #77D272.


Background Color

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

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

This div background color is #77D272.


Border color

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

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

This div border color is #77D272.


Opacity

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

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

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

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

This text has shadow with #77D272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D272 on black background.


Color preview on white background

This text has color #77D272 on white background.



Black color preview on #77D272 background

This text has black color on #77D272 background.


White color preview on #77D272 background

This text has white color on #77D272 background.