COLOR #77AD3C

HEX: #77AD3C
RGB: (119,173,60)

Renk bilgisi

#77AD3C contains mainly red and green colors. #77AD3C ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#77AD3C color RGB value is (119,173,60).

  • kırmız ton 119;
  • yeşil ton 173;
  • mavi ton 60.
RGB:
(119,173,60)
(47%,68%,24%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 173 of 255 = 68%
B 60 of 255 = 24%

119
173
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 173 + 60 = 352 (100%)
R 119 of 352 ~ 33.81%
G 173 of 352 ~ 49.15%
B 60 of 352 ~ 17.05%

%33.81
%49.15
%17.05

CMYK RENK MODELİ

#77AD3C rengi CMYK tonu (31,0,65,32).

  • camgöbeği tonu 31.21%
  • eflatun tonu 0.00%
  • sarı tonu 65.32%
  • ana renk tonu 32.16%
CMYK:
(31,0,65,32)
C31M0Y65K32 
(31%,0%,65%,32%)
(0.31/0.00/0.65/0.32)	

CMYK yüzdeleri

%31.21
%0
%65.32
%32.16

Codes

Color #77AD3C in popluar color models

77AD3C
RGB11917360
HSL89°48.50%45.69%
HSB/HSV89°65.32%67.84%
CMYK31.21%0.00%65.32%
32.16%

Color #77AD3C in popluar number systems.

HEX77AD3C
Decimal11917360
Binary111011110101101111100
Octal16725574

Shades and tints

Shades of #77AD3C

#77AD3C
(119,173,60)
#6D9E37
(109,158,55)
#638F32
(99,143,50)
#59802D
(89,128,45)
#4F7128
(79,113,40)
#456223
(69,98,35)
#3B531E
(59,83,30)
#314419
(49,68,25)
#273514
(39,53,20)
#1D260F
(29,38,15)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #77AD3C

#77AD3C
(119,173,60)
#83B44D
(131,180,77)
#8FBB5E
(143,187,94)
#9BC26F
(155,194,111)
#A7C980
(167,201,128)
#B3D091
(179,208,145)
#BFD7A2
(191,215,162)
#CBDEB3
(203,222,179)
#D7E5C4
(215,229,196)
#E3ECD5
(227,236,213)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AD3C color. Also use rgb(119,173,60) instead hex code.

Text Font Color

.myTextColor { color: #77AD3C; }

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

This text font color is #77AD3C.


Background Color

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

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

This div background color is #77AD3C.


Border color

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

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

This div border color is #77AD3C.


Opacity

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

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

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

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

This text has shadow with #77AD3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AD3C on black background.


Color preview on white background

This text has color #77AD3C on white background.



Black color preview on #77AD3C background

This text has black color on #77AD3C background.


White color preview on #77AD3C background

This text has white color on #77AD3C background.