Shades of Silver Tree #61BC90
Tints of Silver Tree #61BC90
RGB
CMYK
RGB Variations
Color information
#61BC90 (or 0x61BC90) is known color: Silver Tree. HEX triplet: 61, BC and 90. RGB value is (97,188,144). Sum of RGB (Red+Green+Blue) = 97+188+144=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BC90 is #9E436F. Grayscale: #9B9B9B. Windows color (decimal): -10371952 or 9485409. OLE color: 9485409.
HSL color Cylindrical-coordinate representation of color #61BC90: hue angle of 150.99º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BC90 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 144 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.26 |
| HSL | 150.99º | 0.4% | 0.56% | - |
| HSV(B) | 150.99º | 0.48% | 0.74% | - |
| XYZ | 27.95 | 40.52 | 32.73 | - |
| YUV | 155.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 144 | 0.48 | 0 | 0.23 | 0.26 | 150.99 | 0.4 | 0.56 |
| Hex | 61 | BC | 90 | 30 | 0 | 17 | 1A | 97 | 28 | 38 |
| Octal | 141 | 274 | 220 | 60 | 0 | 27 | 32 | 227 | 50 | 70 |
| Binary | 1100001 | 10111100 | 10010000 | 110000 | 0 | 10111 | 11010 | 10010111 | 101000 | 111000 |
Color Harmonies of #61BC90
Complementary color
Monochromatic Colors of #61BC90
Black with #61BC90
Text Example
Text Example
White with #61BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC90; }
p { color: rgb(97,188,144); }
H1.HeaderClassName
{
color: #61BC90;
}
.AnyTagClassName
{
color: #61BC90;
}
</style>
background-color css
<style>
a { background-color: #61BC90; }
a { background-color: rgb(97,188,144); }
div.DivClassName
{
background-color: #61BC90;
}
.BgClassName
{
background-color: #61BC90;
}
</style>
border-color css
<style>
span { border-color: #61BC90; }
span { border-color: rgb(97,188,144); }
td.TdClassName
{
border-color: #61BC90;
}
.TagClassName
{
border-color: #61BC90;
}
</style>