Shades of Silver Tree #6DC085
Tints of Silver Tree #6DC085
RGB
CMYK
RGB Variations
Color information
#6DC085 (or 0x6DC085) is known color: Silver Tree. HEX triplet: 6D, C0 and 85. RGB value is (109,192,133). Sum of RGB (Red+Green+Blue) = 109+192+133=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC085 is #923F7A. Grayscale: #A0A0A0. Windows color (decimal): -9584507 or 8765549. OLE color: 8765549.
HSL color Cylindrical-coordinate representation of color #6DC085: hue angle of 137.35º degrees, saturation: 0.4, 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 #6DC085 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 133 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.25 |
| HSL | 137.35º | 0.4% | 0.59% | - |
| HSV(B) | 137.35º | 0.43% | 0.75% | - |
| XYZ | 29.39 | 42.64 | 28.87 | - |
| YUV | 160.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 133 | 0.43 | 0 | 0.31 | 0.25 | 137.35 | 0.4 | 0.59 |
| Hex | 6D | C0 | 85 | 2B | 0 | 1F | 19 | 89 | 28 | 3B |
| Octal | 155 | 300 | 205 | 53 | 0 | 37 | 31 | 211 | 50 | 73 |
| Binary | 1101101 | 11000000 | 10000101 | 101011 | 0 | 11111 | 11001 | 10001001 | 101000 | 111011 |
Color Harmonies of #6DC085
Complementary color
Monochromatic Colors of #6DC085
Black with #6DC085
Text Example
Text Example
White with #6DC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC085; }
p { color: rgb(109,192,133); }
H1.HeaderClassName
{
color: #6DC085;
}
.AnyTagClassName
{
color: #6DC085;
}
</style>
background-color css
<style>
a { background-color: #6DC085; }
a { background-color: rgb(109,192,133); }
div.DivClassName
{
background-color: #6DC085;
}
.BgClassName
{
background-color: #6DC085;
}
</style>
border-color css
<style>
span { border-color: #6DC085; }
span { border-color: rgb(109,192,133); }
td.TdClassName
{
border-color: #6DC085;
}
.TagClassName
{
border-color: #6DC085;
}
</style>