Shades of Silver Tree #64AD88
Tints of Silver Tree #64AD88
RGB
CMYK
RGB Variations
Color information
#64AD88 (or 0x64AD88) is known color: Silver Tree. HEX triplet: 64, AD and 88. RGB value is (100,173,136). Sum of RGB (Red+Green+Blue) = 100+173+136=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AD88 is #9B5277. Grayscale: #939393. Windows color (decimal): -10179192 or 8957284. OLE color: 8957284.
HSL color Cylindrical-coordinate representation of color #64AD88: hue angle of 149.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AD88 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 136 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.32 |
| HSL | 149.59º | 0.31% | 0.54% | - |
| HSV(B) | 149.59º | 0.42% | 0.68% | - |
| XYZ | 24.64 | 34.37 | 28.63 | - |
| YUV | 146.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 136 | 0.42 | 0 | 0.21 | 0.32 | 149.59 | 0.31 | 0.54 |
| Hex | 64 | AD | 88 | 2A | 0 | 15 | 20 | 96 | 1F | 36 |
| Octal | 144 | 255 | 210 | 52 | 0 | 25 | 40 | 226 | 37 | 66 |
| Binary | 1100100 | 10101101 | 10001000 | 101010 | 0 | 10101 | 100000 | 10010110 | 11111 | 110110 |
Color Harmonies of #64AD88
Complementary color
Monochromatic Colors of #64AD88
Black with #64AD88
Text Example
Text Example
White with #64AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD88; }
p { color: rgb(100,173,136); }
H1.HeaderClassName
{
color: #64AD88;
}
.AnyTagClassName
{
color: #64AD88;
}
</style>
background-color css
<style>
a { background-color: #64AD88; }
a { background-color: rgb(100,173,136); }
div.DivClassName
{
background-color: #64AD88;
}
.BgClassName
{
background-color: #64AD88;
}
</style>
border-color css
<style>
span { border-color: #64AD88; }
span { border-color: rgb(100,173,136); }
td.TdClassName
{
border-color: #64AD88;
}
.TagClassName
{
border-color: #64AD88;
}
</style>