Shades of Silver Tree #61C785
Tints of Silver Tree #61C785
RGB
CMYK
RGB Variations
Color information
#61C785 (or 0x61C785) is known color: Silver Tree. HEX triplet: 61, C7 and 85. RGB value is (97,199,133). Sum of RGB (Red+Green+Blue) = 97+199+133=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #61C785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C785 is #9E387A. Grayscale: #A1A1A1. Windows color (decimal): -10369147 or 8767329. OLE color: 8767329.
HSL color Cylindrical-coordinate representation of color #61C785: hue angle of 141.18º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C785 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 199 | 133 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.22 |
| HSL | 141.18º | 0.48% | 0.58% | - |
| HSV(B) | 141.18º | 0.51% | 0.78% | - |
| XYZ | 29.59 | 45.08 | 29.33 | - |
| YUV | 160.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 199 | 133 | 0.51 | 0 | 0.33 | 0.22 | 141.18 | 0.48 | 0.58 |
| Hex | 61 | C7 | 85 | 33 | 0 | 21 | 16 | 8D | 30 | 3A |
| Octal | 141 | 307 | 205 | 63 | 0 | 41 | 26 | 215 | 60 | 72 |
| Binary | 1100001 | 11000111 | 10000101 | 110011 | 0 | 100001 | 10110 | 10001101 | 110000 | 111010 |
Color Harmonies of #61C785
Complementary color
Monochromatic Colors of #61C785
Black with #61C785
Text Example
Text Example
White with #61C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C785; }
p { color: rgb(97,199,133); }
H1.HeaderClassName
{
color: #61C785;
}
.AnyTagClassName
{
color: #61C785;
}
</style>
background-color css
<style>
a { background-color: #61C785; }
a { background-color: rgb(97,199,133); }
div.DivClassName
{
background-color: #61C785;
}
.BgClassName
{
background-color: #61C785;
}
</style>
border-color css
<style>
span { border-color: #61C785; }
span { border-color: rgb(97,199,133); }
td.TdClassName
{
border-color: #61C785;
}
.TagClassName
{
border-color: #61C785;
}
</style>