Shades of Silver Tree #6BC385
Tints of Silver Tree #6BC385
RGB
CMYK
RGB Variations
Color information
#6BC385 (or 0x6BC385) is known color: Silver Tree. HEX triplet: 6B, C3 and 85. RGB value is (107,195,133). Sum of RGB (Red+Green+Blue) = 107+195+133=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC385 is #943C7A. Grayscale: #A1A1A1. Windows color (decimal): -9714811 or 8766315. OLE color: 8766315.
HSL color Cylindrical-coordinate representation of color #6BC385: hue angle of 137.73º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC385 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 133 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.24 |
| HSL | 137.73º | 0.42% | 0.59% | - |
| HSV(B) | 137.73º | 0.45% | 0.76% | - |
| XYZ | 29.81 | 43.85 | 29.08 | - |
| YUV | 161.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 133 | 0.45 | 0 | 0.32 | 0.24 | 137.73 | 0.42 | 0.59 |
| Hex | 6B | C3 | 85 | 2D | 0 | 20 | 18 | 8A | 2A | 3B |
| Octal | 153 | 303 | 205 | 55 | 0 | 40 | 30 | 212 | 52 | 73 |
| Binary | 1101011 | 11000011 | 10000101 | 101101 | 0 | 100000 | 11000 | 10001010 | 101010 | 111011 |
Color Harmonies of #6BC385
Complementary color
Monochromatic Colors of #6BC385
Black with #6BC385
Text Example
Text Example
White with #6BC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC385; }
p { color: rgb(107,195,133); }
H1.HeaderClassName
{
color: #6BC385;
}
.AnyTagClassName
{
color: #6BC385;
}
</style>
background-color css
<style>
a { background-color: #6BC385; }
a { background-color: rgb(107,195,133); }
div.DivClassName
{
background-color: #6BC385;
}
.BgClassName
{
background-color: #6BC385;
}
</style>
border-color css
<style>
span { border-color: #6BC385; }
span { border-color: rgb(107,195,133); }
td.TdClassName
{
border-color: #6BC385;
}
.TagClassName
{
border-color: #6BC385;
}
</style>