Shades of Silver Tree #65B580
Tints of Silver Tree #65B580
RGB
CMYK
RGB Variations
Color information
#65B580 (or 0x65B580) is known color: Silver Tree. HEX triplet: 65, B5 and 80. RGB value is (101,181,128). Sum of RGB (Red+Green+Blue) = 101+181+128=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #65B580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B580 is #9A4A7F. Grayscale: #979797. Windows color (decimal): -10111616 or 8435045. OLE color: 8435045.
HSL color Cylindrical-coordinate representation of color #65B580: hue angle of 140.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B580 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 181 | 128 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.29 |
| HSL | 140.25º | 0.35% | 0.55% | - |
| HSV(B) | 140.25º | 0.44% | 0.71% | - |
| XYZ | 25.79 | 37.37 | 26.28 | - |
| YUV | 151.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 128 | 0.44 | 0 | 0.29 | 0.29 | 140.25 | 0.35 | 0.55 |
| Hex | 65 | B5 | 80 | 2C | 0 | 1D | 1D | 8C | 23 | 37 |
| Octal | 145 | 265 | 200 | 54 | 0 | 35 | 35 | 214 | 43 | 67 |
| Binary | 1100101 | 10110101 | 10000000 | 101100 | 0 | 11101 | 11101 | 10001100 | 100011 | 110111 |
Color Harmonies of #65B580
Complementary color
Monochromatic Colors of #65B580
Black with #65B580
Text Example
Text Example
White with #65B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B580; }
p { color: rgb(101,181,128); }
H1.HeaderClassName
{
color: #65B580;
}
.AnyTagClassName
{
color: #65B580;
}
</style>
background-color css
<style>
a { background-color: #65B580; }
a { background-color: rgb(101,181,128); }
div.DivClassName
{
background-color: #65B580;
}
.BgClassName
{
background-color: #65B580;
}
</style>
border-color css
<style>
span { border-color: #65B580; }
span { border-color: rgb(101,181,128); }
td.TdClassName
{
border-color: #65B580;
}
.TagClassName
{
border-color: #65B580;
}
</style>