COLOR #76B873

HEX: #76B873
RGB: (118,184,115)

Renk bilgisi

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

RGB renk modeli

#76B873 color RGB value is (118,184,115).

  • kırmız ton 118;
  • yeşil ton 184;
  • mavi ton 115.
RGB:
(118,184,115)
(46%,72%,45%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 184 of 255 = 72%
B 115 of 255 = 45%

118
184
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 184 + 115 = 417 (100%)
R 118 of 417 ~ 28.3%
G 184 of 417 ~ 44.12%
B 115 of 417 ~ 27.58%

%28.3
%44.12
%27.58

CMYK RENK MODELİ

#76B873 rengi CMYK tonu (36,0,38,28).

  • camgöbeği tonu 35.87%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 27.84%
CMYK:
(36,0,38,28)
C36M0Y38K28 
(36%,0%,38%,28%)
(0.36/0.00/0.38/0.28)	

CMYK yüzdeleri

%35.87
%0
%37.5
%27.84

Codes

Color #76B873 in popluar color models

76B873
RGB118184115
HSL117°32.70%58.63%
HSB/HSV117°37.50%72.16%
CMYK35.87%0.00%37.50%
27.84%

Color #76B873 in popluar number systems.

HEX76B873
Decimal118184115
Binary1110110101110001110011
Octal166270163

Shades and tints

Shades of #76B873

#76B873
(118,184,115)
#6CA869
(108,168,105)
#62985F
(98,152,95)
#588855
(88,136,85)
#4E784B
(78,120,75)
#446841
(68,104,65)
#3A5837
(58,88,55)
#30482D
(48,72,45)
#263823
(38,56,35)
#1C2819
(28,40,25)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #76B873

#76B873
(118,184,115)
#82BE7F
(130,190,127)
#8EC48B
(142,196,139)
#9ACA97
(154,202,151)
#A6D0A3
(166,208,163)
#B2D6AF
(178,214,175)
#BEDCBB
(190,220,187)
#CAE2C7
(202,226,199)
#D6E8D3
(214,232,211)
#E2EEDF
(226,238,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B873 color. Also use rgb(118,184,115) instead hex code.

Text Font Color

.myTextColor { color: #76B873; }

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

This text font color is #76B873.


Background Color

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

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

This div background color is #76B873.


Border color

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

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

This div border color is #76B873.


Opacity

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

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

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

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

This text has shadow with #76B873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B873 on black background.


Color preview on white background

This text has color #76B873 on white background.



Black color preview on #76B873 background

This text has black color on #76B873 background.


White color preview on #76B873 background

This text has white color on #76B873 background.