Shades of Silver Tree #64BE96
Tints of Silver Tree #64BE96
RGB
CMYK
RGB Variations
Color information
#64BE96 (or 0x64BE96) is known color: Silver Tree. HEX triplet: 64, BE and 96. RGB value is (100,190,150). Sum of RGB (Red+Green+Blue) = 100+190+150=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE96 is #9B4169. Grayscale: #9E9E9E. Windows color (decimal): -10174826 or 9879140. OLE color: 9879140.
HSL color Cylindrical-coordinate representation of color #64BE96: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE96 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 150 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.25 |
| HSL | 153.33º | 0.41% | 0.57% | - |
| HSV(B) | 153.33º | 0.47% | 0.75% | - |
| XYZ | 29.17 | 41.74 | 35.37 | - |
| YUV | 158.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 150 | 0.47 | 0 | 0.21 | 0.25 | 153.33 | 0.41 | 0.57 |
| Hex | 64 | BE | 96 | 2F | 0 | 15 | 19 | 99 | 29 | 39 |
| Octal | 144 | 276 | 226 | 57 | 0 | 25 | 31 | 231 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10010110 | 101111 | 0 | 10101 | 11001 | 10011001 | 101001 | 111001 |
Color Harmonies of #64BE96
Complementary color
Monochromatic Colors of #64BE96
Black with #64BE96
Text Example
Text Example
White with #64BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE96; }
p { color: rgb(100,190,150); }
H1.HeaderClassName
{
color: #64BE96;
}
.AnyTagClassName
{
color: #64BE96;
}
</style>
background-color css
<style>
a { background-color: #64BE96; }
a { background-color: rgb(100,190,150); }
div.DivClassName
{
background-color: #64BE96;
}
.BgClassName
{
background-color: #64BE96;
}
</style>
border-color css
<style>
span { border-color: #64BE96; }
span { border-color: rgb(100,190,150); }
td.TdClassName
{
border-color: #64BE96;
}
.TagClassName
{
border-color: #64BE96;
}
</style>