Shades of Silver Tree #64B984
Tints of Silver Tree #64B984
RGB
CMYK
RGB Variations
Color information
#64B984 (or 0x64B984) is known color: Silver Tree. HEX triplet: 64, B9 and 84. RGB value is (100,185,132). Sum of RGB (Red+Green+Blue) = 100+185+132=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #64B984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B984 is #9B467B. Grayscale: #999999. Windows color (decimal): -10176124 or 8698212. OLE color: 8698212.
HSL color Cylindrical-coordinate representation of color #64B984: hue angle of 142.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B984 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 132 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.27 |
| HSL | 142.59º | 0.38% | 0.56% | - |
| HSV(B) | 142.59º | 0.46% | 0.73% | - |
| XYZ | 26.77 | 39.07 | 27.96 | - |
| YUV | 153.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 132 | 0.46 | 0 | 0.29 | 0.27 | 142.59 | 0.38 | 0.56 |
| Hex | 64 | B9 | 84 | 2E | 0 | 1D | 1B | 8F | 26 | 38 |
| Octal | 144 | 271 | 204 | 56 | 0 | 35 | 33 | 217 | 46 | 70 |
| Binary | 1100100 | 10111001 | 10000100 | 101110 | 0 | 11101 | 11011 | 10001111 | 100110 | 111000 |
Color Harmonies of #64B984
Complementary color
Monochromatic Colors of #64B984
Black with #64B984
Text Example
Text Example
White with #64B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B984; }
p { color: rgb(100,185,132); }
H1.HeaderClassName
{
color: #64B984;
}
.AnyTagClassName
{
color: #64B984;
}
</style>
background-color css
<style>
a { background-color: #64B984; }
a { background-color: rgb(100,185,132); }
div.DivClassName
{
background-color: #64B984;
}
.BgClassName
{
background-color: #64B984;
}
</style>
border-color css
<style>
span { border-color: #64B984; }
span { border-color: rgb(100,185,132); }
td.TdClassName
{
border-color: #64B984;
}
.TagClassName
{
border-color: #64B984;
}
</style>