Shades of Silver Tree #6DBF85
Tints of Silver Tree #6DBF85
RGB
CMYK
RGB Variations
Color information
#6DBF85 (or 0x6DBF85) is known color: Silver Tree. HEX triplet: 6D, BF and 85. RGB value is (109,191,133). Sum of RGB (Red+Green+Blue) = 109+191+133=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBF85 is #92407A. Grayscale: #A0A0A0. Windows color (decimal): -9584763 or 8765293. OLE color: 8765293.
HSL color Cylindrical-coordinate representation of color #6DBF85: hue angle of 137.56º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBF85 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 133 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.25 |
| HSL | 137.56º | 0.39% | 0.59% | - |
| HSV(B) | 137.56º | 0.43% | 0.75% | - |
| XYZ | 29.17 | 42.21 | 28.8 | - |
| YUV | 159.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 133 | 0.43 | 0 | 0.30 | 0.25 | 137.56 | 0.39 | 0.59 |
| Hex | 6D | BF | 85 | 2B | 0 | 1E | 19 | 8A | 27 | 3B |
| Octal | 155 | 277 | 205 | 53 | 0 | 36 | 31 | 212 | 47 | 73 |
| Binary | 1101101 | 10111111 | 10000101 | 101011 | 0 | 11110 | 11001 | 10001010 | 100111 | 111011 |
Color Harmonies of #6DBF85
Complementary color
Monochromatic Colors of #6DBF85
Black with #6DBF85
Text Example
Text Example
White with #6DBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF85; }
p { color: rgb(109,191,133); }
H1.HeaderClassName
{
color: #6DBF85;
}
.AnyTagClassName
{
color: #6DBF85;
}
</style>
background-color css
<style>
a { background-color: #6DBF85; }
a { background-color: rgb(109,191,133); }
div.DivClassName
{
background-color: #6DBF85;
}
.BgClassName
{
background-color: #6DBF85;
}
</style>
border-color css
<style>
span { border-color: #6DBF85; }
span { border-color: rgb(109,191,133); }
td.TdClassName
{
border-color: #6DBF85;
}
.TagClassName
{
border-color: #6DBF85;
}
</style>