Shades of Silver Tree #60B185
Tints of Silver Tree #60B185
RGB
CMYK
RGB Variations
Color information
#60B185 (or 0x60B185) is known color: Silver Tree. HEX triplet: 60, B1 and 85. RGB value is (96,177,133). Sum of RGB (Red+Green+Blue) = 96+177+133=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #60B185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B185 is #9F4E7A. Grayscale: #939393. Windows color (decimal): -10440315 or 8761696. OLE color: 8761696.
HSL color Cylindrical-coordinate representation of color #60B185: hue angle of 147.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B185 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 133 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.31 |
| HSL | 147.41º | 0.34% | 0.54% | - |
| HSV(B) | 147.41º | 0.46% | 0.69% | - |
| XYZ | 24.78 | 35.62 | 27.76 | - |
| YUV | 147.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 133 | 0.46 | 0 | 0.25 | 0.31 | 147.41 | 0.34 | 0.54 |
| Hex | 60 | B1 | 85 | 2E | 0 | 19 | 1F | 93 | 22 | 36 |
| Octal | 140 | 261 | 205 | 56 | 0 | 31 | 37 | 223 | 42 | 66 |
| Binary | 1100000 | 10110001 | 10000101 | 101110 | 0 | 11001 | 11111 | 10010011 | 100010 | 110110 |
Color Harmonies of #60B185
Complementary color
Monochromatic Colors of #60B185
Black with #60B185
Text Example
Text Example
White with #60B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B185; }
p { color: rgb(96,177,133); }
H1.HeaderClassName
{
color: #60B185;
}
.AnyTagClassName
{
color: #60B185;
}
</style>
background-color css
<style>
a { background-color: #60B185; }
a { background-color: rgb(96,177,133); }
div.DivClassName
{
background-color: #60B185;
}
.BgClassName
{
background-color: #60B185;
}
</style>
border-color css
<style>
span { border-color: #60B185; }
span { border-color: rgb(96,177,133); }
td.TdClassName
{
border-color: #60B185;
}
.TagClassName
{
border-color: #60B185;
}
</style>