HEX: #6AB871
RGB: (106,184,113)
#6AB871 enthält hauptsächlich grüne Farbe. Für #6AB871 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6AB871 wird in RGB als (106,184,113) definiert.
RGB: (106,184,113) (42%,72%,44%)
R 106 von 255 = 42%
G 184 von 255 = 72%
B 113 von 255 = 44%
R + G + B ~ 53%. #6AB871 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
106 + 184 + 113 = 403 (100%)
R 106 von 403 ~ 26.3%
G 184 von 403 ~ 45.66%
B 113 von 403 ~ 28.04%
Die Farbe #6AB871 wird in CMYK als (42,0,39,28) definiert.
CMYK: (42,0,39,28) C42M0Y39K28 (42%,0%,39%,28%) (0.42/0.00/0.39/0.28)
6A | B8 | 71 | |
---|---|---|---|
RGB | 106 | 184 | 113 |
HSL | 125° | 35.45% | 56.86% |
HSB/HSV | 125° | 42.39% | 72.16% |
CMYK | 42.39% | 0.00% | 38.59% |
27.84% |
Hexadezimal | 6A | B8 | 71 |
Dezimal | 106 | 184 | 113 |
Binär | 1101010 | 10111000 | 1110001 |
Oktal | 152 | 270 | 161 |
Beispiele css- und html für Elemente in der Farbe #6AB871. Bitte benutzen Sie auch rgb(106,184,113) statt hex-Code.
.myTextColor { color: #6AB871; }
<p style="color:#6AB871">This sample text font color is #6AB871.</p>
Die Farbe dieses Textes ist #6AB871.
.myBgColor { background-color: #6AB871; }
<div style="background-color:#6AB871">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6AB871.
.myBorderColor { border: 1px solid #6AB871; }
<div style="border:3px solid #6AB871">Div</div>
Die Grenzen von diesem div sind in Farbe #6AB871.
.myOpacity80 { color: #6AB871; opacity: 0.8; }
<p style="color:#6AB871;opacity:0.8;">80%</p>
Text in Farbe #6AB871 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6AB871;}
<p style="text-shadow: 3px 3px 1px #6AB871">Text here.</p>
Dieser Text hat den Schatten in Farbe #6AB871.
.textShadow {text-shadow: 3px 3px 1px #6AB871, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6AB871, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6AB871 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6AB871, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6AB871, Direction=45, Strength=4)">Text</p>
This text has shadow with #6AB871 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6AB871; -webkit-box-shadow: 1px 1px 3px 2px #6AB871; box-shadow: 1px 1px 3px 2px #6AB871; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6AB871; -webkit-box-shadow: 1px 1px 3px 2px #6AB871; box-shadow:1px 1px 3px 2px #6AB871;">
Div content here</div>
Dieser Text ist in der Farbe #6AB871 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6AB871 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6AB871.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6AB871.