Shades of Silver Tree #64C096
Tints of Silver Tree #64C096
RGB
CMYK
RGB Variations
Color information
#64C096 (or 0x64C096) is known color: Silver Tree. HEX triplet: 64, C0 and 96. RGB value is (100,192,150). Sum of RGB (Red+Green+Blue) = 100+192+150=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #64C096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C096 is #9B3F69. Grayscale: #9F9F9F. Windows color (decimal): -10174314 or 9879652. OLE color: 9879652.
HSL color Cylindrical-coordinate representation of color #64C096: hue angle of 152.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C096 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 150 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.25 |
| HSL | 152.61º | 0.42% | 0.57% | - |
| HSV(B) | 152.61º | 0.48% | 0.75% | - |
| XYZ | 29.61 | 42.61 | 35.52 | - |
| YUV | 159.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 150 | 0.48 | 0 | 0.22 | 0.25 | 152.61 | 0.42 | 0.57 |
| Hex | 64 | C0 | 96 | 30 | 0 | 16 | 19 | 99 | 2A | 39 |
| Octal | 144 | 300 | 226 | 60 | 0 | 26 | 31 | 231 | 52 | 71 |
| Binary | 1100100 | 11000000 | 10010110 | 110000 | 0 | 10110 | 11001 | 10011001 | 101010 | 111001 |
Color Harmonies of #64C096
Complementary color
Monochromatic Colors of #64C096
Black with #64C096
Text Example
Text Example
White with #64C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C096; }
p { color: rgb(100,192,150); }
H1.HeaderClassName
{
color: #64C096;
}
.AnyTagClassName
{
color: #64C096;
}
</style>
background-color css
<style>
a { background-color: #64C096; }
a { background-color: rgb(100,192,150); }
div.DivClassName
{
background-color: #64C096;
}
.BgClassName
{
background-color: #64C096;
}
</style>
border-color css
<style>
span { border-color: #64C096; }
span { border-color: rgb(100,192,150); }
td.TdClassName
{
border-color: #64C096;
}
.TagClassName
{
border-color: #64C096;
}
</style>