Shades of Silver Tree #61B980
Tints of Silver Tree #61B980
RGB
CMYK
RGB Variations
Color information
#61B980 (or 0x61B980) is known color: Silver Tree. HEX triplet: 61, B9 and 80. RGB value is (97,185,128). Sum of RGB (Red+Green+Blue) = 97+185+128=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #61B980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B980 is #9E467F. Grayscale: #989898. Windows color (decimal): -10372736 or 8436065. OLE color: 8436065.
HSL color Cylindrical-coordinate representation of color #61B980: hue angle of 141.14º 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 #61B980 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 185 | 128 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.27 |
| HSL | 141.14º | 0.39% | 0.55% | - |
| HSV(B) | 141.14º | 0.48% | 0.73% | - |
| XYZ | 26.18 | 38.8 | 26.53 | - |
| YUV | 152.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 185 | 128 | 0.48 | 0 | 0.31 | 0.27 | 141.14 | 0.39 | 0.55 |
| Hex | 61 | B9 | 80 | 30 | 0 | 1F | 1B | 8D | 27 | 37 |
| Octal | 141 | 271 | 200 | 60 | 0 | 37 | 33 | 215 | 47 | 67 |
| Binary | 1100001 | 10111001 | 10000000 | 110000 | 0 | 11111 | 11011 | 10001101 | 100111 | 110111 |
Color Harmonies of #61B980
Complementary color
Monochromatic Colors of #61B980
Black with #61B980
Text Example
Text Example
White with #61B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B980; }
p { color: rgb(97,185,128); }
H1.HeaderClassName
{
color: #61B980;
}
.AnyTagClassName
{
color: #61B980;
}
</style>
background-color css
<style>
a { background-color: #61B980; }
a { background-color: rgb(97,185,128); }
div.DivClassName
{
background-color: #61B980;
}
.BgClassName
{
background-color: #61B980;
}
</style>
border-color css
<style>
span { border-color: #61B980; }
span { border-color: rgb(97,185,128); }
td.TdClassName
{
border-color: #61B980;
}
.TagClassName
{
border-color: #61B980;
}
</style>