COLOR #76B957

HEX: #76B957
RGB: (118,185,87)

Renk bilgisi

#76B957 contains mainly green color. #76B957 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#76B957 color RGB value is (118,185,87).

  • kırmız ton 118;
  • yeşil ton 185;
  • mavi ton 87.
RGB:
(118,185,87)
(46%,73%,34%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 185 of 255 = 73%
B 87 of 255 = 34%

118
185
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 185 + 87 = 390 (100%)
R 118 of 390 ~ 30.26%
G 185 of 390 ~ 47.44%
B 87 of 390 ~ 22.31%

%30.26
%47.44
%22.31

CMYK RENK MODELİ

#76B957 rengi CMYK tonu (36,0,53,27).

  • camgöbeği tonu 36.22%
  • eflatun tonu 0.00%
  • sarı tonu 52.97%
  • ana renk tonu 27.45%
CMYK:
(36,0,53,27)
C36M0Y53K27 
(36%,0%,53%,27%)
(0.36/0.00/0.53/0.27)	

CMYK yüzdeleri

%36.22
%0
%52.97
%27.45

Codes

Color #76B957 in popluar color models

76B957
RGB11818587
HSL101°41.18%53.33%
HSB/HSV101°52.97%72.55%
CMYK36.22%0.00%52.97%
27.45%

Color #76B957 in popluar number systems.

HEX76B957
Decimal11818587
Binary1110110101110011010111
Octal166271127

Shades and tints

Shades of #76B957

#76B957
(118,185,87)
#6CA950
(108,169,80)
#629949
(98,153,73)
#588942
(88,137,66)
#4E793B
(78,121,59)
#446934
(68,105,52)
#3A592D
(58,89,45)
#304926
(48,73,38)
#26391F
(38,57,31)
#1C2918
(28,41,24)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #76B957

#76B957
(118,185,87)
#82BF66
(130,191,102)
#8EC575
(142,197,117)
#9ACB84
(154,203,132)
#A6D193
(166,209,147)
#B2D7A2
(178,215,162)
#BEDDB1
(190,221,177)
#CAE3C0
(202,227,192)
#D6E9CF
(214,233,207)
#E2EFDE
(226,239,222)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B957 color. Also use rgb(118,185,87) instead hex code.

Text Font Color

.myTextColor { color: #76B957; }

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

This text font color is #76B957.


Background Color

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

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

This div background color is #76B957.


Border color

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

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

This div border color is #76B957.


Opacity

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

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

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

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

This text has shadow with #76B957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B957 on black background.


Color preview on white background

This text has color #76B957 on white background.



Black color preview on #76B957 background

This text has black color on #76B957 background.


White color preview on #76B957 background

This text has white color on #76B957 background.