Shades of Silver Tree #65AD8A
Tints of Silver Tree #65AD8A
RGB
CMYK
RGB Variations
Color information
#65AD8A (or 0x65AD8A) is known color: Silver Tree. HEX triplet: 65, AD and 8A. RGB value is (101,173,138). Sum of RGB (Red+Green+Blue) = 101+173+138=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD8A is #9A5275. Grayscale: #939393. Windows color (decimal): -10113654 or 9088357. OLE color: 9088357.
HSL color Cylindrical-coordinate representation of color #65AD8A: hue angle of 150.83º 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 #65AD8A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 138 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.32 |
| HSL | 150.83º | 0.31% | 0.54% | - |
| HSV(B) | 150.83º | 0.42% | 0.68% | - |
| XYZ | 24.9 | 34.49 | 29.39 | - |
| YUV | 147.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 138 | 0.42 | 0 | 0.20 | 0.32 | 150.83 | 0.31 | 0.54 |
| Hex | 65 | AD | 8A | 2A | 0 | 14 | 20 | 97 | 1F | 36 |
| Octal | 145 | 255 | 212 | 52 | 0 | 24 | 40 | 227 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10001010 | 101010 | 0 | 10100 | 100000 | 10010111 | 11111 | 110110 |
Color Harmonies of #65AD8A
Complementary color
Monochromatic Colors of #65AD8A
Black with #65AD8A
Text Example
Text Example
White with #65AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD8A; }
p { color: rgb(101,173,138); }
H1.HeaderClassName
{
color: #65AD8A;
}
.AnyTagClassName
{
color: #65AD8A;
}
</style>
background-color css
<style>
a { background-color: #65AD8A; }
a { background-color: rgb(101,173,138); }
div.DivClassName
{
background-color: #65AD8A;
}
.BgClassName
{
background-color: #65AD8A;
}
</style>
border-color css
<style>
span { border-color: #65AD8A; }
span { border-color: rgb(101,173,138); }
td.TdClassName
{
border-color: #65AD8A;
}
.TagClassName
{
border-color: #65AD8A;
}
</style>