Shades of Silver Tree #60C692
Tints of Silver Tree #60C692
RGB
CMYK
RGB Variations
Color information
#60C692 (or 0x60C692) is known color: Silver Tree. HEX triplet: 60, C6 and 92. RGB value is (96,198,146). Sum of RGB (Red+Green+Blue) = 96+198+146=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #60C692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C692 is #9F396D. Grayscale: #A1A1A1. Windows color (decimal): -10434926 or 9619040. OLE color: 9619040.
HSL color Cylindrical-coordinate representation of color #60C692: hue angle of 149.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C692 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 146 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.22 |
| HSL | 149.41º | 0.47% | 0.58% | - |
| HSV(B) | 149.41º | 0.52% | 0.78% | - |
| XYZ | 30.21 | 44.95 | 34.28 | - |
| YUV | 161.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 146 | 0.52 | 0 | 0.26 | 0.22 | 149.41 | 0.47 | 0.58 |
| Hex | 60 | C6 | 92 | 34 | 0 | 1A | 16 | 95 | 2F | 3A |
| Octal | 140 | 306 | 222 | 64 | 0 | 32 | 26 | 225 | 57 | 72 |
| Binary | 1100000 | 11000110 | 10010010 | 110100 | 0 | 11010 | 10110 | 10010101 | 101111 | 111010 |
Color Harmonies of #60C692
Complementary color
Monochromatic Colors of #60C692
Black with #60C692
Text Example
Text Example
White with #60C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C692; }
p { color: rgb(96,198,146); }
H1.HeaderClassName
{
color: #60C692;
}
.AnyTagClassName
{
color: #60C692;
}
</style>
background-color css
<style>
a { background-color: #60C692; }
a { background-color: rgb(96,198,146); }
div.DivClassName
{
background-color: #60C692;
}
.BgClassName
{
background-color: #60C692;
}
</style>
border-color css
<style>
span { border-color: #60C692; }
span { border-color: rgb(96,198,146); }
td.TdClassName
{
border-color: #60C692;
}
.TagClassName
{
border-color: #60C692;
}
</style>