Shades of Silver Tree #64BE97
Tints of Silver Tree #64BE97
RGB
CMYK
RGB Variations
Color information
#64BE97 (or 0x64BE97) is known color: Silver Tree. HEX triplet: 64, BE and 97. RGB value is (100,190,151). Sum of RGB (Red+Green+Blue) = 100+190+151=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE97 is #9B4168. Grayscale: #9E9E9E. Windows color (decimal): -10174825 or 9944676. OLE color: 9944676.
HSL color Cylindrical-coordinate representation of color #64BE97: hue angle of 154º 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 #64BE97 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 151 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.25 |
| HSL | 154º | 0.41% | 0.57% | - |
| HSV(B) | 154º | 0.47% | 0.75% | - |
| XYZ | 29.25 | 41.77 | 35.8 | - |
| YUV | 158.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 151 | 0.47 | 0 | 0.21 | 0.25 | 154 | 0.41 | 0.57 |
| Hex | 64 | BE | 97 | 2F | 0 | 15 | 19 | 9A | 29 | 39 |
| Octal | 144 | 276 | 227 | 57 | 0 | 25 | 31 | 232 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10010111 | 101111 | 0 | 10101 | 11001 | 10011010 | 101001 | 111001 |
Color Harmonies of #64BE97
Complementary color
Monochromatic Colors of #64BE97
Black with #64BE97
Text Example
Text Example
White with #64BE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE97; }
p { color: rgb(100,190,151); }
H1.HeaderClassName
{
color: #64BE97;
}
.AnyTagClassName
{
color: #64BE97;
}
</style>
background-color css
<style>
a { background-color: #64BE97; }
a { background-color: rgb(100,190,151); }
div.DivClassName
{
background-color: #64BE97;
}
.BgClassName
{
background-color: #64BE97;
}
</style>
border-color css
<style>
span { border-color: #64BE97; }
span { border-color: rgb(100,190,151); }
td.TdClassName
{
border-color: #64BE97;
}
.TagClassName
{
border-color: #64BE97;
}
</style>