Shades of Silver Tree #61C098
Tints of Silver Tree #61C098
RGB
CMYK
RGB Variations
Color information
#61C098 (or 0x61C098) is known color: Silver Tree. HEX triplet: 61, C0 and 98. RGB value is (97,192,152). Sum of RGB (Red+Green+Blue) = 97+192+152=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #61C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C098 is #9E3F67. Grayscale: #9F9F9F. Windows color (decimal): -10370920 or 10010721. OLE color: 10010721.
HSL color Cylindrical-coordinate representation of color #61C098: hue angle of 154.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C098 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 152 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.25 |
| HSL | 154.74º | 0.43% | 0.57% | - |
| HSV(B) | 154.74º | 0.49% | 0.75% | - |
| XYZ | 29.45 | 42.51 | 36.36 | - |
| YUV | 159.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 152 | 0.49 | 0 | 0.21 | 0.25 | 154.74 | 0.43 | 0.57 |
| Hex | 61 | C0 | 98 | 31 | 0 | 15 | 19 | 9B | 2B | 39 |
| Octal | 141 | 300 | 230 | 61 | 0 | 25 | 31 | 233 | 53 | 71 |
| Binary | 1100001 | 11000000 | 10011000 | 110001 | 0 | 10101 | 11001 | 10011011 | 101011 | 111001 |
Color Harmonies of #61C098
Complementary color
Monochromatic Colors of #61C098
Black with #61C098
Text Example
Text Example
White with #61C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C098; }
p { color: rgb(97,192,152); }
H1.HeaderClassName
{
color: #61C098;
}
.AnyTagClassName
{
color: #61C098;
}
</style>
background-color css
<style>
a { background-color: #61C098; }
a { background-color: rgb(97,192,152); }
div.DivClassName
{
background-color: #61C098;
}
.BgClassName
{
background-color: #61C098;
}
</style>
border-color css
<style>
span { border-color: #61C098; }
span { border-color: rgb(97,192,152); }
td.TdClassName
{
border-color: #61C098;
}
.TagClassName
{
border-color: #61C098;
}
</style>