Shades of Silver Tree #64AB83
Tints of Silver Tree #64AB83
RGB
CMYK
RGB Variations
Color information
#64AB83 (or 0x64AB83) is known color: Silver Tree. HEX triplet: 64, AB and 83. RGB value is (100,171,131). Sum of RGB (Red+Green+Blue) = 100+171+131=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB83 is #9B547C. Grayscale: #919191. Windows color (decimal): -10179709 or 8629092. OLE color: 8629092.
HSL color Cylindrical-coordinate representation of color #64AB83: hue angle of 146.2º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB83 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 131 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.33 |
| HSL | 146.2º | 0.3% | 0.53% | - |
| HSV(B) | 146.2º | 0.42% | 0.67% | - |
| XYZ | 23.92 | 33.47 | 26.67 | - |
| YUV | 145.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 131 | 0.42 | 0 | 0.23 | 0.33 | 146.2 | 0.3 | 0.53 |
| Hex | 64 | AB | 83 | 2A | 0 | 17 | 21 | 92 | 1E | 35 |
| Octal | 144 | 253 | 203 | 52 | 0 | 27 | 41 | 222 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10000011 | 101010 | 0 | 10111 | 100001 | 10010010 | 11110 | 110101 |
Color Harmonies of #64AB83
Complementary color
Monochromatic Colors of #64AB83
Black with #64AB83
Text Example
Text Example
White with #64AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB83; }
p { color: rgb(100,171,131); }
H1.HeaderClassName
{
color: #64AB83;
}
.AnyTagClassName
{
color: #64AB83;
}
</style>
background-color css
<style>
a { background-color: #64AB83; }
a { background-color: rgb(100,171,131); }
div.DivClassName
{
background-color: #64AB83;
}
.BgClassName
{
background-color: #64AB83;
}
</style>
border-color css
<style>
span { border-color: #64AB83; }
span { border-color: rgb(100,171,131); }
td.TdClassName
{
border-color: #64AB83;
}
.TagClassName
{
border-color: #64AB83;
}
</style>