COLOR #76964A

HEX: #76964A
RGB: (118,150,74)

Renk bilgisi

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

RGB renk modeli

#76964A color RGB value is (118,150,74).

  • kırmız ton 118;
  • yeşil ton 150;
  • mavi ton 74.
RGB:
(118,150,74)
(46%,59%,29%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 150 of 255 = 59%
B 74 of 255 = 29%

118
150
74

R + G + B ~ 45%. #76964A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 150 + 74 = 342 (100%)
R 118 of 342 ~ 34.5%
G 150 of 342 ~ 43.86%
B 74 of 342 ~ 21.64%

%34.5
%43.86
%21.64

CMYK RENK MODELİ

#76964A rengi CMYK tonu (21,0,51,41).

  • camgöbeği tonu 21.33%
  • eflatun tonu 0.00%
  • sarı tonu 50.67%
  • ana renk tonu 41.18%
CMYK:
(21,0,51,41)
C21M0Y51K41 
(21%,0%,51%,41%)
(0.21/0.00/0.51/0.41)	

CMYK yüzdeleri

%21.33
%0
%50.67
%41.18

Codes

Color #76964A in popluar color models

76964A
RGB11815074
HSL85°33.93%43.92%
HSB/HSV85°50.67%58.82%
CMYK21.33%0.00%50.67%
41.18%

Color #76964A in popluar number systems.

HEX76964A
Decimal11815074
Binary1110110100101101001010
Octal166226112

Shades and tints

Shades of #76964A

#76964A
(118,150,74)
#6C8944
(108,137,68)
#627C3E
(98,124,62)
#586F38
(88,111,56)
#4E6232
(78,98,50)
#44552C
(68,85,44)
#3A4826
(58,72,38)
#303B20
(48,59,32)
#262E1A
(38,46,26)
#1C2114
(28,33,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76964A

#76964A
(118,150,74)
#829F5A
(130,159,90)
#8EA86A
(142,168,106)
#9AB17A
(154,177,122)
#A6BA8A
(166,186,138)
#B2C39A
(178,195,154)
#BECCAA
(190,204,170)
#CAD5BA
(202,213,186)
#D6DECA
(214,222,202)
#E2E7DA
(226,231,218)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76964A color. Also use rgb(118,150,74) instead hex code.

Text Font Color

.myTextColor { color: #76964A; }

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

This text font color is #76964A.


Background Color

.myBgColor { background-color: #76964A; }

<div style="background-color:#76964A">Inner text</div>

This div background color is #76964A.


Border color

.myBorderColor { border: 1px solid #76964A; }

<div style="border:3px solid #76964A">Div</div>

This div border color is #76964A.


Opacity

.myOpacity80 { color: #76964A; opacity: 0.8; }

<p style="color:#76964A;opacity:0.8;">80%</p>

Text with #76964A 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 #76964A;}

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

This text has shadow with #76964A color.

.textShadow {text-shadow: 3px 3px 1px #76964A, 3px 3px 1px red;}

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

This text has shadow with #76964A primary color and red secondary color.


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

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

This text has shadow with #76964A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76964A on black background.


Color preview on white background

This text has color #76964A on white background.



Black color preview on #76964A background

This text has black color on #76964A background.


White color preview on #76964A background

This text has white color on #76964A background.