COLOR #77B254

HEX: #77B254
RGB: (119,178,84)

Renk bilgisi

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

RGB renk modeli

#77B254 color RGB value is (119,178,84).

  • kırmız ton 119;
  • yeşil ton 178;
  • mavi ton 84.
RGB:
(119,178,84)
(47%,70%,33%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 178 of 255 = 70%
B 84 of 255 = 33%

119
178
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 178 + 84 = 381 (100%)
R 119 of 381 ~ 31.23%
G 178 of 381 ~ 46.72%
B 84 of 381 ~ 22.05%

%31.23
%46.72
%22.05

CMYK RENK MODELİ

#77B254 rengi CMYK tonu (33,0,53,30).

  • camgöbeği tonu 33.15%
  • eflatun tonu 0.00%
  • sarı tonu 52.81%
  • ana renk tonu 30.20%
CMYK:
(33,0,53,30)
C33M0Y53K30 
(33%,0%,53%,30%)
(0.33/0.00/0.53/0.30)	

CMYK yüzdeleri

%33.15
%0
%52.81
%30.2

Codes

Color #77B254 in popluar color models

77B254
RGB11917884
HSL98°37.90%51.37%
HSB/HSV98°52.81%69.80%
CMYK33.15%0.00%52.81%
30.20%

Color #77B254 in popluar number systems.

HEX77B254
Decimal11917884
Binary1110111101100101010100
Octal167262124

Shades and tints

Shades of #77B254

#77B254
(119,178,84)
#6DA24D
(109,162,77)
#639246
(99,146,70)
#59823F
(89,130,63)
#4F7238
(79,114,56)
#456231
(69,98,49)
#3B522A
(59,82,42)
#314223
(49,66,35)
#27321C
(39,50,28)
#1D2215
(29,34,21)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #77B254

#77B254
(119,178,84)
#83B963
(131,185,99)
#8FC072
(143,192,114)
#9BC781
(155,199,129)
#A7CE90
(167,206,144)
#B3D59F
(179,213,159)
#BFDCAE
(191,220,174)
#CBE3BD
(203,227,189)
#D7EACC
(215,234,204)
#E3F1DB
(227,241,219)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B254 color. Also use rgb(119,178,84) instead hex code.

Text Font Color

.myTextColor { color: #77B254; }

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

This text font color is #77B254.


Background Color

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

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

This div background color is #77B254.


Border color

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

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

This div border color is #77B254.


Opacity

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

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

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

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

This text has shadow with #77B254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B254 on black background.


Color preview on white background

This text has color #77B254 on white background.



Black color preview on #77B254 background

This text has black color on #77B254 background.


White color preview on #77B254 background

This text has white color on #77B254 background.