HEX: #6DC876
RGB: (109,200,118)
Il colore #6DC876 contiene principalmente il verde. Per il #6DC876 il colore web safe è #66CC66 (#6C6).
Il colore 6DC876 in RGB è definito come 109,200,118
RGB: (109,200,118) (43%,78%,46%)
R 109 da 255 = 43%
G 200 da 255 = 78%
B 118 da 255 = 46%
R + G + B ~ 56%. #6DC876 colore medio (né scuro né chiaro).
R + G + B =
109 + 200 + 118 = 427 (100%)
R 109 da 427 ~ 25.53%
G 200 da 427 ~ 46.84%
B 118 da 427 ~ 27.63%
Il colore #6DC876 in CMYK è definito come 46,0,41,22.
CMYK: (46,0,41,22) C46M0Y41K22 (46%,0%,41%,22%) (0.46/0.00/0.41/0.22)
6D | C8 | 76 | |
---|---|---|---|
RGB | 109 | 200 | 118 |
HSL | 126° | 45.27% | 60.59% |
HSB/HSV | 126° | 45.50% | 78.43% |
CMYK | 45.50% | 0.00% | 41.00% |
21.57% |
Esadicemale | 6D | C8 | 76 |
Decimale | 109 | 200 | 118 |
Binario | 1101101 | 11001000 | 1110110 |
Ottale | 155 | 310 | 166 |
Esempi dei codici css e html per gli elementi di colore #6DC876. Utilizzate rgb(109,200,118) anche al posto del codice hex.
.myTextColor { color: #6DC876; }
<p style="color:#6DC876">This sample text font color is #6DC876.</p>
Il colore di questo testo è #6DC876.
.myBgColor { background-color: #6DC876; }
<div style="background-color:#6DC876">Inner text</div>
Questo div ha lo sfondo di colore #6DC876.
.myBorderColor { border: 1px solid #6DC876; }
<div style="border:3px solid #6DC876">Div</div>
Questo div ha i bordi di colore 6DC876.
.myOpacity80 { color: #6DC876; opacity: 0.8; }
<p style="color:#6DC876;opacity:0.8;">80%</p>
Il testo di color #6DC876 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DC876;}
<p style="text-shadow: 3px 3px 1px #6DC876">Text here.</p>
Questo testo ha l'ombra di colore #6DC876.
.textShadow {text-shadow: 3px 3px 1px #6DC876, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DC876, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6DC876 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DC876, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DC876, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DC876 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6DC876; -webkit-box-shadow: 1px 1px 3px 2px #6DC876; box-shadow: 1px 1px 3px 2px #6DC876; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6DC876; -webkit-box-shadow: 1px 1px 3px 2px #6DC876; box-shadow:1px 1px 3px 2px #6DC876;">
Div content here</div>
Questo e il testo di colore #6DC876 sullo sfondo nero.
Questo e il testo di colore #6DC876 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6DC876.
Questo è un testo bianco sullo sfondo del colore #6DC876.