Shades of Silver Tree #6CD085
Tints of Silver Tree #6CD085
RGB
CMYK
RGB Variations
Color information
#6CD085 (or 0x6CD085) is known color: Silver Tree. HEX triplet: 6C, D0 and 85. RGB value is (108,208,133). Sum of RGB (Red+Green+Blue) = 108+208+133=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD085 is #932F7A. Grayscale: #A9A9A9. Windows color (decimal): -9645947 or 8769644. OLE color: 8769644.
HSL color Cylindrical-coordinate representation of color #6CD085: hue angle of 135º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD085 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 133 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.18 |
| HSL | 135º | 0.52% | 0.62% | - |
| HSV(B) | 135º | 0.48% | 0.82% | - |
| XYZ | 32.97 | 49.99 | 30.1 | - |
| YUV | 169.55 | 107.37 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 133 | 0.48 | 0 | 0.36 | 0.18 | 135 | 0.52 | 0.62 |
| Hex | 6C | D0 | 85 | 30 | 0 | 24 | 12 | 87 | 34 | 3E |
| Octal | 154 | 320 | 205 | 60 | 0 | 44 | 22 | 207 | 64 | 76 |
| Binary | 1101100 | 11010000 | 10000101 | 110000 | 0 | 100100 | 10010 | 10000111 | 110100 | 111110 |
Color Harmonies of #6CD085
Complementary color
Monochromatic Colors of #6CD085
Black with #6CD085
Text Example
Text Example
White with #6CD085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD085; }
p { color: rgb(108,208,133); }
H1.HeaderClassName
{
color: #6CD085;
}
.AnyTagClassName
{
color: #6CD085;
}
</style>
background-color css
<style>
a { background-color: #6CD085; }
a { background-color: rgb(108,208,133); }
div.DivClassName
{
background-color: #6CD085;
}
.BgClassName
{
background-color: #6CD085;
}
</style>
border-color css
<style>
span { border-color: #6CD085; }
span { border-color: rgb(108,208,133); }
td.TdClassName
{
border-color: #6CD085;
}
.TagClassName
{
border-color: #6CD085;
}
</style>