Shades of Silver Tree #60BF90
Tints of Silver Tree #60BF90
RGB
CMYK
RGB Variations
Color information
#60BF90 (or 0x60BF90) is known color: Silver Tree. HEX triplet: 60, BF and 90. RGB value is (96,191,144). Sum of RGB (Red+Green+Blue) = 96+191+144=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF90 is #9F406F. Grayscale: #9D9D9D. Windows color (decimal): -10436720 or 9486176. OLE color: 9486176.
HSL color Cylindrical-coordinate representation of color #60BF90: hue angle of 150.32º 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 #60BF90 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 144 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.25 |
| HSL | 150.32º | 0.43% | 0.56% | - |
| HSV(B) | 150.32º | 0.5% | 0.75% | - |
| XYZ | 28.49 | 41.76 | 32.94 | - |
| YUV | 157.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 144 | 0.50 | 0 | 0.25 | 0.25 | 150.32 | 0.43 | 0.56 |
| Hex | 60 | BF | 90 | 32 | 0 | 19 | 19 | 96 | 2B | 38 |
| Octal | 140 | 277 | 220 | 62 | 0 | 31 | 31 | 226 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10010000 | 110010 | 0 | 11001 | 11001 | 10010110 | 101011 | 111000 |
Color Harmonies of #60BF90
Complementary color
Monochromatic Colors of #60BF90
Black with #60BF90
Text Example
Text Example
White with #60BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF90; }
p { color: rgb(96,191,144); }
H1.HeaderClassName
{
color: #60BF90;
}
.AnyTagClassName
{
color: #60BF90;
}
</style>
background-color css
<style>
a { background-color: #60BF90; }
a { background-color: rgb(96,191,144); }
div.DivClassName
{
background-color: #60BF90;
}
.BgClassName
{
background-color: #60BF90;
}
</style>
border-color css
<style>
span { border-color: #60BF90; }
span { border-color: rgb(96,191,144); }
td.TdClassName
{
border-color: #60BF90;
}
.TagClassName
{
border-color: #60BF90;
}
</style>