Shades of Silver Tree #64C68B
Tints of Silver Tree #64C68B
RGB
CMYK
RGB Variations
Color information
#64C68B (or 0x64C68B) is known color: Silver Tree. HEX triplet: 64, C6 and 8B. RGB value is (100,198,139). Sum of RGB (Red+Green+Blue) = 100+198+139=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #64C68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C68B is #9B3974. Grayscale: #A2A2A2. Windows color (decimal): -10172789 or 9160292. OLE color: 9160292.
HSL color Cylindrical-coordinate representation of color #64C68B: hue angle of 143.88º 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 #64C68B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 139 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.22 |
| HSL | 143.88º | 0.46% | 0.58% | - |
| HSV(B) | 143.88º | 0.49% | 0.78% | - |
| XYZ | 30.11 | 44.96 | 31.52 | - |
| YUV | 161.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 139 | 0.49 | 0 | 0.30 | 0.22 | 143.88 | 0.46 | 0.58 |
| Hex | 64 | C6 | 8B | 31 | 0 | 1E | 16 | 90 | 2E | 3A |
| Octal | 144 | 306 | 213 | 61 | 0 | 36 | 26 | 220 | 56 | 72 |
| Binary | 1100100 | 11000110 | 10001011 | 110001 | 0 | 11110 | 10110 | 10010000 | 101110 | 111010 |
Color Harmonies of #64C68B
Complementary color
Monochromatic Colors of #64C68B
Black with #64C68B
Text Example
Text Example
White with #64C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C68B; }
p { color: rgb(100,198,139); }
H1.HeaderClassName
{
color: #64C68B;
}
.AnyTagClassName
{
color: #64C68B;
}
</style>
background-color css
<style>
a { background-color: #64C68B; }
a { background-color: rgb(100,198,139); }
div.DivClassName
{
background-color: #64C68B;
}
.BgClassName
{
background-color: #64C68B;
}
</style>
border-color css
<style>
span { border-color: #64C68B; }
span { border-color: rgb(100,198,139); }
td.TdClassName
{
border-color: #64C68B;
}
.TagClassName
{
border-color: #64C68B;
}
</style>