Shades of Silver Tree #64C694
Tints of Silver Tree #64C694
RGB
CMYK
RGB Variations
Color information
#64C694 (or 0x64C694) is known color: Silver Tree. HEX triplet: 64, C6 and 94. RGB value is (100,198,148). Sum of RGB (Red+Green+Blue) = 100+198+148=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #64C694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C694 is #9B396B. Grayscale: #A3A3A3. Windows color (decimal): -10172780 or 9750116. OLE color: 9750116.
HSL color Cylindrical-coordinate representation of color #64C694: hue angle of 149.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C694 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 148 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.22 |
| HSL | 149.39º | 0.46% | 0.58% | - |
| HSV(B) | 149.39º | 0.49% | 0.78% | - |
| XYZ | 30.79 | 45.24 | 35.13 | - |
| YUV | 163 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 148 | 0.49 | 0 | 0.25 | 0.22 | 149.39 | 0.46 | 0.58 |
| Hex | 64 | C6 | 94 | 31 | 0 | 19 | 16 | 95 | 2E | 3A |
| Octal | 144 | 306 | 224 | 61 | 0 | 31 | 26 | 225 | 56 | 72 |
| Binary | 1100100 | 11000110 | 10010100 | 110001 | 0 | 11001 | 10110 | 10010101 | 101110 | 111010 |
Color Harmonies of #64C694
Complementary color
Monochromatic Colors of #64C694
Black with #64C694
Text Example
Text Example
White with #64C694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C694; }
p { color: rgb(100,198,148); }
H1.HeaderClassName
{
color: #64C694;
}
.AnyTagClassName
{
color: #64C694;
}
</style>
background-color css
<style>
a { background-color: #64C694; }
a { background-color: rgb(100,198,148); }
div.DivClassName
{
background-color: #64C694;
}
.BgClassName
{
background-color: #64C694;
}
</style>
border-color css
<style>
span { border-color: #64C694; }
span { border-color: rgb(100,198,148); }
td.TdClassName
{
border-color: #64C694;
}
.TagClassName
{
border-color: #64C694;
}
</style>