Shades of Silver Tree #64AF8C
Tints of Silver Tree #64AF8C
RGB
CMYK
RGB Variations
Color information
#64AF8C (or 0x64AF8C) is known color: Silver Tree. HEX triplet: 64, AF and 8C. RGB value is (100,175,140). Sum of RGB (Red+Green+Blue) = 100+175+140=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AF8C is #9B5073. Grayscale: #949494. Windows color (decimal): -10178676 or 9219940. OLE color: 9219940.
HSL color Cylindrical-coordinate representation of color #64AF8C: hue angle of 152º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AF8C is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 140 | - |
| CMYK | 0.43 | 0 | 0.2 | 0.31 |
| HSL | 152º | 0.32% | 0.54% | - |
| HSV(B) | 152º | 0.43% | 0.69% | - |
| XYZ | 25.32 | 35.26 | 30.28 | - |
| YUV | 148.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 140 | 0.43 | 0 | 0.2 | 0.31 | 152 | 0.32 | 0.54 |
| Hex | 64 | AF | 8C | 2B | 0 | 14 | 1F | 98 | 20 | 36 |
| Octal | 144 | 257 | 214 | 53 | 0 | 24 | 37 | 230 | 40 | 66 |
| Binary | 1100100 | 10101111 | 10001100 | 101011 | 0 | 10100 | 11111 | 10011000 | 100000 | 110110 |
Color Harmonies of #64AF8C
Complementary color
Monochromatic Colors of #64AF8C
Black with #64AF8C
Text Example
Text Example
White with #64AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF8C; }
p { color: rgb(100,175,140); }
H1.HeaderClassName
{
color: #64AF8C;
}
.AnyTagClassName
{
color: #64AF8C;
}
</style>
background-color css
<style>
a { background-color: #64AF8C; }
a { background-color: rgb(100,175,140); }
div.DivClassName
{
background-color: #64AF8C;
}
.BgClassName
{
background-color: #64AF8C;
}
</style>
border-color css
<style>
span { border-color: #64AF8C; }
span { border-color: rgb(100,175,140); }
td.TdClassName
{
border-color: #64AF8C;
}
.TagClassName
{
border-color: #64AF8C;
}
</style>