COLOR #77A500

HEX: #77A500
RGB: (119,165,0)

Renk bilgisi

#77A500 contains only red and green colors. #77A500 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#77A500 color RGB value is (119,165,0).

  • kırmız ton 119;
  • yeşil ton 165;
  • mavi ton 0.
RGB:
(119,165,0)
(47%,65%,0%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 165 of 255 = 65%
B 0 of 255 = 0%

119
165
0

R + G + B ~ 37%. #77A500 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 165 + 0 = 284 (100%)
R 119 of 284 ~ 41.9%
G 165 of 284 ~ 58.1%
B 0 of 284 ~ 0%

%41.9
%58.1

CMYK RENK MODELİ

#77A500 rengi CMYK tonu (28,0,100,35).

  • camgöbeği tonu 27.88%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 35.29%
CMYK:
(28,0,100,35)
C28M0Y100K35 
(28%,0%,100%,35%)
(0.28/0.00/1.00/0.35)	

CMYK yüzdeleri

%27.88
%0
%100
%35.29

Codes

Color #77A500 in popluar color models

77A500
RGB1191650
HSL77°100.00%32.35%
HSB/HSV77°100.00%64.71%
CMYK27.88%0.00%100.00%
35.29%

Color #77A500 in popluar number systems.

HEX77A500
Decimal1191650
Binary1110111101001010
Octal1672450

Shades and tints

Shades of #77A500

#77A500
(119,165,0)
#6D9600
(109,150,0)
#638700
(99,135,0)
#597800
(89,120,0)
#4F6900
(79,105,0)
#455A00
(69,90,0)
#3B4B00
(59,75,0)
#313C00
(49,60,0)
#272D00
(39,45,0)
#1D1E00
(29,30,0)
#130F00
(19,15,0)
#000000
(0,0,0)

Tints of #77A500

#77A500
(119,165,0)
#83AD17
(131,173,23)
#8FB52E
(143,181,46)
#9BBD45
(155,189,69)
#A7C55C
(167,197,92)
#B3CD73
(179,205,115)
#BFD58A
(191,213,138)
#CBDDA1
(203,221,161)
#D7E5B8
(215,229,184)
#E3EDCF
(227,237,207)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A500 color. Also use rgb(119,165,0) instead hex code.

Text Font Color

.myTextColor { color: #77A500; }

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

This text font color is #77A500.


Background Color

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

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

This div background color is #77A500.


Border color

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

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

This div border color is #77A500.


Opacity

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

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

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

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

This text has shadow with #77A500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A500 on black background.


Color preview on white background

This text has color #77A500 on white background.



Black color preview on #77A500 background

This text has black color on #77A500 background.


White color preview on #77A500 background

This text has white color on #77A500 background.