COLOR #76A95F

HEX: #76A95F
RGB: (118,169,95)

Renk bilgisi

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

RGB renk modeli

#76A95F color RGB value is (118,169,95).

  • kırmız ton 118;
  • yeşil ton 169;
  • mavi ton 95.
RGB:
(118,169,95)
(46%,66%,37%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 169 of 255 = 66%
B 95 of 255 = 37%

118
169
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 169 + 95 = 382 (100%)
R 118 of 382 ~ 30.89%
G 169 of 382 ~ 44.24%
B 95 of 382 ~ 24.87%

%30.89
%44.24
%24.87

CMYK RENK MODELİ

#76A95F rengi CMYK tonu (30,0,44,34).

  • camgöbeği tonu 30.18%
  • eflatun tonu 0.00%
  • sarı tonu 43.79%
  • ana renk tonu 33.73%
CMYK:
(30,0,44,34)
C30M0Y44K34 
(30%,0%,44%,34%)
(0.30/0.00/0.44/0.34)	

CMYK yüzdeleri

%30.18
%0
%43.79
%33.73

Codes

Color #76A95F in popluar color models

76A95F
RGB11816995
HSL101°30.08%51.76%
HSB/HSV101°43.79%66.27%
CMYK30.18%0.00%43.79%
33.73%

Color #76A95F in popluar number systems.

HEX76A95F
Decimal11816995
Binary1110110101010011011111
Octal166251137

Shades and tints

Shades of #76A95F

#76A95F
(118,169,95)
#6C9A57
(108,154,87)
#628B4F
(98,139,79)
#587C47
(88,124,71)
#4E6D3F
(78,109,63)
#445E37
(68,94,55)
#3A4F2F
(58,79,47)
#304027
(48,64,39)
#26311F
(38,49,31)
#1C2217
(28,34,23)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #76A95F

#76A95F
(118,169,95)
#82B06D
(130,176,109)
#8EB77B
(142,183,123)
#9ABE89
(154,190,137)
#A6C597
(166,197,151)
#B2CCA5
(178,204,165)
#BED3B3
(190,211,179)
#CADAC1
(202,218,193)
#D6E1CF
(214,225,207)
#E2E8DD
(226,232,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A95F color. Also use rgb(118,169,95) instead hex code.

Text Font Color

.myTextColor { color: #76A95F; }

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

This text font color is #76A95F.


Background Color

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

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

This div background color is #76A95F.


Border color

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

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

This div border color is #76A95F.


Opacity

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

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

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

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

This text has shadow with #76A95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A95F on black background.


Color preview on white background

This text has color #76A95F on white background.



Black color preview on #76A95F background

This text has black color on #76A95F background.


White color preview on #76A95F background

This text has white color on #76A95F background.