Shades of Silver Tree #60B88C
Tints of Silver Tree #60B88C
RGB
CMYK
RGB Variations
Color information
#60B88C (or 0x60B88C) is known color: Silver Tree. HEX triplet: 60, B8 and 8C. RGB value is (96,184,140). Sum of RGB (Red+Green+Blue) = 96+184+140=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #60B88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B88C is #9F4773. Grayscale: #989898. Windows color (decimal): -10438516 or 9222240. OLE color: 9222240.
HSL color Cylindrical-coordinate representation of color #60B88C: hue angle of 150º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B88C is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 140 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.28 |
| HSL | 150º | 0.38% | 0.55% | - |
| HSV(B) | 150º | 0.48% | 0.72% | - |
| XYZ | 26.7 | 38.66 | 30.87 | - |
| YUV | 152.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 140 | 0.48 | 0 | 0.24 | 0.28 | 150 | 0.38 | 0.55 |
| Hex | 60 | B8 | 8C | 30 | 0 | 18 | 1C | 96 | 26 | 37 |
| Octal | 140 | 270 | 214 | 60 | 0 | 30 | 34 | 226 | 46 | 67 |
| Binary | 1100000 | 10111000 | 10001100 | 110000 | 0 | 11000 | 11100 | 10010110 | 100110 | 110111 |
Color Harmonies of #60B88C
Complementary color
Monochromatic Colors of #60B88C
Black with #60B88C
Text Example
Text Example
White with #60B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B88C; }
p { color: rgb(96,184,140); }
H1.HeaderClassName
{
color: #60B88C;
}
.AnyTagClassName
{
color: #60B88C;
}
</style>
background-color css
<style>
a { background-color: #60B88C; }
a { background-color: rgb(96,184,140); }
div.DivClassName
{
background-color: #60B88C;
}
.BgClassName
{
background-color: #60B88C;
}
</style>
border-color css
<style>
span { border-color: #60B88C; }
span { border-color: rgb(96,184,140); }
td.TdClassName
{
border-color: #60B88C;
}
.TagClassName
{
border-color: #60B88C;
}
</style>