HEX: #7FB575
RGB: (127,181,117)
#7FB575 enthält hauptsächlich rote und grüne Farbe. Für #7FB575 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7FB575 wird in RGB als (127,181,117) definiert.
RGB: (127,181,117) (50%,71%,46%)
R 127 von 255 = 50%
G 181 von 255 = 71%
B 117 von 255 = 46%
R + G + B ~ 56%. #7FB575 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 181 + 117 = 425 (100%)
R 127 von 425 ~ 29.88%
G 181 von 425 ~ 42.59%
B 117 von 425 ~ 27.53%
Die Farbe #7FB575 wird in CMYK als (30,0,35,29) definiert.
CMYK: (30,0,35,29) C30M0Y35K29 (30%,0%,35%,29%) (0.30/0.00/0.35/0.29)
7F | B5 | 75 | |
---|---|---|---|
RGB | 127 | 181 | 117 |
HSL | 111° | 30.19% | 58.43% |
HSB/HSV | 111° | 35.36% | 70.98% |
CMYK | 29.83% | 0.00% | 35.36% |
29.02% |
Hexadezimal | 7F | B5 | 75 |
Dezimal | 127 | 181 | 117 |
Binär | 1111111 | 10110101 | 1110101 |
Oktal | 177 | 265 | 165 |
Beispiele css- und html für Elemente in der Farbe #7FB575. Bitte benutzen Sie auch rgb(127,181,117) statt hex-Code.
.myTextColor { color: #7FB575; }
<p style="color:#7FB575">This sample text font color is #7FB575.</p>
Die Farbe dieses Textes ist #7FB575.
.myBgColor { background-color: #7FB575; }
<div style="background-color:#7FB575">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7FB575.
.myBorderColor { border: 1px solid #7FB575; }
<div style="border:3px solid #7FB575">Div</div>
Die Grenzen von diesem div sind in Farbe #7FB575.
.myOpacity80 { color: #7FB575; opacity: 0.8; }
<p style="color:#7FB575;opacity:0.8;">80%</p>
Text in Farbe #7FB575 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7FB575;}
<p style="text-shadow: 3px 3px 1px #7FB575">Text here.</p>
Dieser Text hat den Schatten in Farbe #7FB575.
.textShadow {text-shadow: 3px 3px 1px #7FB575, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7FB575, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7FB575 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FB575, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7FB575, Direction=45, Strength=4)">Text</p>
This text has shadow with #7FB575 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7FB575; -webkit-box-shadow: 1px 1px 3px 2px #7FB575; box-shadow: 1px 1px 3px 2px #7FB575; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7FB575; -webkit-box-shadow: 1px 1px 3px 2px #7FB575; box-shadow:1px 1px 3px 2px #7FB575;">
Div content here</div>
Dieser Text ist in der Farbe #7FB575 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7FB575 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7FB575.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7FB575.