Shades of Silver Tree #61BB80
Tints of Silver Tree #61BB80
RGB
CMYK
RGB Variations
Color information
#61BB80 (or 0x61BB80) is known color: Silver Tree. HEX triplet: 61, BB and 80. RGB value is (97,187,128). Sum of RGB (Red+Green+Blue) = 97+187+128=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BB80 is #9E447F. Grayscale: #999999. Windows color (decimal): -10372224 or 8436577. OLE color: 8436577.
HSL color Cylindrical-coordinate representation of color #61BB80: hue angle of 140.67º 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 #61BB80 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 128 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.27 |
| HSL | 140.67º | 0.4% | 0.56% | - |
| HSV(B) | 140.67º | 0.48% | 0.73% | - |
| XYZ | 26.6 | 39.64 | 26.67 | - |
| YUV | 153.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 128 | 0.48 | 0 | 0.32 | 0.27 | 140.67 | 0.4 | 0.56 |
| Hex | 61 | BB | 80 | 30 | 0 | 20 | 1B | 8D | 28 | 38 |
| Octal | 141 | 273 | 200 | 60 | 0 | 40 | 33 | 215 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10000000 | 110000 | 0 | 100000 | 11011 | 10001101 | 101000 | 111000 |
Color Harmonies of #61BB80
Complementary color
Monochromatic Colors of #61BB80
Black with #61BB80
Text Example
Text Example
White with #61BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB80; }
p { color: rgb(97,187,128); }
H1.HeaderClassName
{
color: #61BB80;
}
.AnyTagClassName
{
color: #61BB80;
}
</style>
background-color css
<style>
a { background-color: #61BB80; }
a { background-color: rgb(97,187,128); }
div.DivClassName
{
background-color: #61BB80;
}
.BgClassName
{
background-color: #61BB80;
}
</style>
border-color css
<style>
span { border-color: #61BB80; }
span { border-color: rgb(97,187,128); }
td.TdClassName
{
border-color: #61BB80;
}
.TagClassName
{
border-color: #61BB80;
}
</style>