Shades of Silver Tree #60B17F
Tints of Silver Tree #60B17F
RGB
CMYK
RGB Variations
Color information
#60B17F (or 0x60B17F) is known color: Silver Tree. HEX triplet: 60, B1 and 7F. RGB value is (96,177,127). Sum of RGB (Red+Green+Blue) = 96+177+127=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #60B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B17F is #9F4E80. Grayscale: #939393. Windows color (decimal): -10440321 or 8368480. OLE color: 8368480.
HSL color Cylindrical-coordinate representation of color #60B17F: hue angle of 142.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B17F is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 127 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.31 |
| HSL | 142.96º | 0.34% | 0.54% | - |
| HSV(B) | 142.96º | 0.46% | 0.69% | - |
| XYZ | 24.38 | 35.46 | 25.64 | - |
| YUV | 147.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 127 | 0.46 | 0 | 0.28 | 0.31 | 142.96 | 0.34 | 0.54 |
| Hex | 60 | B1 | 7F | 2E | 0 | 1C | 1F | 8F | 22 | 36 |
| Octal | 140 | 261 | 177 | 56 | 0 | 34 | 37 | 217 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1111111 | 101110 | 0 | 11100 | 11111 | 10001111 | 100010 | 110110 |
Color Harmonies of #60B17F
Complementary color
Monochromatic Colors of #60B17F
Black with #60B17F
Text Example
Text Example
White with #60B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B17F; }
p { color: rgb(96,177,127); }
H1.HeaderClassName
{
color: #60B17F;
}
.AnyTagClassName
{
color: #60B17F;
}
</style>
background-color css
<style>
a { background-color: #60B17F; }
a { background-color: rgb(96,177,127); }
div.DivClassName
{
background-color: #60B17F;
}
.BgClassName
{
background-color: #60B17F;
}
</style>
border-color css
<style>
span { border-color: #60B17F; }
span { border-color: rgb(96,177,127); }
td.TdClassName
{
border-color: #60B17F;
}
.TagClassName
{
border-color: #60B17F;
}
</style>