Shades of Silver Tree #64BB84
Tints of Silver Tree #64BB84
RGB
CMYK
RGB Variations
Color information
#64BB84 (or 0x64BB84) is known color: Silver Tree. HEX triplet: 64, BB and 84. RGB value is (100,187,132). Sum of RGB (Red+Green+Blue) = 100+187+132=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BB84 is #9B447B. Grayscale: #9A9A9A. Windows color (decimal): -10175612 or 8698724. OLE color: 8698724.
HSL color Cylindrical-coordinate representation of color #64BB84: hue angle of 142.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB84 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 132 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.27 |
| HSL | 142.07º | 0.39% | 0.56% | - |
| HSV(B) | 142.07º | 0.47% | 0.73% | - |
| XYZ | 27.19 | 39.92 | 28.1 | - |
| YUV | 154.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 132 | 0.47 | 0 | 0.29 | 0.27 | 142.07 | 0.39 | 0.56 |
| Hex | 64 | BB | 84 | 2F | 0 | 1D | 1B | 8E | 27 | 38 |
| Octal | 144 | 273 | 204 | 57 | 0 | 35 | 33 | 216 | 47 | 70 |
| Binary | 1100100 | 10111011 | 10000100 | 101111 | 0 | 11101 | 11011 | 10001110 | 100111 | 111000 |
Color Harmonies of #64BB84
Complementary color
Monochromatic Colors of #64BB84
Black with #64BB84
Text Example
Text Example
White with #64BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB84; }
p { color: rgb(100,187,132); }
H1.HeaderClassName
{
color: #64BB84;
}
.AnyTagClassName
{
color: #64BB84;
}
</style>
background-color css
<style>
a { background-color: #64BB84; }
a { background-color: rgb(100,187,132); }
div.DivClassName
{
background-color: #64BB84;
}
.BgClassName
{
background-color: #64BB84;
}
</style>
border-color css
<style>
span { border-color: #64BB84; }
span { border-color: rgb(100,187,132); }
td.TdClassName
{
border-color: #64BB84;
}
.TagClassName
{
border-color: #64BB84;
}
</style>