HEX: #779B60
RGB: (119,155,96)
#779B60 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #779B60 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #779B60 wird in RGB als (119,155,96) definiert.
RGB: (119,155,96)
(47%, 61%, 38%)
R 119 von 255 = 47%
G 155 von 255 = 61%
B 96 von 255 = 38%
R + G + B ~ 49%. #779B60 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 155 + 96 = 370 (100%)
R 119 von 370 ~ 32.16%
G 155 von 370 ~ 41.89%
B 96 von 370 ~ 25.95'%
Die Farbe #779B60 wird in CMYK als (23,0,38,39) definiert.
CMYK: (23,0,38,39)
C23M0Y38K39 (23%, 0%, 38%, 39%)
(0.23 / 0.00 / 0.38 / 0.39)
Farbe #779B60 in den populären Farbmodellen.
77 | 9B | 60 | |
---|---|---|---|
RGB | 119 | 155 | 96 |
HSL | 97° | 23.51% | 49.22% |
HSB/HSV | 97° | 38.06% | 60.78% |
CMYK | 23.23% | 0.00% | 38.06% |
39.22% |
Die Farbe #779B60 in den populären Zahlensystemen.
Hexadezimal | 77 | 9B | 60 |
Dezimal | 119 | 155 | 96 |
Binär | 1110111 | 10011011 | 1100000 |
Oktal | 167 | 233 | 140 |
Dunkle Töne der Farbe #779B60
Helle Töne der Farbe #779B60
Beispiele css- und html für Elemente in der Farbe #779B60. Bitte benutzen Sie auch rgb(119,155,96) statt hex-Code.
.myTextColor { color: #779B60; }
<p style="color:#779B60">This sample text font color is #779B60.</p>
Die Farbe dieses Textes ist #779B60.
.myBgColor { background-color: #779B60; }
<div style="background-color:#779B60">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #779B60.
.myBorderColor { border: 1px solid #779B60; }
<div style="border:3px solid #779B60">Div</div>
Die Grenzen von diesem div sind in Farbe #779B60.
.myOpacity80 { color: #779B60; opacity: 0.8; }
<p style="color:#779B60;opacity:0.8;">80%</p>
Text in Farbe #779B60 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #779B60;}
<p style="text-shadow: 3px 3px 1px #779B60">Text here.</p>
Dieser Text hat den Schatten in Farbe #779B60.
.textShadow {text-shadow: 3px 3px 1px #779B60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #779B60, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #779B60 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#779B60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#779B60, Direction=45, Strength=4)">Text</p>
This text has shadow with #779B60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #779B60;
-webkit-box-shadow: 1px 1px 3px 2px #779B60;
box-shadow: 1px 1px 3px 2px #779B60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #779B60; -webkit-box-shadow: 1px 1px 3px 2px #779B60; box-shadow:1px 1px 3px 2px #779B60;">
Div content here
</div>
Dieser Text ist in der Farbe #779B60 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #779B60 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #779B60.
Dieser Text ist weiß auf dem Hintergrund in Farbe #779B60.
Kontrastfarbe für #hex ist #88649F.