HEX: #76E78A
RGB: (118,231,138)
#76E78A enthält hauptsächlich grüne Farbe. Für #76E78A ist eine «websichere» Webfarbe #66FF99 (oder kurz #6F9).
Die Farbe #76E78A wird in RGB als (118,231,138) definiert.
RGB: (118,231,138)
(46%, 91%, 54%)
R 118 von 255 = 46%
G 231 von 255 = 91%
B 138 von 255 = 54%
R + G + B ~ 64%. #76E78A ziemlich helle Farbe.
R + G + B = 118 + 231 + 138 = 487 (100%)
R 118 von 487 ~ 24.23%
G 231 von 487 ~ 47.43%
B 138 von 487 ~ 28.34'%
Die Farbe #76E78A wird in CMYK als (49,0,40,9) definiert.
CMYK: (49,0,40,9)
C49M0Y40K9 (49%, 0%, 40%, 9%)
(0.49 / 0.00 / 0.40 / 0.09)
Farbe #76E78A in den populären Farbmodellen.
76 | E7 | 8A | |
---|---|---|---|
RGB | 118 | 231 | 138 |
HSL | 131° | 70.19% | 68.43% |
HSB/HSV | 131° | 48.92% | 90.59% |
CMYK | 48.92% | 0.00% | 40.26% |
9.41% |
Die Farbe #76E78A in den populären Zahlensystemen.
Hexadezimal | 76 | E7 | 8A |
Dezimal | 118 | 231 | 138 |
Binär | 1110110 | 11100111 | 10001010 |
Oktal | 166 | 347 | 212 |
Dunkle Töne der Farbe #76E78A
Helle Töne der Farbe #76E78A
Beispiele css- und html für Elemente in der Farbe #76E78A. Bitte benutzen Sie auch rgb(118,231,138) statt hex-Code.
.myTextColor { color: #76E78A; }
<p style="color:#76E78A">This sample text font color is #76E78A.</p>
Die Farbe dieses Textes ist #76E78A.
.myBgColor { background-color: #76E78A; }
<div style="background-color:#76E78A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76E78A.
.myBorderColor { border: 1px solid #76E78A; }
<div style="border:3px solid #76E78A">Div</div>
Die Grenzen von diesem div sind in Farbe #76E78A.
.myOpacity80 { color: #76E78A; opacity: 0.8; }
<p style="color:#76E78A;opacity:0.8;">80%</p>
Text in Farbe #76E78A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76E78A;}
<p style="text-shadow: 3px 3px 1px #76E78A">Text here.</p>
Dieser Text hat den Schatten in Farbe #76E78A.
.textShadow {text-shadow: 3px 3px 1px #76E78A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76E78A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76E78A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76E78A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76E78A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76E78A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76E78A;
-webkit-box-shadow: 1px 1px 3px 2px #76E78A;
box-shadow: 1px 1px 3px 2px #76E78A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76E78A; -webkit-box-shadow: 1px 1px 3px 2px #76E78A; box-shadow:1px 1px 3px 2px #76E78A;">
Div content here
</div>
Dieser Text ist in der Farbe #76E78A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76E78A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76E78A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76E78A.
Kontrastfarbe für #hex ist #891875.