COLOR #80C076

HEX: #80C076
RGB: (128,192,118)

Renk bilgisi

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

RGB renk modeli

#80C076 color RGB value is (128,192,118).

  • kırmız ton 128;
  • yeşil ton 192;
  • mavi ton 118.
RGB:
(128,192,118)
(50%,75%,46%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 192 of 255 = 75%
B 118 of 255 = 46%

128
192
118

R + G + B ~ 57%. #80C076 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 192 + 118 = 438 (100%)
R 128 of 438 ~ 29.22%
G 192 of 438 ~ 43.84%
B 118 of 438 ~ 26.94%

%29.22
%43.84
%26.94

CMYK RENK MODELİ

#80C076 rengi CMYK tonu (33,0,39,25).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 38.54%
  • ana renk tonu 24.71%
CMYK:
(33,0,39,25)
C33M0Y39K25 
(33%,0%,39%,25%)
(0.33/0.00/0.39/0.25)	

CMYK yüzdeleri

%33.33
%0
%38.54
%24.71

Codes

Color #80C076 in popluar color models

80C076
RGB128192118
HSL112°37.00%60.78%
HSB/HSV112°38.54%75.29%
CMYK33.33%0.00%38.54%
24.71%

Color #80C076 in popluar number systems.

HEX80C076
Decimal128192118
Binary10000000110000001110110
Octal200300166

Shades and tints

Shades of #80C076

#80C076
(128,192,118)
#75AF6C
(117,175,108)
#6A9E62
(106,158,98)
#5F8D58
(95,141,88)
#547C4E
(84,124,78)
#496B44
(73,107,68)
#3E5A3A
(62,90,58)
#334930
(51,73,48)
#283826
(40,56,38)
#1D271C
(29,39,28)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #80C076

#80C076
(128,192,118)
#8BC582
(139,197,130)
#96CA8E
(150,202,142)
#A1CF9A
(161,207,154)
#ACD4A6
(172,212,166)
#B7D9B2
(183,217,178)
#C2DEBE
(194,222,190)
#CDE3CA
(205,227,202)
#D8E8D6
(216,232,214)
#E3EDE2
(227,237,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C076 color. Also use rgb(128,192,118) instead hex code.

Text Font Color

.myTextColor { color: #80C076; }

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

This text font color is #80C076.


Background Color

.myBgColor { background-color: #80C076; }

<div style="background-color:#80C076">Inner text</div>

This div background color is #80C076.


Border color

.myBorderColor { border: 1px solid #80C076; }

<div style="border:3px solid #80C076">Div</div>

This div border color is #80C076.


Opacity

.myOpacity80 { color: #80C076; opacity: 0.8; }

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

Text with #80C076 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 #80C076;}

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

This text has shadow with #80C076 color.

.textShadow {text-shadow: 3px 3px 1px #80C076, 3px 3px 1px red;}

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

This text has shadow with #80C076 primary color and red secondary color.


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

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

This text has shadow with #80C076 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C076 on black background.


Color preview on white background

This text has color #80C076 on white background.



Black color preview on #80C076 background

This text has black color on #80C076 background.


White color preview on #80C076 background

This text has white color on #80C076 background.