Shades of Silver Tree #65B185
Tints of Silver Tree #65B185
RGB
CMYK
RGB Variations
Color information
#65B185 (or 0x65B185) is known color: Silver Tree. HEX triplet: 65, B1 and 85. RGB value is (101,177,133). Sum of RGB (Red+Green+Blue) = 101+177+133=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #65B185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B185 is #9A4E7A. Grayscale: #959595. Windows color (decimal): -10112635 or 8761701. OLE color: 8761701.
HSL color Cylindrical-coordinate representation of color #65B185: hue angle of 145.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B185 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 177 | 133 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.31 |
| HSL | 145.26º | 0.33% | 0.55% | - |
| HSV(B) | 145.26º | 0.43% | 0.69% | - |
| XYZ | 25.32 | 35.9 | 27.79 | - |
| YUV | 149.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 133 | 0.43 | 0 | 0.25 | 0.31 | 145.26 | 0.33 | 0.55 |
| Hex | 65 | B1 | 85 | 2B | 0 | 19 | 1F | 91 | 21 | 37 |
| Octal | 145 | 261 | 205 | 53 | 0 | 31 | 37 | 221 | 41 | 67 |
| Binary | 1100101 | 10110001 | 10000101 | 101011 | 0 | 11001 | 11111 | 10010001 | 100001 | 110111 |
Color Harmonies of #65B185
Complementary color
Monochromatic Colors of #65B185
Black with #65B185
Text Example
Text Example
White with #65B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B185; }
p { color: rgb(101,177,133); }
H1.HeaderClassName
{
color: #65B185;
}
.AnyTagClassName
{
color: #65B185;
}
</style>
background-color css
<style>
a { background-color: #65B185; }
a { background-color: rgb(101,177,133); }
div.DivClassName
{
background-color: #65B185;
}
.BgClassName
{
background-color: #65B185;
}
</style>
border-color css
<style>
span { border-color: #65B185; }
span { border-color: rgb(101,177,133); }
td.TdClassName
{
border-color: #65B185;
}
.TagClassName
{
border-color: #65B185;
}
</style>