COLOR #76B078

HEX: #76B078
RGB: (118,176,120)

Renk bilgisi

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

RGB renk modeli

#76B078 color RGB value is (118,176,120).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 120 of 255 = 47%

118
176
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 120 = 414 (100%)
R 118 of 414 ~ 28.5%
G 176 of 414 ~ 42.51%
B 120 of 414 ~ 28.99%

%28.5
%42.51
%28.99

CMYK RENK MODELİ

#76B078 rengi CMYK tonu (33,0,32,31).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 31.82%
  • ana renk tonu 30.98%
CMYK:
(33,0,32,31)
C33M0Y32K31 
(33%,0%,32%,31%)
(0.33/0.00/0.32/0.31)	

CMYK yüzdeleri

%32.95
%0
%31.82
%30.98

Codes

Color #76B078 in popluar color models

76B078
RGB118176120
HSL122°26.85%57.65%
HSB/HSV122°32.95%69.02%
CMYK32.95%0.00%31.82%
30.98%

Color #76B078 in popluar number systems.

HEX76B078
Decimal118176120
Binary1110110101100001111000
Octal166260170

Shades and tints

Shades of #76B078

#76B078
(118,176,120)
#6CA06E
(108,160,110)
#629064
(98,144,100)
#58805A
(88,128,90)
#4E7050
(78,112,80)
#446046
(68,96,70)
#3A503C
(58,80,60)
#304032
(48,64,50)
#263028
(38,48,40)
#1C201E
(28,32,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #76B078

#76B078
(118,176,120)
#82B784
(130,183,132)
#8EBE90
(142,190,144)
#9AC59C
(154,197,156)
#A6CCA8
(166,204,168)
#B2D3B4
(178,211,180)
#BEDAC0
(190,218,192)
#CAE1CC
(202,225,204)
#D6E8D8
(214,232,216)
#E2EFE4
(226,239,228)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B078; }

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

This text font color is #76B078.


Background Color

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

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

This div background color is #76B078.


Border color

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

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

This div border color is #76B078.


Opacity

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

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

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

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

This text has shadow with #76B078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B078 on black background.


Color preview on white background

This text has color #76B078 on white background.



Black color preview on #76B078 background

This text has black color on #76B078 background.


White color preview on #76B078 background

This text has white color on #76B078 background.