Shades of Silver Tree #60B890
Tints of Silver Tree #60B890
RGB
CMYK
RGB Variations
Color information
#60B890 (or 0x60B890) is known color: Silver Tree. HEX triplet: 60, B8 and 90. RGB value is (96,184,144). Sum of RGB (Red+Green+Blue) = 96+184+144=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #60B890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B890 is #9F476F. Grayscale: #999999. Windows color (decimal): -10438512 or 9484384. OLE color: 9484384.
HSL color Cylindrical-coordinate representation of color #60B890: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B890 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 144 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.28 |
| HSL | 152.73º | 0.38% | 0.55% | - |
| HSV(B) | 152.73º | 0.48% | 0.72% | - |
| XYZ | 27 | 38.78 | 32.45 | - |
| YUV | 153.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 144 | 0.48 | 0 | 0.22 | 0.28 | 152.73 | 0.38 | 0.55 |
| Hex | 60 | B8 | 90 | 30 | 0 | 16 | 1C | 99 | 26 | 37 |
| Octal | 140 | 270 | 220 | 60 | 0 | 26 | 34 | 231 | 46 | 67 |
| Binary | 1100000 | 10111000 | 10010000 | 110000 | 0 | 10110 | 11100 | 10011001 | 100110 | 110111 |
Color Harmonies of #60B890
Complementary color
Monochromatic Colors of #60B890
Black with #60B890
Text Example
Text Example
White with #60B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B890; }
p { color: rgb(96,184,144); }
H1.HeaderClassName
{
color: #60B890;
}
.AnyTagClassName
{
color: #60B890;
}
</style>
background-color css
<style>
a { background-color: #60B890; }
a { background-color: rgb(96,184,144); }
div.DivClassName
{
background-color: #60B890;
}
.BgClassName
{
background-color: #60B890;
}
</style>
border-color css
<style>
span { border-color: #60B890; }
span { border-color: rgb(96,184,144); }
td.TdClassName
{
border-color: #60B890;
}
.TagClassName
{
border-color: #60B890;
}
</style>