COLOR #77AE59

HEX: #77AE59
RGB: (119,174,89)

Renk bilgisi

#77AE59 contains mainly red and green colors. #77AE59 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#77AE59 color RGB value is (119,174,89).

  • kırmız ton 119;
  • yeşil ton 174;
  • mavi ton 89.
RGB:
(119,174,89)
(47%,68%,35%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 174 of 255 = 68%
B 89 of 255 = 35%

119
174
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 174 + 89 = 382 (100%)
R 119 of 382 ~ 31.15%
G 174 of 382 ~ 45.55%
B 89 of 382 ~ 23.3%

%31.15
%45.55
%23.3

CMYK RENK MODELİ

#77AE59 rengi CMYK tonu (32,0,49,32).

  • camgöbeği tonu 31.61%
  • eflatun tonu 0.00%
  • sarı tonu 48.85%
  • ana renk tonu 31.76%
CMYK:
(32,0,49,32)
C32M0Y49K32 
(32%,0%,49%,32%)
(0.32/0.00/0.49/0.32)	

CMYK yüzdeleri

%31.61
%0
%48.85
%31.76

Codes

Color #77AE59 in popluar color models

77AE59
RGB11917489
HSL99°34.41%51.57%
HSB/HSV99°48.85%68.24%
CMYK31.61%0.00%48.85%
31.76%

Color #77AE59 in popluar number systems.

HEX77AE59
Decimal11917489
Binary1110111101011101011001
Octal167256131

Shades and tints

Shades of #77AE59

#77AE59
(119,174,89)
#6D9F51
(109,159,81)
#639049
(99,144,73)
#598141
(89,129,65)
#4F7239
(79,114,57)
#456331
(69,99,49)
#3B5429
(59,84,41)
#314521
(49,69,33)
#273619
(39,54,25)
#1D2711
(29,39,17)
#131809
(19,24,9)
#000000
(0,0,0)

Tints of #77AE59

#77AE59
(119,174,89)
#83B568
(131,181,104)
#8FBC77
(143,188,119)
#9BC386
(155,195,134)
#A7CA95
(167,202,149)
#B3D1A4
(179,209,164)
#BFD8B3
(191,216,179)
#CBDFC2
(203,223,194)
#D7E6D1
(215,230,209)
#E3EDE0
(227,237,224)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AE59 color. Also use rgb(119,174,89) instead hex code.

Text Font Color

.myTextColor { color: #77AE59; }

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

This text font color is #77AE59.


Background Color

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

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

This div background color is #77AE59.


Border color

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

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

This div border color is #77AE59.


Opacity

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

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

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

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

This text has shadow with #77AE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AE59 on black background.


Color preview on white background

This text has color #77AE59 on white background.



Black color preview on #77AE59 background

This text has black color on #77AE59 background.


White color preview on #77AE59 background

This text has white color on #77AE59 background.