Shades of Silver Tree #65AD8B
Tints of Silver Tree #65AD8B
RGB
CMYK
RGB Variations
Color information
#65AD8B (or 0x65AD8B) is known color: Silver Tree. HEX triplet: 65, AD and 8B. RGB value is (101,173,139). Sum of RGB (Red+Green+Blue) = 101+173+139=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD8B is #9A5274. Grayscale: #939393. Windows color (decimal): -10113653 or 9153893. OLE color: 9153893.
HSL color Cylindrical-coordinate representation of color #65AD8B: hue angle of 151.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD8B is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 139 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.32 |
| HSL | 151.67º | 0.31% | 0.54% | - |
| HSV(B) | 151.67º | 0.42% | 0.68% | - |
| XYZ | 24.97 | 34.52 | 29.77 | - |
| YUV | 147.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 139 | 0.42 | 0 | 0.20 | 0.32 | 151.67 | 0.31 | 0.54 |
| Hex | 65 | AD | 8B | 2A | 0 | 14 | 20 | 98 | 1F | 36 |
| Octal | 145 | 255 | 213 | 52 | 0 | 24 | 40 | 230 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10001011 | 101010 | 0 | 10100 | 100000 | 10011000 | 11111 | 110110 |
Color Harmonies of #65AD8B
Complementary color
Monochromatic Colors of #65AD8B
Black with #65AD8B
Text Example
Text Example
White with #65AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD8B; }
p { color: rgb(101,173,139); }
H1.HeaderClassName
{
color: #65AD8B;
}
.AnyTagClassName
{
color: #65AD8B;
}
</style>
background-color css
<style>
a { background-color: #65AD8B; }
a { background-color: rgb(101,173,139); }
div.DivClassName
{
background-color: #65AD8B;
}
.BgClassName
{
background-color: #65AD8B;
}
</style>
border-color css
<style>
span { border-color: #65AD8B; }
span { border-color: rgb(101,173,139); }
td.TdClassName
{
border-color: #65AD8B;
}
.TagClassName
{
border-color: #65AD8B;
}
</style>