HEX: #87B36D
RGB: (135,179,109)
#87B36D enthält hauptsächlich rote und grüne Farbe. Für #87B36D ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #87B36D wird in RGB als (135,179,109) definiert.
RGB: (135,179,109) (53%,70%,43%)
R 135 von 255 = 53%
G 179 von 255 = 70%
B 109 von 255 = 43%
R + G + B ~ 55%. #87B36D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 179 + 109 = 423 (100%)
R 135 von 423 ~ 31.91%
G 179 von 423 ~ 42.32%
B 109 von 423 ~ 25.77%
Die Farbe #87B36D wird in CMYK als (25,0,39,30) definiert.
CMYK: (25,0,39,30) C25M0Y39K30 (25%,0%,39%,30%) (0.25/0.00/0.39/0.30)
87 | B3 | 6D | |
---|---|---|---|
RGB | 135 | 179 | 109 |
HSL | 98° | 31.53% | 56.47% |
HSB/HSV | 98° | 39.11% | 70.20% |
CMYK | 24.58% | 0.00% | 39.11% |
29.80% |
Hexadezimal | 87 | B3 | 6D |
Dezimal | 135 | 179 | 109 |
Binär | 10000111 | 10110011 | 1101101 |
Oktal | 207 | 263 | 155 |
Beispiele css- und html für Elemente in der Farbe #87B36D. Bitte benutzen Sie auch rgb(135,179,109) statt hex-Code.
.myTextColor { color: #87B36D; }
<p style="color:#87B36D">This sample text font color is #87B36D.</p>
Die Farbe dieses Textes ist #87B36D.
.myBgColor { background-color: #87B36D; }
<div style="background-color:#87B36D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87B36D.
.myBorderColor { border: 1px solid #87B36D; }
<div style="border:3px solid #87B36D">Div</div>
Die Grenzen von diesem div sind in Farbe #87B36D.
.myOpacity80 { color: #87B36D; opacity: 0.8; }
<p style="color:#87B36D;opacity:0.8;">80%</p>
Text in Farbe #87B36D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87B36D;}
<p style="text-shadow: 3px 3px 1px #87B36D">Text here.</p>
Dieser Text hat den Schatten in Farbe #87B36D.
.textShadow {text-shadow: 3px 3px 1px #87B36D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87B36D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87B36D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87B36D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87B36D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87B36D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87B36D; -webkit-box-shadow: 1px 1px 3px 2px #87B36D; box-shadow: 1px 1px 3px 2px #87B36D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87B36D; -webkit-box-shadow: 1px 1px 3px 2px #87B36D; box-shadow:1px 1px 3px 2px #87B36D;">
Div content here</div>
Dieser Text ist in der Farbe #87B36D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87B36D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87B36D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87B36D.