Shades of Silver Tree #61BA87
Tints of Silver Tree #61BA87
RGB
CMYK
RGB Variations
Color information
#61BA87 (or 0x61BA87) is known color: Silver Tree. HEX triplet: 61, BA and 87. RGB value is (97,186,135). Sum of RGB (Red+Green+Blue) = 97+186+135=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA87 is #9E4578. Grayscale: #999999. Windows color (decimal): -10372473 or 8895073. OLE color: 8895073.
HSL color Cylindrical-coordinate representation of color #61BA87: hue angle of 145.62º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA87 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 135 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.27 |
| HSL | 145.62º | 0.39% | 0.55% | - |
| HSV(B) | 145.62º | 0.48% | 0.73% | - |
| XYZ | 26.86 | 39.41 | 29.11 | - |
| YUV | 153.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 135 | 0.48 | 0 | 0.27 | 0.27 | 145.62 | 0.39 | 0.55 |
| Hex | 61 | BA | 87 | 30 | 0 | 1B | 1B | 92 | 27 | 37 |
| Octal | 141 | 272 | 207 | 60 | 0 | 33 | 33 | 222 | 47 | 67 |
| Binary | 1100001 | 10111010 | 10000111 | 110000 | 0 | 11011 | 11011 | 10010010 | 100111 | 110111 |
Color Harmonies of #61BA87
Complementary color
Monochromatic Colors of #61BA87
Black with #61BA87
Text Example
Text Example
White with #61BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA87; }
p { color: rgb(97,186,135); }
H1.HeaderClassName
{
color: #61BA87;
}
.AnyTagClassName
{
color: #61BA87;
}
</style>
background-color css
<style>
a { background-color: #61BA87; }
a { background-color: rgb(97,186,135); }
div.DivClassName
{
background-color: #61BA87;
}
.BgClassName
{
background-color: #61BA87;
}
</style>
border-color css
<style>
span { border-color: #61BA87; }
span { border-color: rgb(97,186,135); }
td.TdClassName
{
border-color: #61BA87;
}
.TagClassName
{
border-color: #61BA87;
}
</style>