COLOR #77A66E

HEX: #77A66E
RGB: (119,166,110)

Renk bilgisi

#77A66E contains red, green and blue colors in about the same proportion. #77A66E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#77A66E color RGB value is (119,166,110).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 166 of 255 = 65%
B 110 of 255 = 43%

119
166
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 166 + 110 = 395 (100%)
R 119 of 395 ~ 30.13%
G 166 of 395 ~ 42.03%
B 110 of 395 ~ 27.85%

%30.13
%42.03
%27.85

CMYK RENK MODELİ

#77A66E rengi CMYK tonu (28,0,34,35).

  • camgöbeği tonu 28.31%
  • eflatun tonu 0.00%
  • sarı tonu 33.73%
  • ana renk tonu 34.90%
CMYK:
(28,0,34,35)
C28M0Y34K35 
(28%,0%,34%,35%)
(0.28/0.00/0.34/0.35)	

CMYK yüzdeleri

%28.31
%0
%33.73
%34.9

Codes

Color #77A66E in popluar color models

77A66E
RGB119166110
HSL110°23.93%54.12%
HSB/HSV110°33.73%65.10%
CMYK28.31%0.00%33.73%
34.90%

Color #77A66E in popluar number systems.

HEX77A66E
Decimal119166110
Binary1110111101001101101110
Octal167246156

Shades and tints

Shades of #77A66E

#77A66E
(119,166,110)
#6D9764
(109,151,100)
#63885A
(99,136,90)
#597950
(89,121,80)
#4F6A46
(79,106,70)
#455B3C
(69,91,60)
#3B4C32
(59,76,50)
#313D28
(49,61,40)
#272E1E
(39,46,30)
#1D1F14
(29,31,20)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #77A66E

#77A66E
(119,166,110)
#83AE7B
(131,174,123)
#8FB688
(143,182,136)
#9BBE95
(155,190,149)
#A7C6A2
(167,198,162)
#B3CEAF
(179,206,175)
#BFD6BC
(191,214,188)
#CBDEC9
(203,222,201)
#D7E6D6
(215,230,214)
#E3EEE3
(227,238,227)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A66E color. Also use rgb(119,166,110) instead hex code.

Text Font Color

.myTextColor { color: #77A66E; }

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

This text font color is #77A66E.


Background Color

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

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

This div background color is #77A66E.


Border color

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

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

This div border color is #77A66E.


Opacity

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

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

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

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

This text has shadow with #77A66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A66E on black background.


Color preview on white background

This text has color #77A66E on white background.



Black color preview on #77A66E background

This text has black color on #77A66E background.


White color preview on #77A66E background

This text has white color on #77A66E background.