HEX: #75AB78
RGB: (117,171,120)
#75AB78 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #75AB78 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #75AB78 wird in RGB als (117,171,120) definiert.
RGB: (117,171,120) (46%,67%,47%)
R 117 von 255 = 46%
G 171 von 255 = 67%
B 120 von 255 = 47%
R + G + B ~ 53%. #75AB78 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
117 + 171 + 120 = 408 (100%)
R 117 von 408 ~ 28.68%
G 171 von 408 ~ 41.91%
B 120 von 408 ~ 29.41%
Die Farbe #75AB78 wird in CMYK als (32,0,30,33) definiert.
CMYK: (32,0,30,33) C32M0Y30K33 (32%,0%,30%,33%) (0.32/0.00/0.30/0.33)
75 | AB | 78 | |
---|---|---|---|
RGB | 117 | 171 | 120 |
HSL | 123° | 24.32% | 56.47% |
HSB/HSV | 123° | 31.58% | 67.06% |
CMYK | 31.58% | 0.00% | 29.82% |
32.94% |
Hexadezimal | 75 | AB | 78 |
Dezimal | 117 | 171 | 120 |
Binär | 1110101 | 10101011 | 1111000 |
Oktal | 165 | 253 | 170 |
Beispiele css- und html für Elemente in der Farbe #75AB78. Bitte benutzen Sie auch rgb(117,171,120) statt hex-Code.
.myTextColor { color: #75AB78; }
<p style="color:#75AB78">This sample text font color is #75AB78.</p>
Die Farbe dieses Textes ist #75AB78.
.myBgColor { background-color: #75AB78; }
<div style="background-color:#75AB78">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75AB78.
.myBorderColor { border: 1px solid #75AB78; }
<div style="border:3px solid #75AB78">Div</div>
Die Grenzen von diesem div sind in Farbe #75AB78.
.myOpacity80 { color: #75AB78; opacity: 0.8; }
<p style="color:#75AB78;opacity:0.8;">80%</p>
Text in Farbe #75AB78 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75AB78;}
<p style="text-shadow: 3px 3px 1px #75AB78">Text here.</p>
Dieser Text hat den Schatten in Farbe #75AB78.
.textShadow {text-shadow: 3px 3px 1px #75AB78, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75AB78, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75AB78 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75AB78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75AB78, Direction=45, Strength=4)">Text</p>
This text has shadow with #75AB78 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75AB78; -webkit-box-shadow: 1px 1px 3px 2px #75AB78; box-shadow: 1px 1px 3px 2px #75AB78; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #75AB78; -webkit-box-shadow: 1px 1px 3px 2px #75AB78; box-shadow:1px 1px 3px 2px #75AB78;">
Div content here</div>
Dieser Text ist in der Farbe #75AB78 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75AB78 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75AB78.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75AB78.