Shades of Silver Tree #64B98B
Tints of Silver Tree #64B98B
RGB
CMYK
RGB Variations
Color information
#64B98B (or 0x64B98B) is known color: Silver Tree. HEX triplet: 64, B9 and 8B. RGB value is (100,185,139). Sum of RGB (Red+Green+Blue) = 100+185+139=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #64B98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B98B is #9B4674. Grayscale: #9A9A9A. Windows color (decimal): -10176117 or 9156964. OLE color: 9156964.
HSL color Cylindrical-coordinate representation of color #64B98B: hue angle of 147.53º 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 #64B98B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 139 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.27 |
| HSL | 147.53º | 0.38% | 0.56% | - |
| HSV(B) | 147.53º | 0.46% | 0.73% | - |
| XYZ | 27.26 | 39.27 | 30.57 | - |
| YUV | 154.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 139 | 0.46 | 0 | 0.25 | 0.27 | 147.53 | 0.38 | 0.56 |
| Hex | 64 | B9 | 8B | 2E | 0 | 19 | 1B | 94 | 26 | 38 |
| Octal | 144 | 271 | 213 | 56 | 0 | 31 | 33 | 224 | 46 | 70 |
| Binary | 1100100 | 10111001 | 10001011 | 101110 | 0 | 11001 | 11011 | 10010100 | 100110 | 111000 |
Color Harmonies of #64B98B
Complementary color
Monochromatic Colors of #64B98B
Black with #64B98B
Text Example
Text Example
White with #64B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B98B; }
p { color: rgb(100,185,139); }
H1.HeaderClassName
{
color: #64B98B;
}
.AnyTagClassName
{
color: #64B98B;
}
</style>
background-color css
<style>
a { background-color: #64B98B; }
a { background-color: rgb(100,185,139); }
div.DivClassName
{
background-color: #64B98B;
}
.BgClassName
{
background-color: #64B98B;
}
</style>
border-color css
<style>
span { border-color: #64B98B; }
span { border-color: rgb(100,185,139); }
td.TdClassName
{
border-color: #64B98B;
}
.TagClassName
{
border-color: #64B98B;
}
</style>