Shades of Silver Tree #60B584
Tints of Silver Tree #60B584
RGB
CMYK
RGB Variations
Color information
#60B584 (or 0x60B584) is known color: Silver Tree. HEX triplet: 60, B5 and 84. RGB value is (96,181,132). Sum of RGB (Red+Green+Blue) = 96+181+132=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #60B584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B584 is #9F4A7B. Grayscale: #969696. Windows color (decimal): -10439292 or 8697184. OLE color: 8697184.
HSL color Cylindrical-coordinate representation of color #60B584: hue angle of 145.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B584 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 132 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.29 |
| HSL | 145.41º | 0.36% | 0.54% | - |
| HSV(B) | 145.41º | 0.47% | 0.71% | - |
| XYZ | 25.51 | 37.2 | 27.67 | - |
| YUV | 150 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 132 | 0.47 | 0 | 0.27 | 0.29 | 145.41 | 0.36 | 0.54 |
| Hex | 60 | B5 | 84 | 2F | 0 | 1B | 1D | 91 | 24 | 36 |
| Octal | 140 | 265 | 204 | 57 | 0 | 33 | 35 | 221 | 44 | 66 |
| Binary | 1100000 | 10110101 | 10000100 | 101111 | 0 | 11011 | 11101 | 10010001 | 100100 | 110110 |
Color Harmonies of #60B584
Complementary color
Monochromatic Colors of #60B584
Black with #60B584
Text Example
Text Example
White with #60B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B584; }
p { color: rgb(96,181,132); }
H1.HeaderClassName
{
color: #60B584;
}
.AnyTagClassName
{
color: #60B584;
}
</style>
background-color css
<style>
a { background-color: #60B584; }
a { background-color: rgb(96,181,132); }
div.DivClassName
{
background-color: #60B584;
}
.BgClassName
{
background-color: #60B584;
}
</style>
border-color css
<style>
span { border-color: #60B584; }
span { border-color: rgb(96,181,132); }
td.TdClassName
{
border-color: #60B584;
}
.TagClassName
{
border-color: #60B584;
}
</style>