Shades of Silver Tree #60B482
Tints of Silver Tree #60B482
RGB
CMYK
RGB Variations
Color information
#60B482 (or 0x60B482) is known color: Silver Tree. HEX triplet: 60, B4 and 82. RGB value is (96,180,130). Sum of RGB (Red+Green+Blue) = 96+180+130=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #60B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B482 is #9F4B7D. Grayscale: #959595. Windows color (decimal): -10439550 or 8565856. OLE color: 8565856.
HSL color Cylindrical-coordinate representation of color #60B482: hue angle of 144.29º 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 #60B482 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 130 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.29 |
| HSL | 144.29º | 0.36% | 0.54% | - |
| HSV(B) | 144.29º | 0.47% | 0.71% | - |
| XYZ | 25.17 | 36.74 | 26.88 | - |
| YUV | 149.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 130 | 0.47 | 0 | 0.28 | 0.29 | 144.29 | 0.36 | 0.54 |
| Hex | 60 | B4 | 82 | 2F | 0 | 1C | 1D | 90 | 24 | 36 |
| Octal | 140 | 264 | 202 | 57 | 0 | 34 | 35 | 220 | 44 | 66 |
| Binary | 1100000 | 10110100 | 10000010 | 101111 | 0 | 11100 | 11101 | 10010000 | 100100 | 110110 |
Color Harmonies of #60B482
Complementary color
Monochromatic Colors of #60B482
Black with #60B482
Text Example
Text Example
White with #60B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B482; }
p { color: rgb(96,180,130); }
H1.HeaderClassName
{
color: #60B482;
}
.AnyTagClassName
{
color: #60B482;
}
</style>
background-color css
<style>
a { background-color: #60B482; }
a { background-color: rgb(96,180,130); }
div.DivClassName
{
background-color: #60B482;
}
.BgClassName
{
background-color: #60B482;
}
</style>
border-color css
<style>
span { border-color: #60B482; }
span { border-color: rgb(96,180,130); }
td.TdClassName
{
border-color: #60B482;
}
.TagClassName
{
border-color: #60B482;
}
</style>