Shades of Silver Tree #6DCA85
Tints of Silver Tree #6DCA85
RGB
CMYK
RGB Variations
Color information
#6DCA85 (or 0x6DCA85) is known color: Silver Tree. HEX triplet: 6D, CA and 85. RGB value is (109,202,133). Sum of RGB (Red+Green+Blue) = 109+202+133=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCA85 is #92357A. Grayscale: #A6A6A6. Windows color (decimal): -9581947 or 8768109. OLE color: 8768109.
HSL color Cylindrical-coordinate representation of color #6DCA85: hue angle of 135.48º degrees, saturation: 0.47, 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 #6DCA85 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 133 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.21 |
| HSL | 135.48º | 0.47% | 0.61% | - |
| HSV(B) | 135.48º | 0.46% | 0.79% | - |
| XYZ | 31.66 | 47.19 | 29.63 | - |
| YUV | 166.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 133 | 0.46 | 0 | 0.34 | 0.21 | 135.48 | 0.47 | 0.61 |
| Hex | 6D | CA | 85 | 2E | 0 | 22 | 15 | 87 | 2F | 3D |
| Octal | 155 | 312 | 205 | 56 | 0 | 42 | 25 | 207 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10000101 | 101110 | 0 | 100010 | 10101 | 10000111 | 101111 | 111101 |
Color Harmonies of #6DCA85
Complementary color
Monochromatic Colors of #6DCA85
Black with #6DCA85
Text Example
Text Example
White with #6DCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCA85; }
p { color: rgb(109,202,133); }
H1.HeaderClassName
{
color: #6DCA85;
}
.AnyTagClassName
{
color: #6DCA85;
}
</style>
background-color css
<style>
a { background-color: #6DCA85; }
a { background-color: rgb(109,202,133); }
div.DivClassName
{
background-color: #6DCA85;
}
.BgClassName
{
background-color: #6DCA85;
}
</style>
border-color css
<style>
span { border-color: #6DCA85; }
span { border-color: rgb(109,202,133); }
td.TdClassName
{
border-color: #6DCA85;
}
.TagClassName
{
border-color: #6DCA85;
}
</style>