Shades of Silver Tree #60BE8E
Tints of Silver Tree #60BE8E
RGB
CMYK
RGB Variations
Color information
#60BE8E (or 0x60BE8E) is known color: Silver Tree. HEX triplet: 60, BE and 8E. RGB value is (96,190,142). Sum of RGB (Red+Green+Blue) = 96+190+142=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #60BE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BE8E is #9F4171. Grayscale: #9C9C9C. Windows color (decimal): -10436978 or 9354848. OLE color: 9354848.
HSL color Cylindrical-coordinate representation of color #60BE8E: hue angle of 149.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BE8E is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 142 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.25 |
| HSL | 149.36º | 0.42% | 0.56% | - |
| HSV(B) | 149.36º | 0.49% | 0.75% | - |
| XYZ | 28.12 | 41.27 | 32.07 | - |
| YUV | 156.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 142 | 0.49 | 0 | 0.25 | 0.25 | 149.36 | 0.42 | 0.56 |
| Hex | 60 | BE | 8E | 31 | 0 | 19 | 19 | 95 | 2A | 38 |
| Octal | 140 | 276 | 216 | 61 | 0 | 31 | 31 | 225 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10001110 | 110001 | 0 | 11001 | 11001 | 10010101 | 101010 | 111000 |
Color Harmonies of #60BE8E
Complementary color
Monochromatic Colors of #60BE8E
Black with #60BE8E
Text Example
Text Example
White with #60BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BE8E; }
p { color: rgb(96,190,142); }
H1.HeaderClassName
{
color: #60BE8E;
}
.AnyTagClassName
{
color: #60BE8E;
}
</style>
background-color css
<style>
a { background-color: #60BE8E; }
a { background-color: rgb(96,190,142); }
div.DivClassName
{
background-color: #60BE8E;
}
.BgClassName
{
background-color: #60BE8E;
}
</style>
border-color css
<style>
span { border-color: #60BE8E; }
span { border-color: rgb(96,190,142); }
td.TdClassName
{
border-color: #60BE8E;
}
.TagClassName
{
border-color: #60BE8E;
}
</style>