Shades of Silver Tree #64BB80
Tints of Silver Tree #64BB80
RGB
CMYK
RGB Variations
Color information
#64BB80 (or 0x64BB80) is known color: Silver Tree. HEX triplet: 64, BB and 80. RGB value is (100,187,128). Sum of RGB (Red+Green+Blue) = 100+187+128=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BB80 is #9B447F. Grayscale: #9A9A9A. Windows color (decimal): -10175616 or 8436580. OLE color: 8436580.
HSL color Cylindrical-coordinate representation of color #64BB80: hue angle of 139.31º 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 #64BB80 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 128 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.27 |
| HSL | 139.31º | 0.39% | 0.56% | - |
| HSV(B) | 139.31º | 0.47% | 0.73% | - |
| XYZ | 26.92 | 39.81 | 26.69 | - |
| YUV | 154.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 128 | 0.47 | 0 | 0.32 | 0.27 | 139.31 | 0.39 | 0.56 |
| Hex | 64 | BB | 80 | 2F | 0 | 20 | 1B | 8B | 27 | 38 |
| Octal | 144 | 273 | 200 | 57 | 0 | 40 | 33 | 213 | 47 | 70 |
| Binary | 1100100 | 10111011 | 10000000 | 101111 | 0 | 100000 | 11011 | 10001011 | 100111 | 111000 |
Color Harmonies of #64BB80
Complementary color
Monochromatic Colors of #64BB80
Black with #64BB80
Text Example
Text Example
White with #64BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB80; }
p { color: rgb(100,187,128); }
H1.HeaderClassName
{
color: #64BB80;
}
.AnyTagClassName
{
color: #64BB80;
}
</style>
background-color css
<style>
a { background-color: #64BB80; }
a { background-color: rgb(100,187,128); }
div.DivClassName
{
background-color: #64BB80;
}
.BgClassName
{
background-color: #64BB80;
}
</style>
border-color css
<style>
span { border-color: #64BB80; }
span { border-color: rgb(100,187,128); }
td.TdClassName
{
border-color: #64BB80;
}
.TagClassName
{
border-color: #64BB80;
}
</style>