COLOR #76AD41

HEX: #76AD41
RGB: (118,173,65)

Renk bilgisi

#76AD41 contains mainly red and green colors. #76AD41 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#76AD41 color RGB value is (118,173,65).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 173 of 255 = 68%
B 65 of 255 = 25%

118
173
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 173 + 65 = 356 (100%)
R 118 of 356 ~ 33.15%
G 173 of 356 ~ 48.6%
B 65 of 356 ~ 18.26%

%33.15
%48.6
%18.26

CMYK RENK MODELİ

#76AD41 rengi CMYK tonu (32,0,62,32).

  • camgöbeği tonu 31.79%
  • eflatun tonu 0.00%
  • sarı tonu 62.43%
  • ana renk tonu 32.16%
CMYK:
(32,0,62,32)
C32M0Y62K32 
(32%,0%,62%,32%)
(0.32/0.00/0.62/0.32)	

CMYK yüzdeleri

%31.79
%0
%62.43
%32.16

Codes

Color #76AD41 in popluar color models

76AD41
RGB11817365
HSL91°45.38%46.67%
HSB/HSV91°62.43%67.84%
CMYK31.79%0.00%62.43%
32.16%

Color #76AD41 in popluar number systems.

HEX76AD41
Decimal11817365
Binary1110110101011011000001
Octal166255101

Shades and tints

Shades of #76AD41

#76AD41
(118,173,65)
#6C9E3C
(108,158,60)
#628F37
(98,143,55)
#588032
(88,128,50)
#4E712D
(78,113,45)
#446228
(68,98,40)
#3A5323
(58,83,35)
#30441E
(48,68,30)
#263519
(38,53,25)
#1C2614
(28,38,20)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #76AD41

#76AD41
(118,173,65)
#82B452
(130,180,82)
#8EBB63
(142,187,99)
#9AC274
(154,194,116)
#A6C985
(166,201,133)
#B2D096
(178,208,150)
#BED7A7
(190,215,167)
#CADEB8
(202,222,184)
#D6E5C9
(214,229,201)
#E2ECDA
(226,236,218)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AD41; }

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

This text font color is #76AD41.


Background Color

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

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

This div background color is #76AD41.


Border color

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

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

This div border color is #76AD41.


Opacity

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

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

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

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

This text has shadow with #76AD41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AD41 on black background.


Color preview on white background

This text has color #76AD41 on white background.



Black color preview on #76AD41 background

This text has black color on #76AD41 background.


White color preview on #76AD41 background

This text has white color on #76AD41 background.