COLOR #77AB58

HEX: #77AB58
RGB: (119,171,88)

Renk bilgisi

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

RGB renk modeli

#77AB58 color RGB value is (119,171,88).

  • kırmız ton 119;
  • yeşil ton 171;
  • mavi ton 88.
RGB:
(119,171,88)
(47%,67%,35%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 171 of 255 = 67%
B 88 of 255 = 35%

119
171
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 171 + 88 = 378 (100%)
R 119 of 378 ~ 31.48%
G 171 of 378 ~ 45.24%
B 88 of 378 ~ 23.28%

%31.48
%45.24
%23.28

CMYK RENK MODELİ

#77AB58 rengi CMYK tonu (30,0,49,33).

  • camgöbeği tonu 30.41%
  • eflatun tonu 0.00%
  • sarı tonu 48.54%
  • ana renk tonu 32.94%
CMYK:
(30,0,49,33)
C30M0Y49K33 
(30%,0%,49%,33%)
(0.30/0.00/0.49/0.33)	

CMYK yüzdeleri

%30.41
%0
%48.54
%32.94

Codes

Color #77AB58 in popluar color models

77AB58
RGB11917188
HSL98°33.07%50.78%
HSB/HSV98°48.54%67.06%
CMYK30.41%0.00%48.54%
32.94%

Color #77AB58 in popluar number systems.

HEX77AB58
Decimal11917188
Binary1110111101010111011000
Octal167253130

Shades and tints

Shades of #77AB58

#77AB58
(119,171,88)
#6D9C50
(109,156,80)
#638D48
(99,141,72)
#597E40
(89,126,64)
#4F6F38
(79,111,56)
#456030
(69,96,48)
#3B5128
(59,81,40)
#314220
(49,66,32)
#273318
(39,51,24)
#1D2410
(29,36,16)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #77AB58

#77AB58
(119,171,88)
#83B267
(131,178,103)
#8FB976
(143,185,118)
#9BC085
(155,192,133)
#A7C794
(167,199,148)
#B3CEA3
(179,206,163)
#BFD5B2
(191,213,178)
#CBDCC1
(203,220,193)
#D7E3D0
(215,227,208)
#E3EADF
(227,234,223)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AB58 color. Also use rgb(119,171,88) instead hex code.

Text Font Color

.myTextColor { color: #77AB58; }

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

This text font color is #77AB58.


Background Color

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

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

This div background color is #77AB58.


Border color

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

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

This div border color is #77AB58.


Opacity

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

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

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

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

This text has shadow with #77AB58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AB58 on black background.


Color preview on white background

This text has color #77AB58 on white background.



Black color preview on #77AB58 background

This text has black color on #77AB58 background.


White color preview on #77AB58 background

This text has white color on #77AB58 background.