Shades of Silver Tree #6BCC85
Tints of Silver Tree #6BCC85
RGB
CMYK
RGB Variations
Color information
#6BCC85 (or 0x6BCC85) is known color: Silver Tree. HEX triplet: 6B, CC and 85. RGB value is (107,204,133). Sum of RGB (Red+Green+Blue) = 107+204+133=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCC85 is #94337A. Grayscale: #A7A7A7. Windows color (decimal): -9712507 or 8768619. OLE color: 8768619.
HSL color Cylindrical-coordinate representation of color #6BCC85: hue angle of 136.08º 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 #6BCC85 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 133 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.2 |
| HSL | 136.08º | 0.49% | 0.61% | - |
| HSV(B) | 136.08º | 0.48% | 0.8% | - |
| XYZ | 31.89 | 48 | 29.78 | - |
| YUV | 166.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 133 | 0.48 | 0 | 0.35 | 0.2 | 136.08 | 0.49 | 0.61 |
| Hex | 6B | CC | 85 | 30 | 0 | 23 | 14 | 88 | 31 | 3D |
| Octal | 153 | 314 | 205 | 60 | 0 | 43 | 24 | 210 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10000101 | 110000 | 0 | 100011 | 10100 | 10001000 | 110001 | 111101 |
Color Harmonies of #6BCC85
Complementary color
Monochromatic Colors of #6BCC85
Black with #6BCC85
Text Example
Text Example
White with #6BCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC85; }
p { color: rgb(107,204,133); }
H1.HeaderClassName
{
color: #6BCC85;
}
.AnyTagClassName
{
color: #6BCC85;
}
</style>
background-color css
<style>
a { background-color: #6BCC85; }
a { background-color: rgb(107,204,133); }
div.DivClassName
{
background-color: #6BCC85;
}
.BgClassName
{
background-color: #6BCC85;
}
</style>
border-color css
<style>
span { border-color: #6BCC85; }
span { border-color: rgb(107,204,133); }
td.TdClassName
{
border-color: #6BCC85;
}
.TagClassName
{
border-color: #6BCC85;
}
</style>