Shades of Silver Tree #76C596
Tints of Silver Tree #76C596
RGB
CMYK
RGB Variations
Color information
#76C596 (or 0x76C596) is known color: Silver Tree. HEX triplet: 76, C5 and 96. RGB value is (118,197,150). Sum of RGB (Red+Green+Blue) = 118+197+150=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #76C596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C596 is #893A69. Grayscale: #A8A8A8. Windows color (decimal): -8993386 or 9880950. OLE color: 9880950.
HSL color Cylindrical-coordinate representation of color #76C596: hue angle of 144.3º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C596 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 150 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.23 |
| HSL | 144.3º | 0.41% | 0.62% | - |
| HSV(B) | 144.3º | 0.4% | 0.77% | - |
| XYZ | 32.94 | 45.99 | 35.99 | - |
| YUV | 168.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 150 | 0.40 | 0 | 0.24 | 0.23 | 144.3 | 0.41 | 0.62 |
| Hex | 76 | C5 | 96 | 28 | 0 | 18 | 17 | 90 | 29 | 3E |
| Octal | 166 | 305 | 226 | 50 | 0 | 30 | 27 | 220 | 51 | 76 |
| Binary | 1110110 | 11000101 | 10010110 | 101000 | 0 | 11000 | 10111 | 10010000 | 101001 | 111110 |
Color Harmonies of #76C596
Complementary color
Monochromatic Colors of #76C596
Black with #76C596
Text Example
Text Example
White with #76C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C596; }
p { color: rgb(118,197,150); }
H1.HeaderClassName
{
color: #76C596;
}
.AnyTagClassName
{
color: #76C596;
}
</style>
background-color css
<style>
a { background-color: #76C596; }
a { background-color: rgb(118,197,150); }
div.DivClassName
{
background-color: #76C596;
}
.BgClassName
{
background-color: #76C596;
}
</style>
border-color css
<style>
span { border-color: #76C596; }
span { border-color: rgb(118,197,150); }
td.TdClassName
{
border-color: #76C596;
}
.TagClassName
{
border-color: #76C596;
}
</style>