Shades of Silver Tree #65BC89
Tints of Silver Tree #65BC89
RGB
CMYK
RGB Variations
Color information
#65BC89 (or 0x65BC89) is known color: Silver Tree. HEX triplet: 65, BC and 89. RGB value is (101,188,137). Sum of RGB (Red+Green+Blue) = 101+188+137=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BC89 is #9A4376. Grayscale: #9C9C9C. Windows color (decimal): -10109815 or 9026661. OLE color: 9026661.
HSL color Cylindrical-coordinate representation of color #65BC89: hue angle of 144.83º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BC89 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 137 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.26 |
| HSL | 144.83º | 0.39% | 0.57% | - |
| HSV(B) | 144.83º | 0.46% | 0.74% | - |
| XYZ | 27.87 | 40.54 | 30.02 | - |
| YUV | 156.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 137 | 0.46 | 0 | 0.27 | 0.26 | 144.83 | 0.39 | 0.57 |
| Hex | 65 | BC | 89 | 2E | 0 | 1B | 1A | 91 | 27 | 39 |
| Octal | 145 | 274 | 211 | 56 | 0 | 33 | 32 | 221 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10001001 | 101110 | 0 | 11011 | 11010 | 10010001 | 100111 | 111001 |
Color Harmonies of #65BC89
Complementary color
Monochromatic Colors of #65BC89
Black with #65BC89
Text Example
Text Example
White with #65BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC89; }
p { color: rgb(101,188,137); }
H1.HeaderClassName
{
color: #65BC89;
}
.AnyTagClassName
{
color: #65BC89;
}
</style>
background-color css
<style>
a { background-color: #65BC89; }
a { background-color: rgb(101,188,137); }
div.DivClassName
{
background-color: #65BC89;
}
.BgClassName
{
background-color: #65BC89;
}
</style>
border-color css
<style>
span { border-color: #65BC89; }
span { border-color: rgb(101,188,137); }
td.TdClassName
{
border-color: #65BC89;
}
.TagClassName
{
border-color: #65BC89;
}
</style>