HEX: #76D29C
RGB: (118,210,156)
Il colore #76D29C contiene principalmente il verde e il blu. Per il #76D29C il colore web safe è #66CC99 (#6C9).
Il colore 76D29C in RGB è definito come 118,210,156
RGB: (118,210,156)
(46%, 82%, 61%)
R 118 da 255 = 46%
G 210 da 255 = 82%
B 156 da 255 = 61%
R + G + B ~ 63%. #76D29C colore abbastanza chiaro.
R + G + B = 118 + 210 + 156 = 484 (100%)
R 118 da 484 ~ 24.38%
G 210 da 484 ~ 43.39%
B 156 da 484 ~ 32.23'%
Il colore #76D29C in CMYK è definito come 44,0,26,18.
CMYK: (44,0,26,18)
C44M0Y26K18 (44%, 0%, 26%, 18%)
(0.44 / 0.00 / 0.26 / 0.18)
Il #76D29C nei modelli di colore popolari.
76 | D2 | 9C | |
---|---|---|---|
RGB | 118 | 210 | 156 |
HSL | 145° | 50.55% | 64.31% |
HSB/HSV | 145° | 43.81% | 82.35% |
CMYK | 43.81% | 0.00% | 25.71% |
17.65% |
Il #76D29C nei modelli numerici popolari.
Esadicemale | 76 | D2 | 9C |
Decimale | 118 | 210 | 156 |
Binario | 1110110 | 11010010 | 10011100 |
Ottale | 166 | 322 | 234 |
Tonalità scure del colore #76D29C
Tonalità chiare del colore #76D29C
Esempi dei codici css e html per gli elementi di colore #76D29C. Utilizzate rgb(118,210,156) anche al posto del codice hex.
.myTextColor { color: #76D29C; }
<p style="color:#76D29C">This sample text font color is #76D29C.</p>
Il colore di questo testo è #76D29C.
.myBgColor { background-color: #76D29C; }
<div style="background-color:#76D29C">Inner text</div>
Questo div ha lo sfondo di colore #76D29C.
.myBorderColor { border: 1px solid #76D29C; }
<div style="border:3px solid #76D29C">Div</div>
Questo div ha i bordi di colore 76D29C.
.myOpacity80 { color: #76D29C; opacity: 0.8; }
<p style="color:#76D29C;opacity:0.8;">80%</p>
Il testo di color #76D29C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D29C;}
<p style="text-shadow: 3px 3px 1px #76D29C">Text here.</p>
Questo testo ha l'ombra di colore #76D29C.
.textShadow {text-shadow: 3px 3px 1px #76D29C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D29C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #76D29C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D29C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D29C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D29C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D29C;
-webkit-box-shadow: 1px 1px 3px 2px #76D29C;
box-shadow: 1px 1px 3px 2px #76D29C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D29C; -webkit-box-shadow: 1px 1px 3px 2px #76D29C; box-shadow:1px 1px 3px 2px #76D29C;">
Div content here
</div>
Questo e il testo di colore #76D29C sullo sfondo nero.
Questo e il testo di colore #76D29C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #76D29C.
Questo è un testo bianco sullo sfondo del colore #76D29C.
Il colore complimentare del #hex è #892D63..