Shades of Silver Tree #65AF85
Tints of Silver Tree #65AF85
RGB
CMYK
RGB Variations
Color information
#65AF85 (or 0x65AF85) is known color: Silver Tree. HEX triplet: 65, AF and 85. RGB value is (101,175,133). Sum of RGB (Red+Green+Blue) = 101+175+133=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF85 is #9A507A. Grayscale: #949494. Windows color (decimal): -10113147 or 8761189. OLE color: 8761189.
HSL color Cylindrical-coordinate representation of color #65AF85: hue angle of 145.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF85 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 133 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.31 |
| HSL | 145.95º | 0.32% | 0.54% | - |
| HSV(B) | 145.95º | 0.42% | 0.69% | - |
| XYZ | 24.93 | 35.12 | 27.66 | - |
| YUV | 148.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 133 | 0.42 | 0 | 0.24 | 0.31 | 145.95 | 0.32 | 0.54 |
| Hex | 65 | AF | 85 | 2A | 0 | 18 | 1F | 92 | 20 | 36 |
| Octal | 145 | 257 | 205 | 52 | 0 | 30 | 37 | 222 | 40 | 66 |
| Binary | 1100101 | 10101111 | 10000101 | 101010 | 0 | 11000 | 11111 | 10010010 | 100000 | 110110 |
Color Harmonies of #65AF85
Complementary color
Monochromatic Colors of #65AF85
Black with #65AF85
Text Example
Text Example
White with #65AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF85; }
p { color: rgb(101,175,133); }
H1.HeaderClassName
{
color: #65AF85;
}
.AnyTagClassName
{
color: #65AF85;
}
</style>
background-color css
<style>
a { background-color: #65AF85; }
a { background-color: rgb(101,175,133); }
div.DivClassName
{
background-color: #65AF85;
}
.BgClassName
{
background-color: #65AF85;
}
</style>
border-color css
<style>
span { border-color: #65AF85; }
span { border-color: rgb(101,175,133); }
td.TdClassName
{
border-color: #65AF85;
}
.TagClassName
{
border-color: #65AF85;
}
</style>