Shades of Silver Tree #60C085
Tints of Silver Tree #60C085
RGB
CMYK
RGB Variations
Color information
#60C085 (or 0x60C085) is known color: Silver Tree. HEX triplet: 60, C0 and 85. RGB value is (96,192,133). Sum of RGB (Red+Green+Blue) = 96+192+133=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #60C085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C085 is #9F3F7A. Grayscale: #9C9C9C. Windows color (decimal): -10436475 or 8765536. OLE color: 8765536.
HSL color Cylindrical-coordinate representation of color #60C085: hue angle of 143.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C085 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 133 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.25 |
| HSL | 143.13º | 0.43% | 0.56% | - |
| HSV(B) | 143.13º | 0.5% | 0.75% | - |
| XYZ | 27.91 | 41.88 | 28.8 | - |
| YUV | 156.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 133 | 0.50 | 0 | 0.31 | 0.25 | 143.13 | 0.43 | 0.56 |
| Hex | 60 | C0 | 85 | 32 | 0 | 1F | 19 | 8F | 2B | 38 |
| Octal | 140 | 300 | 205 | 62 | 0 | 37 | 31 | 217 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10000101 | 110010 | 0 | 11111 | 11001 | 10001111 | 101011 | 111000 |
Color Harmonies of #60C085
Complementary color
Monochromatic Colors of #60C085
Black with #60C085
Text Example
Text Example
White with #60C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C085; }
p { color: rgb(96,192,133); }
H1.HeaderClassName
{
color: #60C085;
}
.AnyTagClassName
{
color: #60C085;
}
</style>
background-color css
<style>
a { background-color: #60C085; }
a { background-color: rgb(96,192,133); }
div.DivClassName
{
background-color: #60C085;
}
.BgClassName
{
background-color: #60C085;
}
</style>
border-color css
<style>
span { border-color: #60C085; }
span { border-color: rgb(96,192,133); }
td.TdClassName
{
border-color: #60C085;
}
.TagClassName
{
border-color: #60C085;
}
</style>