Shades of Silver Tree #60BD8C
Tints of Silver Tree #60BD8C
RGB
CMYK
RGB Variations
Color information
#60BD8C (or 0x60BD8C) is known color: Silver Tree. HEX triplet: 60, BD and 8C. RGB value is (96,189,140). Sum of RGB (Red+Green+Blue) = 96+189+140=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BD8C is #9F4273. Grayscale: #9B9B9B. Windows color (decimal): -10437236 or 9223520. OLE color: 9223520.
HSL color Cylindrical-coordinate representation of color #60BD8C: hue angle of 148.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BD8C is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 140 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.26 |
| HSL | 148.39º | 0.41% | 0.56% | - |
| HSV(B) | 148.39º | 0.49% | 0.74% | - |
| XYZ | 27.76 | 40.78 | 31.22 | - |
| YUV | 155.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 140 | 0.49 | 0 | 0.26 | 0.26 | 148.39 | 0.41 | 0.56 |
| Hex | 60 | BD | 8C | 31 | 0 | 1A | 1A | 94 | 29 | 38 |
| Octal | 140 | 275 | 214 | 61 | 0 | 32 | 32 | 224 | 51 | 70 |
| Binary | 1100000 | 10111101 | 10001100 | 110001 | 0 | 11010 | 11010 | 10010100 | 101001 | 111000 |
Color Harmonies of #60BD8C
Complementary color
Monochromatic Colors of #60BD8C
Black with #60BD8C
Text Example
Text Example
White with #60BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD8C; }
p { color: rgb(96,189,140); }
H1.HeaderClassName
{
color: #60BD8C;
}
.AnyTagClassName
{
color: #60BD8C;
}
</style>
background-color css
<style>
a { background-color: #60BD8C; }
a { background-color: rgb(96,189,140); }
div.DivClassName
{
background-color: #60BD8C;
}
.BgClassName
{
background-color: #60BD8C;
}
</style>
border-color css
<style>
span { border-color: #60BD8C; }
span { border-color: rgb(96,189,140); }
td.TdClassName
{
border-color: #60BD8C;
}
.TagClassName
{
border-color: #60BD8C;
}
</style>