Shades of Silver Tree #60B189
Tints of Silver Tree #60B189
RGB
CMYK
RGB Variations
Color information
#60B189 (or 0x60B189) is known color: Silver Tree. HEX triplet: 60, B1 and 89. RGB value is (96,177,137). Sum of RGB (Red+Green+Blue) = 96+177+137=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #60B189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B189 is #9F4E76. Grayscale: #949494. Windows color (decimal): -10440311 or 9023840. OLE color: 9023840.
HSL color Cylindrical-coordinate representation of color #60B189: hue angle of 150.37º 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 #60B189 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 137 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.31 |
| HSL | 150.37º | 0.34% | 0.54% | - |
| HSV(B) | 150.37º | 0.46% | 0.69% | - |
| XYZ | 25.06 | 35.74 | 29.24 | - |
| YUV | 148.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 137 | 0.46 | 0 | 0.23 | 0.31 | 150.37 | 0.34 | 0.54 |
| Hex | 60 | B1 | 89 | 2E | 0 | 17 | 1F | 96 | 22 | 36 |
| Octal | 140 | 261 | 211 | 56 | 0 | 27 | 37 | 226 | 42 | 66 |
| Binary | 1100000 | 10110001 | 10001001 | 101110 | 0 | 10111 | 11111 | 10010110 | 100010 | 110110 |
Color Harmonies of #60B189
Complementary color
Monochromatic Colors of #60B189
Black with #60B189
Text Example
Text Example
White with #60B189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B189; }
p { color: rgb(96,177,137); }
H1.HeaderClassName
{
color: #60B189;
}
.AnyTagClassName
{
color: #60B189;
}
</style>
background-color css
<style>
a { background-color: #60B189; }
a { background-color: rgb(96,177,137); }
div.DivClassName
{
background-color: #60B189;
}
.BgClassName
{
background-color: #60B189;
}
</style>
border-color css
<style>
span { border-color: #60B189; }
span { border-color: rgb(96,177,137); }
td.TdClassName
{
border-color: #60B189;
}
.TagClassName
{
border-color: #60B189;
}
</style>