Shades of Silver Tree #60B990
Tints of Silver Tree #60B990
RGB
CMYK
RGB Variations
Color information
#60B990 (or 0x60B990) is known color: Silver Tree. HEX triplet: 60, B9 and 90. RGB value is (96,185,144). Sum of RGB (Red+Green+Blue) = 96+185+144=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #60B990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B990 is #9F466F. Grayscale: #999999. Windows color (decimal): -10438256 or 9484640. OLE color: 9484640.
HSL color Cylindrical-coordinate representation of color #60B990: hue angle of 152.36º 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 #60B990 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 144 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.27 |
| HSL | 152.36º | 0.39% | 0.55% | - |
| HSV(B) | 152.36º | 0.48% | 0.73% | - |
| XYZ | 27.21 | 39.2 | 32.52 | - |
| YUV | 153.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 144 | 0.48 | 0 | 0.22 | 0.27 | 152.36 | 0.39 | 0.55 |
| Hex | 60 | B9 | 90 | 30 | 0 | 16 | 1B | 98 | 27 | 37 |
| Octal | 140 | 271 | 220 | 60 | 0 | 26 | 33 | 230 | 47 | 67 |
| Binary | 1100000 | 10111001 | 10010000 | 110000 | 0 | 10110 | 11011 | 10011000 | 100111 | 110111 |
Color Harmonies of #60B990
Complementary color
Monochromatic Colors of #60B990
Black with #60B990
Text Example
Text Example
White with #60B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B990; }
p { color: rgb(96,185,144); }
H1.HeaderClassName
{
color: #60B990;
}
.AnyTagClassName
{
color: #60B990;
}
</style>
background-color css
<style>
a { background-color: #60B990; }
a { background-color: rgb(96,185,144); }
div.DivClassName
{
background-color: #60B990;
}
.BgClassName
{
background-color: #60B990;
}
</style>
border-color css
<style>
span { border-color: #60B990; }
span { border-color: rgb(96,185,144); }
td.TdClassName
{
border-color: #60B990;
}
.TagClassName
{
border-color: #60B990;
}
</style>