Shades of Silver Tree #64AB84
Tints of Silver Tree #64AB84
RGB
CMYK
RGB Variations
Color information
#64AB84 (or 0x64AB84) is known color: Silver Tree. HEX triplet: 64, AB and 84. RGB value is (100,171,132). Sum of RGB (Red+Green+Blue) = 100+171+132=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB84 is #9B547B. Grayscale: #919191. Windows color (decimal): -10179708 or 8694628. OLE color: 8694628.
HSL color Cylindrical-coordinate representation of color #64AB84: hue angle of 147.04º 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 #64AB84 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 132 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.33 |
| HSL | 147.04º | 0.3% | 0.53% | - |
| HSV(B) | 147.04º | 0.42% | 0.67% | - |
| XYZ | 23.98 | 33.5 | 27.03 | - |
| YUV | 145.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 132 | 0.42 | 0 | 0.23 | 0.33 | 147.04 | 0.3 | 0.53 |
| Hex | 64 | AB | 84 | 2A | 0 | 17 | 21 | 93 | 1E | 35 |
| Octal | 144 | 253 | 204 | 52 | 0 | 27 | 41 | 223 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10000100 | 101010 | 0 | 10111 | 100001 | 10010011 | 11110 | 110101 |
Color Harmonies of #64AB84
Complementary color
Monochromatic Colors of #64AB84
Black with #64AB84
Text Example
Text Example
White with #64AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB84; }
p { color: rgb(100,171,132); }
H1.HeaderClassName
{
color: #64AB84;
}
.AnyTagClassName
{
color: #64AB84;
}
</style>
background-color css
<style>
a { background-color: #64AB84; }
a { background-color: rgb(100,171,132); }
div.DivClassName
{
background-color: #64AB84;
}
.BgClassName
{
background-color: #64AB84;
}
</style>
border-color css
<style>
span { border-color: #64AB84; }
span { border-color: rgb(100,171,132); }
td.TdClassName
{
border-color: #64AB84;
}
.TagClassName
{
border-color: #64AB84;
}
</style>