Shades of Silver Tree #60BF91
Tints of Silver Tree #60BF91
RGB
CMYK
RGB Variations
Color information
#60BF91 (or 0x60BF91) is known color: Silver Tree. HEX triplet: 60, BF and 91. RGB value is (96,191,145). Sum of RGB (Red+Green+Blue) = 96+191+145=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF91 is #9F406E. Grayscale: #9D9D9D. Windows color (decimal): -10436719 or 9551712. OLE color: 9551712.
HSL color Cylindrical-coordinate representation of color #60BF91: hue angle of 150.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF91 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 145 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.25 |
| HSL | 150.95º | 0.43% | 0.56% | - |
| HSV(B) | 150.95º | 0.5% | 0.75% | - |
| XYZ | 28.57 | 41.79 | 33.35 | - |
| YUV | 157.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 145 | 0.50 | 0 | 0.24 | 0.25 | 150.95 | 0.43 | 0.56 |
| Hex | 60 | BF | 91 | 32 | 0 | 18 | 19 | 97 | 2B | 38 |
| Octal | 140 | 277 | 221 | 62 | 0 | 30 | 31 | 227 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10010001 | 110010 | 0 | 11000 | 11001 | 10010111 | 101011 | 111000 |
Color Harmonies of #60BF91
Complementary color
Monochromatic Colors of #60BF91
Black with #60BF91
Text Example
Text Example
White with #60BF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF91; }
p { color: rgb(96,191,145); }
H1.HeaderClassName
{
color: #60BF91;
}
.AnyTagClassName
{
color: #60BF91;
}
</style>
background-color css
<style>
a { background-color: #60BF91; }
a { background-color: rgb(96,191,145); }
div.DivClassName
{
background-color: #60BF91;
}
.BgClassName
{
background-color: #60BF91;
}
</style>
border-color css
<style>
span { border-color: #60BF91; }
span { border-color: rgb(96,191,145); }
td.TdClassName
{
border-color: #60BF91;
}
.TagClassName
{
border-color: #60BF91;
}
</style>