Shades of Silver Tree #64BE91
Tints of Silver Tree #64BE91
RGB
CMYK
RGB Variations
Color information
#64BE91 (or 0x64BE91) is known color: Silver Tree. HEX triplet: 64, BE and 91. RGB value is (100,190,145). Sum of RGB (Red+Green+Blue) = 100+190+145=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE91 is #9B416E. Grayscale: #9E9E9E. Windows color (decimal): -10174831 or 9551460. OLE color: 9551460.
HSL color Cylindrical-coordinate representation of color #64BE91: hue angle of 150º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE91 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 145 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.25 |
| HSL | 150º | 0.41% | 0.57% | - |
| HSV(B) | 150º | 0.47% | 0.75% | - |
| XYZ | 28.78 | 41.58 | 33.3 | - |
| YUV | 157.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 145 | 0.47 | 0 | 0.24 | 0.25 | 150 | 0.41 | 0.57 |
| Hex | 64 | BE | 91 | 2F | 0 | 18 | 19 | 96 | 29 | 39 |
| Octal | 144 | 276 | 221 | 57 | 0 | 30 | 31 | 226 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10010001 | 101111 | 0 | 11000 | 11001 | 10010110 | 101001 | 111001 |
Color Harmonies of #64BE91
Complementary color
Monochromatic Colors of #64BE91
Black with #64BE91
Text Example
Text Example
White with #64BE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE91; }
p { color: rgb(100,190,145); }
H1.HeaderClassName
{
color: #64BE91;
}
.AnyTagClassName
{
color: #64BE91;
}
</style>
background-color css
<style>
a { background-color: #64BE91; }
a { background-color: rgb(100,190,145); }
div.DivClassName
{
background-color: #64BE91;
}
.BgClassName
{
background-color: #64BE91;
}
</style>
border-color css
<style>
span { border-color: #64BE91; }
span { border-color: rgb(100,190,145); }
td.TdClassName
{
border-color: #64BE91;
}
.TagClassName
{
border-color: #64BE91;
}
</style>