COLOR #76B07F

HEX: #76B07F
RGB: (118,176,127)

Renk bilgisi

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

RGB renk modeli

#76B07F color RGB value is (118,176,127).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 127 of 255 = 50%

118
176
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 127 = 421 (100%)
R 118 of 421 ~ 28.03%
G 176 of 421 ~ 41.81%
B 127 of 421 ~ 30.17%

%28.03
%41.81
%30.17

CMYK RENK MODELİ

#76B07F rengi CMYK tonu (33,0,28,31).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 27.84%
  • ana renk tonu 30.98%
CMYK:
(33,0,28,31)
C33M0Y28K31 
(33%,0%,28%,31%)
(0.33/0.00/0.28/0.31)	

CMYK yüzdeleri

%32.95
%0
%27.84
%30.98

Codes

Color #76B07F in popluar color models

76B07F
RGB118176127
HSL129°26.85%57.65%
HSB/HSV129°32.95%69.02%
CMYK32.95%0.00%27.84%
30.98%

Color #76B07F in popluar number systems.

HEX76B07F
Decimal118176127
Binary1110110101100001111111
Octal166260177

Shades and tints

Shades of #76B07F

#76B07F
(118,176,127)
#6CA074
(108,160,116)
#629069
(98,144,105)
#58805E
(88,128,94)
#4E7053
(78,112,83)
#446048
(68,96,72)
#3A503D
(58,80,61)
#304032
(48,64,50)
#263027
(38,48,39)
#1C201C
(28,32,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #76B07F

#76B07F
(118,176,127)
#82B78A
(130,183,138)
#8EBE95
(142,190,149)
#9AC5A0
(154,197,160)
#A6CCAB
(166,204,171)
#B2D3B6
(178,211,182)
#BEDAC1
(190,218,193)
#CAE1CC
(202,225,204)
#D6E8D7
(214,232,215)
#E2EFE2
(226,239,226)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B07F; }

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

This text font color is #76B07F.


Background Color

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

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

This div background color is #76B07F.


Border color

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

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

This div border color is #76B07F.


Opacity

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

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

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

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

This text has shadow with #76B07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B07F on black background.


Color preview on white background

This text has color #76B07F on white background.



Black color preview on #76B07F background

This text has black color on #76B07F background.


White color preview on #76B07F background

This text has white color on #76B07F background.