COLOR #77A868

HEX: #77A868
RGB: (119,168,104)

Renk bilgisi

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

RGB renk modeli

#77A868 color RGB value is (119,168,104).

  • kırmız ton 119;
  • yeşil ton 168;
  • mavi ton 104.
RGB:
(119,168,104)
(47%,66%,41%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 168 of 255 = 66%
B 104 of 255 = 41%

119
168
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 168 + 104 = 391 (100%)
R 119 of 391 ~ 30.43%
G 168 of 391 ~ 42.97%
B 104 of 391 ~ 26.6%

%30.43
%42.97
%26.6

CMYK RENK MODELİ

#77A868 rengi CMYK tonu (29,0,38,34).

  • camgöbeği tonu 29.17%
  • eflatun tonu 0.00%
  • sarı tonu 38.10%
  • ana renk tonu 34.12%
CMYK:
(29,0,38,34)
C29M0Y38K34 
(29%,0%,38%,34%)
(0.29/0.00/0.38/0.34)	

CMYK yüzdeleri

%29.17
%0
%38.1
%34.12

Codes

Color #77A868 in popluar color models

77A868
RGB119168104
HSL106°26.89%53.33%
HSB/HSV106°38.10%65.88%
CMYK29.17%0.00%38.10%
34.12%

Color #77A868 in popluar number systems.

HEX77A868
Decimal119168104
Binary1110111101010001101000
Octal167250150

Shades and tints

Shades of #77A868

#77A868
(119,168,104)
#6D995F
(109,153,95)
#638A56
(99,138,86)
#597B4D
(89,123,77)
#4F6C44
(79,108,68)
#455D3B
(69,93,59)
#3B4E32
(59,78,50)
#313F29
(49,63,41)
#273020
(39,48,32)
#1D2117
(29,33,23)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #77A868

#77A868
(119,168,104)
#83AF75
(131,175,117)
#8FB682
(143,182,130)
#9BBD8F
(155,189,143)
#A7C49C
(167,196,156)
#B3CBA9
(179,203,169)
#BFD2B6
(191,210,182)
#CBD9C3
(203,217,195)
#D7E0D0
(215,224,208)
#E3E7DD
(227,231,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A868 color. Also use rgb(119,168,104) instead hex code.

Text Font Color

.myTextColor { color: #77A868; }

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

This text font color is #77A868.


Background Color

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

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

This div background color is #77A868.


Border color

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

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

This div border color is #77A868.


Opacity

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

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

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

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

This text has shadow with #77A868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A868 on black background.


Color preview on white background

This text has color #77A868 on white background.



Black color preview on #77A868 background

This text has black color on #77A868 background.


White color preview on #77A868 background

This text has white color on #77A868 background.