Shades of Silver Tree #61BA88
Tints of Silver Tree #61BA88
RGB
CMYK
RGB Variations
Color information
#61BA88 (or 0x61BA88) is known color: Silver Tree. HEX triplet: 61, BA and 88. RGB value is (97,186,136). Sum of RGB (Red+Green+Blue) = 97+186+136=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA88 is #9E4577. Grayscale: #999999. Windows color (decimal): -10372472 or 8960609. OLE color: 8960609.
HSL color Cylindrical-coordinate representation of color #61BA88: hue angle of 146.29º 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 #61BA88 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 136 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.27 |
| HSL | 146.29º | 0.39% | 0.55% | - |
| HSV(B) | 146.29º | 0.48% | 0.73% | - |
| XYZ | 26.93 | 39.44 | 29.49 | - |
| YUV | 153.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 136 | 0.48 | 0 | 0.27 | 0.27 | 146.29 | 0.39 | 0.55 |
| Hex | 61 | BA | 88 | 30 | 0 | 1B | 1B | 92 | 27 | 37 |
| Octal | 141 | 272 | 210 | 60 | 0 | 33 | 33 | 222 | 47 | 67 |
| Binary | 1100001 | 10111010 | 10001000 | 110000 | 0 | 11011 | 11011 | 10010010 | 100111 | 110111 |
Color Harmonies of #61BA88
Complementary color
Monochromatic Colors of #61BA88
Black with #61BA88
Text Example
Text Example
White with #61BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA88; }
p { color: rgb(97,186,136); }
H1.HeaderClassName
{
color: #61BA88;
}
.AnyTagClassName
{
color: #61BA88;
}
</style>
background-color css
<style>
a { background-color: #61BA88; }
a { background-color: rgb(97,186,136); }
div.DivClassName
{
background-color: #61BA88;
}
.BgClassName
{
background-color: #61BA88;
}
</style>
border-color css
<style>
span { border-color: #61BA88; }
span { border-color: rgb(97,186,136); }
td.TdClassName
{
border-color: #61BA88;
}
.TagClassName
{
border-color: #61BA88;
}
</style>