COLOR #76A67F

HEX: #76A67F
RGB: (118,166,127)

Renk bilgisi

#76A67F contains red, green and blue colors in about the same proportion. #76A67F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76A67F color RGB value is (118,166,127).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 166 of 255 = 65%
B 127 of 255 = 50%

118
166
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 166 + 127 = 411 (100%)
R 118 of 411 ~ 28.71%
G 166 of 411 ~ 40.39%
B 127 of 411 ~ 30.9%

%28.71
%40.39
%30.9

CMYK RENK MODELİ

#76A67F rengi CMYK tonu (29,0,23,35).

  • camgöbeği tonu 28.92%
  • eflatun tonu 0.00%
  • sarı tonu 23.49%
  • ana renk tonu 34.90%
CMYK:
(29,0,23,35)
C29M0Y23K35 
(29%,0%,23%,35%)
(0.29/0.00/0.23/0.35)	

CMYK yüzdeleri

%28.92
%0
%23.49
%34.9

Codes

Color #76A67F in popluar color models

76A67F
RGB118166127
HSL131°21.24%55.69%
HSB/HSV131°28.92%65.10%
CMYK28.92%0.00%23.49%
34.90%

Color #76A67F in popluar number systems.

HEX76A67F
Decimal118166127
Binary1110110101001101111111
Octal166246177

Shades and tints

Shades of #76A67F

#76A67F
(118,166,127)
#6C9774
(108,151,116)
#628869
(98,136,105)
#58795E
(88,121,94)
#4E6A53
(78,106,83)
#445B48
(68,91,72)
#3A4C3D
(58,76,61)
#303D32
(48,61,50)
#262E27
(38,46,39)
#1C1F1C
(28,31,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #76A67F

#76A67F
(118,166,127)
#82AE8A
(130,174,138)
#8EB695
(142,182,149)
#9ABEA0
(154,190,160)
#A6C6AB
(166,198,171)
#B2CEB6
(178,206,182)
#BED6C1
(190,214,193)
#CADECC
(202,222,204)
#D6E6D7
(214,230,215)
#E2EEE2
(226,238,226)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A67F; }

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

This text font color is #76A67F.


Background Color

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

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

This div background color is #76A67F.


Border color

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

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

This div border color is #76A67F.


Opacity

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

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

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

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

This text has shadow with #76A67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A67F on black background.


Color preview on white background

This text has color #76A67F on white background.



Black color preview on #76A67F background

This text has black color on #76A67F background.


White color preview on #76A67F background

This text has white color on #76A67F background.