Shades of Silver Tree #65BB89
Tints of Silver Tree #65BB89
RGB
CMYK
RGB Variations
Color information
#65BB89 (or 0x65BB89) is known color: Silver Tree. HEX triplet: 65, BB and 89. RGB value is (101,187,137). Sum of RGB (Red+Green+Blue) = 101+187+137=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BB89 is #9A4476. Grayscale: #9B9B9B. Windows color (decimal): -10110071 or 9026405. OLE color: 9026405.
HSL color Cylindrical-coordinate representation of color #65BB89: hue angle of 145.12º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BB89 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 137 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.27 |
| HSL | 145.12º | 0.39% | 0.56% | - |
| HSV(B) | 145.12º | 0.46% | 0.73% | - |
| XYZ | 27.65 | 40.11 | 29.95 | - |
| YUV | 155.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 137 | 0.46 | 0 | 0.27 | 0.27 | 145.12 | 0.39 | 0.56 |
| Hex | 65 | BB | 89 | 2E | 0 | 1B | 1B | 91 | 27 | 38 |
| Octal | 145 | 273 | 211 | 56 | 0 | 33 | 33 | 221 | 47 | 70 |
| Binary | 1100101 | 10111011 | 10001001 | 101110 | 0 | 11011 | 11011 | 10010001 | 100111 | 111000 |
Color Harmonies of #65BB89
Complementary color
Monochromatic Colors of #65BB89
Black with #65BB89
Text Example
Text Example
White with #65BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BB89; }
p { color: rgb(101,187,137); }
H1.HeaderClassName
{
color: #65BB89;
}
.AnyTagClassName
{
color: #65BB89;
}
</style>
background-color css
<style>
a { background-color: #65BB89; }
a { background-color: rgb(101,187,137); }
div.DivClassName
{
background-color: #65BB89;
}
.BgClassName
{
background-color: #65BB89;
}
</style>
border-color css
<style>
span { border-color: #65BB89; }
span { border-color: rgb(101,187,137); }
td.TdClassName
{
border-color: #65BB89;
}
.TagClassName
{
border-color: #65BB89;
}
</style>