Shades of Silver Tree #6CCC85
Tints of Silver Tree #6CCC85
RGB
CMYK
RGB Variations
Color information
#6CCC85 (or 0x6CCC85) is known color: Silver Tree. HEX triplet: 6C, CC and 85. RGB value is (108,204,133). Sum of RGB (Red+Green+Blue) = 108+204+133=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCC85 is #93337A. Grayscale: #A7A7A7. Windows color (decimal): -9646971 or 8768620. OLE color: 8768620.
HSL color Cylindrical-coordinate representation of color #6CCC85: hue angle of 135.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCC85 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 133 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.2 |
| HSL | 135.63º | 0.48% | 0.61% | - |
| HSV(B) | 135.63º | 0.47% | 0.8% | - |
| XYZ | 32.01 | 48.07 | 29.78 | - |
| YUV | 167.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 133 | 0.47 | 0 | 0.35 | 0.2 | 135.63 | 0.48 | 0.61 |
| Hex | 6C | CC | 85 | 2F | 0 | 23 | 14 | 88 | 30 | 3D |
| Octal | 154 | 314 | 205 | 57 | 0 | 43 | 24 | 210 | 60 | 75 |
| Binary | 1101100 | 11001100 | 10000101 | 101111 | 0 | 100011 | 10100 | 10001000 | 110000 | 111101 |
Color Harmonies of #6CCC85
Complementary color
Monochromatic Colors of #6CCC85
Black with #6CCC85
Text Example
Text Example
White with #6CCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC85; }
p { color: rgb(108,204,133); }
H1.HeaderClassName
{
color: #6CCC85;
}
.AnyTagClassName
{
color: #6CCC85;
}
</style>
background-color css
<style>
a { background-color: #6CCC85; }
a { background-color: rgb(108,204,133); }
div.DivClassName
{
background-color: #6CCC85;
}
.BgClassName
{
background-color: #6CCC85;
}
</style>
border-color css
<style>
span { border-color: #6CCC85; }
span { border-color: rgb(108,204,133); }
td.TdClassName
{
border-color: #6CCC85;
}
.TagClassName
{
border-color: #6CCC85;
}
</style>