Shades of Silver Tree #61A984
Tints of Silver Tree #61A984
RGB
CMYK
RGB Variations
Color information
#61A984 (or 0x61A984) is known color: Silver Tree. HEX triplet: 61, A9 and 84. RGB value is (97,169,132). Sum of RGB (Red+Green+Blue) = 97+169+132=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #61A984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A984 is #9E567B. Grayscale: #8F8F8F. Windows color (decimal): -10376828 or 8694113. OLE color: 8694113.
HSL color Cylindrical-coordinate representation of color #61A984: hue angle of 149.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A984 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 132 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.34 |
| HSL | 149.17º | 0.3% | 0.52% | - |
| HSV(B) | 149.17º | 0.43% | 0.66% | - |
| XYZ | 23.28 | 32.58 | 26.89 | - |
| YUV | 143.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 132 | 0.43 | 0 | 0.22 | 0.34 | 149.17 | 0.3 | 0.52 |
| Hex | 61 | A9 | 84 | 2B | 0 | 16 | 22 | 95 | 1E | 34 |
| Octal | 141 | 251 | 204 | 53 | 0 | 26 | 42 | 225 | 36 | 64 |
| Binary | 1100001 | 10101001 | 10000100 | 101011 | 0 | 10110 | 100010 | 10010101 | 11110 | 110100 |
Color Harmonies of #61A984
Complementary color
Monochromatic Colors of #61A984
Black with #61A984
Text Example
Text Example
White with #61A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A984; }
p { color: rgb(97,169,132); }
H1.HeaderClassName
{
color: #61A984;
}
.AnyTagClassName
{
color: #61A984;
}
</style>
background-color css
<style>
a { background-color: #61A984; }
a { background-color: rgb(97,169,132); }
div.DivClassName
{
background-color: #61A984;
}
.BgClassName
{
background-color: #61A984;
}
</style>
border-color css
<style>
span { border-color: #61A984; }
span { border-color: rgb(97,169,132); }
td.TdClassName
{
border-color: #61A984;
}
.TagClassName
{
border-color: #61A984;
}
</style>