Shades of Silver Tree #60B685
Tints of Silver Tree #60B685
RGB
CMYK
RGB Variations
Color information
#60B685 (or 0x60B685) is known color: Silver Tree. HEX triplet: 60, B6 and 85. RGB value is (96,182,133). Sum of RGB (Red+Green+Blue) = 96+182+133=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #60B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B685 is #9F497A. Grayscale: #969696. Windows color (decimal): -10439035 or 8762976. OLE color: 8762976.
HSL color Cylindrical-coordinate representation of color #60B685: hue angle of 145.81º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B685 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 182 | 133 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.29 |
| HSL | 145.81º | 0.37% | 0.55% | - |
| HSV(B) | 145.81º | 0.47% | 0.71% | - |
| XYZ | 25.79 | 37.64 | 28.1 | - |
| YUV | 150.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 133 | 0.47 | 0 | 0.27 | 0.29 | 145.81 | 0.37 | 0.55 |
| Hex | 60 | B6 | 85 | 2F | 0 | 1B | 1D | 92 | 25 | 37 |
| Octal | 140 | 266 | 205 | 57 | 0 | 33 | 35 | 222 | 45 | 67 |
| Binary | 1100000 | 10110110 | 10000101 | 101111 | 0 | 11011 | 11101 | 10010010 | 100101 | 110111 |
Color Harmonies of #60B685
Complementary color
Monochromatic Colors of #60B685
Black with #60B685
Text Example
Text Example
White with #60B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B685; }
p { color: rgb(96,182,133); }
H1.HeaderClassName
{
color: #60B685;
}
.AnyTagClassName
{
color: #60B685;
}
</style>
background-color css
<style>
a { background-color: #60B685; }
a { background-color: rgb(96,182,133); }
div.DivClassName
{
background-color: #60B685;
}
.BgClassName
{
background-color: #60B685;
}
</style>
border-color css
<style>
span { border-color: #60B685; }
span { border-color: rgb(96,182,133); }
td.TdClassName
{
border-color: #60B685;
}
.TagClassName
{
border-color: #60B685;
}
</style>