Shades of Silver Tree #60BA93
Tints of Silver Tree #60BA93
RGB
CMYK
RGB Variations
Color information
#60BA93 (or 0x60BA93) is known color: Silver Tree. HEX triplet: 60, BA and 93. RGB value is (96,186,147). Sum of RGB (Red+Green+Blue) = 96+186+147=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA93 is #9F456C. Grayscale: #9A9A9A. Windows color (decimal): -10437997 or 9681504. OLE color: 9681504.
HSL color Cylindrical-coordinate representation of color #60BA93: hue angle of 154º 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 #60BA93 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 147 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.27 |
| HSL | 154º | 0.39% | 0.55% | - |
| HSV(B) | 154º | 0.48% | 0.73% | - |
| XYZ | 27.65 | 39.71 | 33.81 | - |
| YUV | 154.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 147 | 0.48 | 0 | 0.21 | 0.27 | 154 | 0.39 | 0.55 |
| Hex | 60 | BA | 93 | 30 | 0 | 15 | 1B | 9A | 27 | 37 |
| Octal | 140 | 272 | 223 | 60 | 0 | 25 | 33 | 232 | 47 | 67 |
| Binary | 1100000 | 10111010 | 10010011 | 110000 | 0 | 10101 | 11011 | 10011010 | 100111 | 110111 |
Color Harmonies of #60BA93
Complementary color
Monochromatic Colors of #60BA93
Black with #60BA93
Text Example
Text Example
White with #60BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA93; }
p { color: rgb(96,186,147); }
H1.HeaderClassName
{
color: #60BA93;
}
.AnyTagClassName
{
color: #60BA93;
}
</style>
background-color css
<style>
a { background-color: #60BA93; }
a { background-color: rgb(96,186,147); }
div.DivClassName
{
background-color: #60BA93;
}
.BgClassName
{
background-color: #60BA93;
}
</style>
border-color css
<style>
span { border-color: #60BA93; }
span { border-color: rgb(96,186,147); }
td.TdClassName
{
border-color: #60BA93;
}
.TagClassName
{
border-color: #60BA93;
}
</style>