COLOR #77C360

HEX: #77C360
RGB: (119,195,96)

Renk bilgisi

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

RGB renk modeli

#77C360 color RGB value is (119,195,96).

  • kırmız ton 119;
  • yeşil ton 195;
  • mavi ton 96.
RGB:
(119,195,96)
(47%,76%,38%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 195 of 255 = 76%
B 96 of 255 = 38%

119
195
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 195 + 96 = 410 (100%)
R 119 of 410 ~ 29.02%
G 195 of 410 ~ 47.56%
B 96 of 410 ~ 23.41%

%29.02
%47.56
%23.41

CMYK RENK MODELİ

#77C360 rengi CMYK tonu (39,0,51,24).

  • camgöbeği tonu 38.97%
  • eflatun tonu 0.00%
  • sarı tonu 50.77%
  • ana renk tonu 23.53%
CMYK:
(39,0,51,24)
C39M0Y51K24 
(39%,0%,51%,24%)
(0.39/0.00/0.51/0.24)	

CMYK yüzdeleri

%38.97
%0
%50.77
%23.53

Codes

Color #77C360 in popluar color models

77C360
RGB11919596
HSL106°45.21%57.06%
HSB/HSV106°50.77%76.47%
CMYK38.97%0.00%50.77%
23.53%

Color #77C360 in popluar number systems.

HEX77C360
Decimal11919596
Binary1110111110000111100000
Octal167303140

Shades and tints

Shades of #77C360

#77C360
(119,195,96)
#6DB258
(109,178,88)
#63A150
(99,161,80)
#599048
(89,144,72)
#4F7F40
(79,127,64)
#456E38
(69,110,56)
#3B5D30
(59,93,48)
#314C28
(49,76,40)
#273B20
(39,59,32)
#1D2A18
(29,42,24)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #77C360

#77C360
(119,195,96)
#83C86E
(131,200,110)
#8FCD7C
(143,205,124)
#9BD28A
(155,210,138)
#A7D798
(167,215,152)
#B3DCA6
(179,220,166)
#BFE1B4
(191,225,180)
#CBE6C2
(203,230,194)
#D7EBD0
(215,235,208)
#E3F0DE
(227,240,222)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C360 color. Also use rgb(119,195,96) instead hex code.

Text Font Color

.myTextColor { color: #77C360; }

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

This text font color is #77C360.


Background Color

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

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

This div background color is #77C360.


Border color

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

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

This div border color is #77C360.


Opacity

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

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

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

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

This text has shadow with #77C360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C360 on black background.


Color preview on white background

This text has color #77C360 on white background.



Black color preview on #77C360 background

This text has black color on #77C360 background.


White color preview on #77C360 background

This text has white color on #77C360 background.