Shades of Silver Tree #60C396
Tints of Silver Tree #60C396
RGB
CMYK
RGB Variations
Color information
#60C396 (or 0x60C396) is known color: Silver Tree. HEX triplet: 60, C3 and 96. RGB value is (96,195,150). Sum of RGB (Red+Green+Blue) = 96+195+150=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #60C396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C396 is #9F3C69. Grayscale: #A0A0A0. Windows color (decimal): -10435690 or 9880416. OLE color: 9880416.
HSL color Cylindrical-coordinate representation of color #60C396: hue angle of 152.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C396 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 150 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.24 |
| HSL | 152.73º | 0.45% | 0.57% | - |
| HSV(B) | 152.73º | 0.51% | 0.76% | - |
| XYZ | 29.84 | 43.72 | 35.72 | - |
| YUV | 160.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 150 | 0.51 | 0 | 0.23 | 0.24 | 152.73 | 0.45 | 0.57 |
| Hex | 60 | C3 | 96 | 33 | 0 | 17 | 18 | 99 | 2D | 39 |
| Octal | 140 | 303 | 226 | 63 | 0 | 27 | 30 | 231 | 55 | 71 |
| Binary | 1100000 | 11000011 | 10010110 | 110011 | 0 | 10111 | 11000 | 10011001 | 101101 | 111001 |
Color Harmonies of #60C396
Complementary color
Monochromatic Colors of #60C396
Black with #60C396
Text Example
Text Example
White with #60C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C396; }
p { color: rgb(96,195,150); }
H1.HeaderClassName
{
color: #60C396;
}
.AnyTagClassName
{
color: #60C396;
}
</style>
background-color css
<style>
a { background-color: #60C396; }
a { background-color: rgb(96,195,150); }
div.DivClassName
{
background-color: #60C396;
}
.BgClassName
{
background-color: #60C396;
}
</style>
border-color css
<style>
span { border-color: #60C396; }
span { border-color: rgb(96,195,150); }
td.TdClassName
{
border-color: #60C396;
}
.TagClassName
{
border-color: #60C396;
}
</style>