Shades of Silver Tree #64AC84
Tints of Silver Tree #64AC84
RGB
CMYK
RGB Variations
Color information
#64AC84 (or 0x64AC84) is known color: Silver Tree. HEX triplet: 64, AC and 84. RGB value is (100,172,132). Sum of RGB (Red+Green+Blue) = 100+172+132=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC84 is #9B537B. Grayscale: #929292. Windows color (decimal): -10179452 or 8694884. OLE color: 8694884.
HSL color Cylindrical-coordinate representation of color #64AC84: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC84 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 132 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.33 |
| HSL | 146.67º | 0.3% | 0.53% | - |
| HSV(B) | 146.67º | 0.42% | 0.67% | - |
| XYZ | 24.17 | 33.88 | 27.1 | - |
| YUV | 145.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 132 | 0.42 | 0 | 0.23 | 0.33 | 146.67 | 0.3 | 0.53 |
| Hex | 64 | AC | 84 | 2A | 0 | 17 | 21 | 93 | 1E | 35 |
| Octal | 144 | 254 | 204 | 52 | 0 | 27 | 41 | 223 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10000100 | 101010 | 0 | 10111 | 100001 | 10010011 | 11110 | 110101 |
Color Harmonies of #64AC84
Complementary color
Monochromatic Colors of #64AC84
Black with #64AC84
Text Example
Text Example
White with #64AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC84; }
p { color: rgb(100,172,132); }
H1.HeaderClassName
{
color: #64AC84;
}
.AnyTagClassName
{
color: #64AC84;
}
</style>
background-color css
<style>
a { background-color: #64AC84; }
a { background-color: rgb(100,172,132); }
div.DivClassName
{
background-color: #64AC84;
}
.BgClassName
{
background-color: #64AC84;
}
</style>
border-color css
<style>
span { border-color: #64AC84; }
span { border-color: rgb(100,172,132); }
td.TdClassName
{
border-color: #64AC84;
}
.TagClassName
{
border-color: #64AC84;
}
</style>