Shades of Silver Tree #61BA8C
Tints of Silver Tree #61BA8C
RGB
CMYK
RGB Variations
Color information
#61BA8C (or 0x61BA8C) is known color: Silver Tree. HEX triplet: 61, BA and 8C. RGB value is (97,186,140). Sum of RGB (Red+Green+Blue) = 97+186+140=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA8C is #9E4573. Grayscale: #9A9A9A. Windows color (decimal): -10372468 or 9222753. OLE color: 9222753.
HSL color Cylindrical-coordinate representation of color #61BA8C: hue angle of 148.99º 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 #61BA8C is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 140 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.27 |
| HSL | 148.99º | 0.39% | 0.55% | - |
| HSV(B) | 148.99º | 0.48% | 0.73% | - |
| XYZ | 27.22 | 39.55 | 31.01 | - |
| YUV | 154.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 140 | 0.48 | 0 | 0.25 | 0.27 | 148.99 | 0.39 | 0.55 |
| Hex | 61 | BA | 8C | 30 | 0 | 19 | 1B | 95 | 27 | 37 |
| Octal | 141 | 272 | 214 | 60 | 0 | 31 | 33 | 225 | 47 | 67 |
| Binary | 1100001 | 10111010 | 10001100 | 110000 | 0 | 11001 | 11011 | 10010101 | 100111 | 110111 |
Color Harmonies of #61BA8C
Complementary color
Monochromatic Colors of #61BA8C
Black with #61BA8C
Text Example
Text Example
White with #61BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA8C; }
p { color: rgb(97,186,140); }
H1.HeaderClassName
{
color: #61BA8C;
}
.AnyTagClassName
{
color: #61BA8C;
}
</style>
background-color css
<style>
a { background-color: #61BA8C; }
a { background-color: rgb(97,186,140); }
div.DivClassName
{
background-color: #61BA8C;
}
.BgClassName
{
background-color: #61BA8C;
}
</style>
border-color css
<style>
span { border-color: #61BA8C; }
span { border-color: rgb(97,186,140); }
td.TdClassName
{
border-color: #61BA8C;
}
.TagClassName
{
border-color: #61BA8C;
}
</style>