COLOR #77B061

HEX: #77B061
RGB: (119,176,97)

Renk bilgisi

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

RGB renk modeli

#77B061 color RGB value is (119,176,97).

  • kırmız ton 119;
  • yeşil ton 176;
  • mavi ton 97.
RGB:
(119,176,97)
(47%,69%,38%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 176 of 255 = 69%
B 97 of 255 = 38%

119
176
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 176 + 97 = 392 (100%)
R 119 of 392 ~ 30.36%
G 176 of 392 ~ 44.9%
B 97 of 392 ~ 24.74%

%30.36
%44.9
%24.74

CMYK RENK MODELİ

#77B061 rengi CMYK tonu (32,0,45,31).

  • camgöbeği tonu 32.39%
  • eflatun tonu 0.00%
  • sarı tonu 44.89%
  • ana renk tonu 30.98%
CMYK:
(32,0,45,31)
C32M0Y45K31 
(32%,0%,45%,31%)
(0.32/0.00/0.45/0.31)	

CMYK yüzdeleri

%32.39
%0
%44.89
%30.98

Codes

Color #77B061 in popluar color models

77B061
RGB11917697
HSL103°33.33%53.53%
HSB/HSV103°44.89%69.02%
CMYK32.39%0.00%44.89%
30.98%

Color #77B061 in popluar number systems.

HEX77B061
Decimal11917697
Binary1110111101100001100001
Octal167260141

Shades and tints

Shades of #77B061

#77B061
(119,176,97)
#6DA059
(109,160,89)
#639051
(99,144,81)
#598049
(89,128,73)
#4F7041
(79,112,65)
#456039
(69,96,57)
#3B5031
(59,80,49)
#314029
(49,64,41)
#273021
(39,48,33)
#1D2019
(29,32,25)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #77B061

#77B061
(119,176,97)
#83B76F
(131,183,111)
#8FBE7D
(143,190,125)
#9BC58B
(155,197,139)
#A7CC99
(167,204,153)
#B3D3A7
(179,211,167)
#BFDAB5
(191,218,181)
#CBE1C3
(203,225,195)
#D7E8D1
(215,232,209)
#E3EFDF
(227,239,223)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B061 color. Also use rgb(119,176,97) instead hex code.

Text Font Color

.myTextColor { color: #77B061; }

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

This text font color is #77B061.


Background Color

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

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

This div background color is #77B061.


Border color

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

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

This div border color is #77B061.


Opacity

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

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

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

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

This text has shadow with #77B061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B061 on black background.


Color preview on white background

This text has color #77B061 on white background.



Black color preview on #77B061 background

This text has black color on #77B061 background.


White color preview on #77B061 background

This text has white color on #77B061 background.