Shades of Silver Tree #6BCD85
Tints of Silver Tree #6BCD85
RGB
CMYK
RGB Variations
Color information
#6BCD85 (or 0x6BCD85) is known color: Silver Tree. HEX triplet: 6B, CD and 85. RGB value is (107,205,133). Sum of RGB (Red+Green+Blue) = 107+205+133=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD85 is #94327A. Grayscale: #A7A7A7. Windows color (decimal): -9712251 or 8768875. OLE color: 8768875.
HSL color Cylindrical-coordinate representation of color #6BCD85: hue angle of 135.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCD85 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 133 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.20 |
| HSL | 135.92º | 0.49% | 0.61% | - |
| HSV(B) | 135.92º | 0.48% | 0.8% | - |
| XYZ | 32.13 | 48.48 | 29.85 | - |
| YUV | 167.49 | 108.53 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 133 | 0.48 | 0 | 0.35 | 0.20 | 135.92 | 0.49 | 0.61 |
| Hex | 6B | CD | 85 | 30 | 0 | 23 | 14 | 88 | 31 | 3D |
| Octal | 153 | 315 | 205 | 60 | 0 | 43 | 24 | 210 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10000101 | 110000 | 0 | 100011 | 10100 | 10001000 | 110001 | 111101 |
Color Harmonies of #6BCD85
Complementary color
Monochromatic Colors of #6BCD85
Black with #6BCD85
Text Example
Text Example
White with #6BCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD85; }
p { color: rgb(107,205,133); }
H1.HeaderClassName
{
color: #6BCD85;
}
.AnyTagClassName
{
color: #6BCD85;
}
</style>
background-color css
<style>
a { background-color: #6BCD85; }
a { background-color: rgb(107,205,133); }
div.DivClassName
{
background-color: #6BCD85;
}
.BgClassName
{
background-color: #6BCD85;
}
</style>
border-color css
<style>
span { border-color: #6BCD85; }
span { border-color: rgb(107,205,133); }
td.TdClassName
{
border-color: #6BCD85;
}
.TagClassName
{
border-color: #6BCD85;
}
</style>