Shades of Silver Tree #61BB94
Tints of Silver Tree #61BB94
RGB
CMYK
RGB Variations
Color information
#61BB94 (or 0x61BB94) is known color: Silver Tree. HEX triplet: 61, BB and 94. RGB value is (97,187,148). Sum of RGB (Red+Green+Blue) = 97+187+148=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BB94 is #9E446B. Grayscale: #9B9B9B. Windows color (decimal): -10372204 or 9747297. OLE color: 9747297.
HSL color Cylindrical-coordinate representation of color #61BB94: hue angle of 154º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BB94 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 148 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.27 |
| HSL | 154º | 0.4% | 0.56% | - |
| HSV(B) | 154º | 0.48% | 0.73% | - |
| XYZ | 28.05 | 40.22 | 34.3 | - |
| YUV | 155.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 148 | 0.48 | 0 | 0.21 | 0.27 | 154 | 0.4 | 0.56 |
| Hex | 61 | BB | 94 | 30 | 0 | 15 | 1B | 9A | 28 | 38 |
| Octal | 141 | 273 | 224 | 60 | 0 | 25 | 33 | 232 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10010100 | 110000 | 0 | 10101 | 11011 | 10011010 | 101000 | 111000 |
Color Harmonies of #61BB94
Complementary color
Monochromatic Colors of #61BB94
Black with #61BB94
Text Example
Text Example
White with #61BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB94; }
p { color: rgb(97,187,148); }
H1.HeaderClassName
{
color: #61BB94;
}
.AnyTagClassName
{
color: #61BB94;
}
</style>
background-color css
<style>
a { background-color: #61BB94; }
a { background-color: rgb(97,187,148); }
div.DivClassName
{
background-color: #61BB94;
}
.BgClassName
{
background-color: #61BB94;
}
</style>
border-color css
<style>
span { border-color: #61BB94; }
span { border-color: rgb(97,187,148); }
td.TdClassName
{
border-color: #61BB94;
}
.TagClassName
{
border-color: #61BB94;
}
</style>