Shades of Silver Tree #76CA95
Tints of Silver Tree #76CA95
RGB
CMYK
RGB Variations
Color information
#76CA95 (or 0x76CA95) is known color: Silver Tree. HEX triplet: 76, CA and 95. RGB value is (118,202,149). Sum of RGB (Red+Green+Blue) = 118+202+149=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA95 is #89356A. Grayscale: #AAAAAA. Windows color (decimal): -8992107 or 9816694. OLE color: 9816694.
HSL color Cylindrical-coordinate representation of color #76CA95: hue angle of 142.14º 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 #76CA95 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 149 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.21 |
| HSL | 142.14º | 0.44% | 0.63% | - |
| HSV(B) | 142.14º | 0.42% | 0.79% | - |
| XYZ | 34.02 | 48.26 | 35.96 | - |
| YUV | 170.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 149 | 0.42 | 0 | 0.26 | 0.21 | 142.14 | 0.44 | 0.63 |
| Hex | 76 | CA | 95 | 2A | 0 | 1A | 15 | 8E | 2C | 3F |
| Octal | 166 | 312 | 225 | 52 | 0 | 32 | 25 | 216 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10010101 | 101010 | 0 | 11010 | 10101 | 10001110 | 101100 | 111111 |
Color Harmonies of #76CA95
Complementary color
Monochromatic Colors of #76CA95
Black with #76CA95
Text Example
Text Example
White with #76CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA95; }
p { color: rgb(118,202,149); }
H1.HeaderClassName
{
color: #76CA95;
}
.AnyTagClassName
{
color: #76CA95;
}
</style>
background-color css
<style>
a { background-color: #76CA95; }
a { background-color: rgb(118,202,149); }
div.DivClassName
{
background-color: #76CA95;
}
.BgClassName
{
background-color: #76CA95;
}
</style>
border-color css
<style>
span { border-color: #76CA95; }
span { border-color: rgb(118,202,149); }
td.TdClassName
{
border-color: #76CA95;
}
.TagClassName
{
border-color: #76CA95;
}
</style>