Shades of Silver Tree #60BA7F
Tints of Silver Tree #60BA7F
RGB
CMYK
RGB Variations
Color information
#60BA7F (or 0x60BA7F) is known color: Silver Tree. HEX triplet: 60, BA and 7F. RGB value is (96,186,127). Sum of RGB (Red+Green+Blue) = 96+186+127=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA7F is #9F4580. Grayscale: #989898. Windows color (decimal): -10438017 or 8370784. OLE color: 8370784.
HSL color Cylindrical-coordinate representation of color #60BA7F: hue angle of 140.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA7F is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 127 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.27 |
| HSL | 140.67º | 0.39% | 0.55% | - |
| HSV(B) | 140.67º | 0.48% | 0.73% | - |
| XYZ | 26.21 | 39.14 | 26.25 | - |
| YUV | 152.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 127 | 0.48 | 0 | 0.32 | 0.27 | 140.67 | 0.39 | 0.55 |
| Hex | 60 | BA | 7F | 30 | 0 | 20 | 1B | 8D | 27 | 37 |
| Octal | 140 | 272 | 177 | 60 | 0 | 40 | 33 | 215 | 47 | 67 |
| Binary | 1100000 | 10111010 | 1111111 | 110000 | 0 | 100000 | 11011 | 10001101 | 100111 | 110111 |
Color Harmonies of #60BA7F
Complementary color
Monochromatic Colors of #60BA7F
Black with #60BA7F
Text Example
Text Example
White with #60BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA7F; }
p { color: rgb(96,186,127); }
H1.HeaderClassName
{
color: #60BA7F;
}
.AnyTagClassName
{
color: #60BA7F;
}
</style>
background-color css
<style>
a { background-color: #60BA7F; }
a { background-color: rgb(96,186,127); }
div.DivClassName
{
background-color: #60BA7F;
}
.BgClassName
{
background-color: #60BA7F;
}
</style>
border-color css
<style>
span { border-color: #60BA7F; }
span { border-color: rgb(96,186,127); }
td.TdClassName
{
border-color: #60BA7F;
}
.TagClassName
{
border-color: #60BA7F;
}
</style>