Shades of Silver Tree #76CA90
Tints of Silver Tree #76CA90
RGB
CMYK
RGB Variations
Color information
#76CA90 (or 0x76CA90) is known color: Silver Tree. HEX triplet: 76, CA and 90. RGB value is (118,202,144). Sum of RGB (Red+Green+Blue) = 118+202+144=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA90 is #89356F. Grayscale: #AAAAAA. Windows color (decimal): -8992112 or 9489014. OLE color: 9489014.
HSL color Cylindrical-coordinate representation of color #76CA90: hue angle of 138.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA90 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 144 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.21 |
| HSL | 138.57º | 0.44% | 0.63% | - |
| HSV(B) | 138.57º | 0.42% | 0.79% | - |
| XYZ | 33.63 | 48.11 | 33.9 | - |
| YUV | 170.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 144 | 0.42 | 0 | 0.29 | 0.21 | 138.57 | 0.44 | 0.63 |
| Hex | 76 | CA | 90 | 2A | 0 | 1D | 15 | 8B | 2C | 3F |
| Octal | 166 | 312 | 220 | 52 | 0 | 35 | 25 | 213 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10010000 | 101010 | 0 | 11101 | 10101 | 10001011 | 101100 | 111111 |
Color Harmonies of #76CA90
Complementary color
Monochromatic Colors of #76CA90
Black with #76CA90
Text Example
Text Example
White with #76CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA90; }
p { color: rgb(118,202,144); }
H1.HeaderClassName
{
color: #76CA90;
}
.AnyTagClassName
{
color: #76CA90;
}
</style>
background-color css
<style>
a { background-color: #76CA90; }
a { background-color: rgb(118,202,144); }
div.DivClassName
{
background-color: #76CA90;
}
.BgClassName
{
background-color: #76CA90;
}
</style>
border-color css
<style>
span { border-color: #76CA90; }
span { border-color: rgb(118,202,144); }
td.TdClassName
{
border-color: #76CA90;
}
.TagClassName
{
border-color: #76CA90;
}
</style>