Shades of Silver Tree #6DC985
Tints of Silver Tree #6DC985
RGB
CMYK
RGB Variations
Color information
#6DC985 (or 0x6DC985) is known color: Silver Tree. HEX triplet: 6D, C9 and 85. RGB value is (109,201,133). Sum of RGB (Red+Green+Blue) = 109+201+133=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC985 is #92367A. Grayscale: #A5A5A5. Windows color (decimal): -9582203 or 8767853. OLE color: 8767853.
HSL color Cylindrical-coordinate representation of color #6DC985: hue angle of 135.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC985 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 133 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.21 |
| HSL | 135.65º | 0.46% | 0.61% | - |
| HSV(B) | 135.65º | 0.46% | 0.79% | - |
| XYZ | 31.43 | 46.72 | 29.55 | - |
| YUV | 165.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 133 | 0.46 | 0 | 0.34 | 0.21 | 135.65 | 0.46 | 0.61 |
| Hex | 6D | C9 | 85 | 2E | 0 | 22 | 15 | 88 | 2E | 3D |
| Octal | 155 | 311 | 205 | 56 | 0 | 42 | 25 | 210 | 56 | 75 |
| Binary | 1101101 | 11001001 | 10000101 | 101110 | 0 | 100010 | 10101 | 10001000 | 101110 | 111101 |
Color Harmonies of #6DC985
Complementary color
Monochromatic Colors of #6DC985
Black with #6DC985
Text Example
Text Example
White with #6DC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC985; }
p { color: rgb(109,201,133); }
H1.HeaderClassName
{
color: #6DC985;
}
.AnyTagClassName
{
color: #6DC985;
}
</style>
background-color css
<style>
a { background-color: #6DC985; }
a { background-color: rgb(109,201,133); }
div.DivClassName
{
background-color: #6DC985;
}
.BgClassName
{
background-color: #6DC985;
}
</style>
border-color css
<style>
span { border-color: #6DC985; }
span { border-color: rgb(109,201,133); }
td.TdClassName
{
border-color: #6DC985;
}
.TagClassName
{
border-color: #6DC985;
}
</style>