Shades of Silver Tree #6CB985
Tints of Silver Tree #6CB985
RGB
CMYK
RGB Variations
Color information
#6CB985 (or 0x6CB985) is known color: Silver Tree. HEX triplet: 6C, B9 and 85. RGB value is (108,185,133). Sum of RGB (Red+Green+Blue) = 108+185+133=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB985 is #93467A. Grayscale: #9C9C9C. Windows color (decimal): -9651835 or 8763756. OLE color: 8763756.
HSL color Cylindrical-coordinate representation of color #6CB985: hue angle of 139.48º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB985 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 185 | 133 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.27 |
| HSL | 139.48º | 0.35% | 0.57% | - |
| HSV(B) | 139.48º | 0.42% | 0.73% | - |
| XYZ | 27.77 | 39.58 | 28.37 | - |
| YUV | 156.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 185 | 133 | 0.42 | 0 | 0.28 | 0.27 | 139.48 | 0.35 | 0.57 |
| Hex | 6C | B9 | 85 | 2A | 0 | 1C | 1B | 8B | 23 | 39 |
| Octal | 154 | 271 | 205 | 52 | 0 | 34 | 33 | 213 | 43 | 71 |
| Binary | 1101100 | 10111001 | 10000101 | 101010 | 0 | 11100 | 11011 | 10001011 | 100011 | 111001 |
Color Harmonies of #6CB985
Complementary color
Monochromatic Colors of #6CB985
Black with #6CB985
Text Example
Text Example
White with #6CB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB985; }
p { color: rgb(108,185,133); }
H1.HeaderClassName
{
color: #6CB985;
}
.AnyTagClassName
{
color: #6CB985;
}
</style>
background-color css
<style>
a { background-color: #6CB985; }
a { background-color: rgb(108,185,133); }
div.DivClassName
{
background-color: #6CB985;
}
.BgClassName
{
background-color: #6CB985;
}
</style>
border-color css
<style>
span { border-color: #6CB985; }
span { border-color: rgb(108,185,133); }
td.TdClassName
{
border-color: #6CB985;
}
.TagClassName
{
border-color: #6CB985;
}
</style>