COLOR #76A64F

HEX: #76A64F
RGB: (118,166,79)

Renk bilgisi

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

RGB renk modeli

#76A64F color RGB value is (118,166,79).

  • kırmız ton 118;
  • yeşil ton 166;
  • mavi ton 79.
RGB:
(118,166,79)
(46%,65%,31%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 166 of 255 = 65%
B 79 of 255 = 31%

118
166
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 166 + 79 = 363 (100%)
R 118 of 363 ~ 32.51%
G 166 of 363 ~ 45.73%
B 79 of 363 ~ 21.76%

%32.51
%45.73
%21.76

CMYK RENK MODELİ

#76A64F rengi CMYK tonu (29,0,52,35).

  • camgöbeği tonu 28.92%
  • eflatun tonu 0.00%
  • sarı tonu 52.41%
  • ana renk tonu 34.90%
CMYK:
(29,0,52,35)
C29M0Y52K35 
(29%,0%,52%,35%)
(0.29/0.00/0.52/0.35)	

CMYK yüzdeleri

%28.92
%0
%52.41
%34.9

Codes

Color #76A64F in popluar color models

76A64F
RGB11816679
HSL93°35.51%48.04%
HSB/HSV93°52.41%65.10%
CMYK28.92%0.00%52.41%
34.90%

Color #76A64F in popluar number systems.

HEX76A64F
Decimal11816679
Binary1110110101001101001111
Octal166246117

Shades and tints

Shades of #76A64F

#76A64F
(118,166,79)
#6C9748
(108,151,72)
#628841
(98,136,65)
#58793A
(88,121,58)
#4E6A33
(78,106,51)
#445B2C
(68,91,44)
#3A4C25
(58,76,37)
#303D1E
(48,61,30)
#262E17
(38,46,23)
#1C1F10
(28,31,16)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #76A64F

#76A64F
(118,166,79)
#82AE5F
(130,174,95)
#8EB66F
(142,182,111)
#9ABE7F
(154,190,127)
#A6C68F
(166,198,143)
#B2CE9F
(178,206,159)
#BED6AF
(190,214,175)
#CADEBF
(202,222,191)
#D6E6CF
(214,230,207)
#E2EEDF
(226,238,223)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A64F color. Also use rgb(118,166,79) instead hex code.

Text Font Color

.myTextColor { color: #76A64F; }

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

This text font color is #76A64F.


Background Color

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

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

This div background color is #76A64F.


Border color

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

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

This div border color is #76A64F.


Opacity

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

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

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

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

This text has shadow with #76A64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A64F on black background.


Color preview on white background

This text has color #76A64F on white background.



Black color preview on #76A64F background

This text has black color on #76A64F background.


White color preview on #76A64F background

This text has white color on #76A64F background.