COLOR #76AD57

HEX: #76AD57
RGB: (118,173,87)

Renk bilgisi

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

RGB renk modeli

#76AD57 color RGB value is (118,173,87).

  • kırmız ton 118;
  • yeşil ton 173;
  • mavi ton 87.
RGB:
(118,173,87)
(46%,68%,34%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 173 of 255 = 68%
B 87 of 255 = 34%

118
173
87

R + G + B ~ 49%. #76AD57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 173 + 87 = 378 (100%)
R 118 of 378 ~ 31.22%
G 173 of 378 ~ 45.77%
B 87 of 378 ~ 23.02%

%31.22
%45.77
%23.02

CMYK RENK MODELİ

#76AD57 rengi CMYK tonu (32,0,50,32).

  • camgöbeği tonu 31.79%
  • eflatun tonu 0.00%
  • sarı tonu 49.71%
  • ana renk tonu 32.16%
CMYK:
(32,0,50,32)
C32M0Y50K32 
(32%,0%,50%,32%)
(0.32/0.00/0.50/0.32)	

CMYK yüzdeleri

%31.79
%0
%49.71
%32.16

Codes

Color #76AD57 in popluar color models

76AD57
RGB11817387
HSL98°34.40%50.98%
HSB/HSV98°49.71%67.84%
CMYK31.79%0.00%49.71%
32.16%

Color #76AD57 in popluar number systems.

HEX76AD57
Decimal11817387
Binary1110110101011011010111
Octal166255127

Shades and tints

Shades of #76AD57

#76AD57
(118,173,87)
#6C9E50
(108,158,80)
#628F49
(98,143,73)
#588042
(88,128,66)
#4E713B
(78,113,59)
#446234
(68,98,52)
#3A532D
(58,83,45)
#304426
(48,68,38)
#26351F
(38,53,31)
#1C2618
(28,38,24)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #76AD57

#76AD57
(118,173,87)
#82B466
(130,180,102)
#8EBB75
(142,187,117)
#9AC284
(154,194,132)
#A6C993
(166,201,147)
#B2D0A2
(178,208,162)
#BED7B1
(190,215,177)
#CADEC0
(202,222,192)
#D6E5CF
(214,229,207)
#E2ECDE
(226,236,222)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AD57 color. Also use rgb(118,173,87) instead hex code.

Text Font Color

.myTextColor { color: #76AD57; }

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

This text font color is #76AD57.


Background Color

.myBgColor { background-color: #76AD57; }

<div style="background-color:#76AD57">Inner text</div>

This div background color is #76AD57.


Border color

.myBorderColor { border: 1px solid #76AD57; }

<div style="border:3px solid #76AD57">Div</div>

This div border color is #76AD57.


Opacity

.myOpacity80 { color: #76AD57; opacity: 0.8; }

<p style="color:#76AD57;opacity:0.8;">80%</p>

Text with #76AD57 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 #76AD57;}

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

This text has shadow with #76AD57 color.

.textShadow {text-shadow: 3px 3px 1px #76AD57, 3px 3px 1px red;}

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

This text has shadow with #76AD57 primary color and red secondary color.


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

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

This text has shadow with #76AD57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AD57 on black background.


Color preview on white background

This text has color #76AD57 on white background.



Black color preview on #76AD57 background

This text has black color on #76AD57 background.


White color preview on #76AD57 background

This text has white color on #76AD57 background.