Shades of Silver Tree #60B58C
Tints of Silver Tree #60B58C
RGB
CMYK
RGB Variations
Color information
#60B58C (or 0x60B58C) is known color: Silver Tree. HEX triplet: 60, B5 and 8C. RGB value is (96,181,140). Sum of RGB (Red+Green+Blue) = 96+181+140=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #60B58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B58C is #9F4A73. Grayscale: #969696. Windows color (decimal): -10439284 or 9221472. OLE color: 9221472.
HSL color Cylindrical-coordinate representation of color #60B58C: hue angle of 151.06º 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 #60B58C is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 140 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.29 |
| HSL | 151.06º | 0.36% | 0.54% | - |
| HSV(B) | 151.06º | 0.47% | 0.71% | - |
| XYZ | 26.08 | 37.43 | 30.66 | - |
| YUV | 150.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 140 | 0.47 | 0 | 0.23 | 0.29 | 151.06 | 0.36 | 0.54 |
| Hex | 60 | B5 | 8C | 2F | 0 | 17 | 1D | 97 | 24 | 36 |
| Octal | 140 | 265 | 214 | 57 | 0 | 27 | 35 | 227 | 44 | 66 |
| Binary | 1100000 | 10110101 | 10001100 | 101111 | 0 | 10111 | 11101 | 10010111 | 100100 | 110110 |
Color Harmonies of #60B58C
Complementary color
Monochromatic Colors of #60B58C
Black with #60B58C
Text Example
Text Example
White with #60B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B58C; }
p { color: rgb(96,181,140); }
H1.HeaderClassName
{
color: #60B58C;
}
.AnyTagClassName
{
color: #60B58C;
}
</style>
background-color css
<style>
a { background-color: #60B58C; }
a { background-color: rgb(96,181,140); }
div.DivClassName
{
background-color: #60B58C;
}
.BgClassName
{
background-color: #60B58C;
}
</style>
border-color css
<style>
span { border-color: #60B58C; }
span { border-color: rgb(96,181,140); }
td.TdClassName
{
border-color: #60B58C;
}
.TagClassName
{
border-color: #60B58C;
}
</style>