Shades of Silver Tree #6AC080
Tints of Silver Tree #6AC080
RGB
CMYK
RGB Variations
Color information
#6AC080 (or 0x6AC080) is known color: Silver Tree. HEX triplet: 6A, C0 and 80. RGB value is (106,192,128). Sum of RGB (Red+Green+Blue) = 106+192+128=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC080 is #953F7F. Grayscale: #9F9F9F. Windows color (decimal): -9781120 or 8437866. OLE color: 8437866.
HSL color Cylindrical-coordinate representation of color #6AC080: hue angle of 135.35º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC080 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 128 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.25 |
| HSL | 135.35º | 0.41% | 0.58% | - |
| HSV(B) | 135.35º | 0.45% | 0.75% | - |
| XYZ | 28.69 | 42.32 | 27.08 | - |
| YUV | 158.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 128 | 0.45 | 0 | 0.33 | 0.25 | 135.35 | 0.41 | 0.58 |
| Hex | 6A | C0 | 80 | 2D | 0 | 21 | 19 | 87 | 29 | 3A |
| Octal | 152 | 300 | 200 | 55 | 0 | 41 | 31 | 207 | 51 | 72 |
| Binary | 1101010 | 11000000 | 10000000 | 101101 | 0 | 100001 | 11001 | 10000111 | 101001 | 111010 |
Color Harmonies of #6AC080
Complementary color
Monochromatic Colors of #6AC080
Black with #6AC080
Text Example
Text Example
White with #6AC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC080; }
p { color: rgb(106,192,128); }
H1.HeaderClassName
{
color: #6AC080;
}
.AnyTagClassName
{
color: #6AC080;
}
</style>
background-color css
<style>
a { background-color: #6AC080; }
a { background-color: rgb(106,192,128); }
div.DivClassName
{
background-color: #6AC080;
}
.BgClassName
{
background-color: #6AC080;
}
</style>
border-color css
<style>
span { border-color: #6AC080; }
span { border-color: rgb(106,192,128); }
td.TdClassName
{
border-color: #6AC080;
}
.TagClassName
{
border-color: #6AC080;
}
</style>