Shades of Silver Tree #65B280
Tints of Silver Tree #65B280
RGB
CMYK
RGB Variations
Color information
#65B280 (or 0x65B280) is known color: Silver Tree. HEX triplet: 65, B2 and 80. RGB value is (101,178,128). Sum of RGB (Red+Green+Blue) = 101+178+128=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #65B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B280 is #9A4D7F. Grayscale: #959595. Windows color (decimal): -10112384 or 8434277. OLE color: 8434277.
HSL color Cylindrical-coordinate representation of color #65B280: hue angle of 141.04º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B280 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 128 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.30 |
| HSL | 141.04º | 0.33% | 0.55% | - |
| HSV(B) | 141.04º | 0.43% | 0.7% | - |
| XYZ | 25.18 | 36.17 | 26.08 | - |
| YUV | 149.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 128 | 0.43 | 0 | 0.28 | 0.30 | 141.04 | 0.33 | 0.55 |
| Hex | 65 | B2 | 80 | 2B | 0 | 1C | 1E | 8D | 21 | 37 |
| Octal | 145 | 262 | 200 | 53 | 0 | 34 | 36 | 215 | 41 | 67 |
| Binary | 1100101 | 10110010 | 10000000 | 101011 | 0 | 11100 | 11110 | 10001101 | 100001 | 110111 |
Color Harmonies of #65B280
Complementary color
Monochromatic Colors of #65B280
Black with #65B280
Text Example
Text Example
White with #65B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B280; }
p { color: rgb(101,178,128); }
H1.HeaderClassName
{
color: #65B280;
}
.AnyTagClassName
{
color: #65B280;
}
</style>
background-color css
<style>
a { background-color: #65B280; }
a { background-color: rgb(101,178,128); }
div.DivClassName
{
background-color: #65B280;
}
.BgClassName
{
background-color: #65B280;
}
</style>
border-color css
<style>
span { border-color: #65B280; }
span { border-color: rgb(101,178,128); }
td.TdClassName
{
border-color: #65B280;
}
.TagClassName
{
border-color: #65B280;
}
</style>