Shades of Silver Tree #6ACC85
Tints of Silver Tree #6ACC85
RGB
CMYK
RGB Variations
Color information
#6ACC85 (or 0x6ACC85) is known color: Silver Tree. HEX triplet: 6A, CC and 85. RGB value is (106,204,133). Sum of RGB (Red+Green+Blue) = 106+204+133=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC85 is #95337A. Grayscale: #A6A6A6. Windows color (decimal): -9778043 or 8768618. OLE color: 8768618.
HSL color Cylindrical-coordinate representation of color #6ACC85: hue angle of 136.53º 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 #6ACC85 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 133 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.2 |
| HSL | 136.53º | 0.49% | 0.61% | - |
| HSV(B) | 136.53º | 0.48% | 0.8% | - |
| XYZ | 31.77 | 47.94 | 29.77 | - |
| YUV | 166.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 133 | 0.48 | 0 | 0.35 | 0.2 | 136.53 | 0.49 | 0.61 |
| Hex | 6A | CC | 85 | 30 | 0 | 23 | 14 | 89 | 31 | 3D |
| Octal | 152 | 314 | 205 | 60 | 0 | 43 | 24 | 211 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10000101 | 110000 | 0 | 100011 | 10100 | 10001001 | 110001 | 111101 |
Color Harmonies of #6ACC85
Complementary color
Monochromatic Colors of #6ACC85
Black with #6ACC85
Text Example
Text Example
White with #6ACC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC85; }
p { color: rgb(106,204,133); }
H1.HeaderClassName
{
color: #6ACC85;
}
.AnyTagClassName
{
color: #6ACC85;
}
</style>
background-color css
<style>
a { background-color: #6ACC85; }
a { background-color: rgb(106,204,133); }
div.DivClassName
{
background-color: #6ACC85;
}
.BgClassName
{
background-color: #6ACC85;
}
</style>
border-color css
<style>
span { border-color: #6ACC85; }
span { border-color: rgb(106,204,133); }
td.TdClassName
{
border-color: #6ACC85;
}
.TagClassName
{
border-color: #6ACC85;
}
</style>