Shades of Silver Tree #6AC880
Tints of Silver Tree #6AC880
RGB
CMYK
RGB Variations
Color information
#6AC880 (or 0x6AC880) is known color: Silver Tree. HEX triplet: 6A, C8 and 80. RGB value is (106,200,128). Sum of RGB (Red+Green+Blue) = 106+200+128=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC880 is #95377F. Grayscale: #A3A3A3. Windows color (decimal): -9779072 or 8439914. OLE color: 8439914.
HSL color Cylindrical-coordinate representation of color #6AC880: hue angle of 134.04º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC880 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 128 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.22 |
| HSL | 134.04º | 0.46% | 0.6% | - |
| HSV(B) | 134.04º | 0.47% | 0.78% | - |
| XYZ | 30.49 | 45.93 | 27.68 | - |
| YUV | 163.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 128 | 0.47 | 0 | 0.36 | 0.22 | 134.04 | 0.46 | 0.6 |
| Hex | 6A | C8 | 80 | 2F | 0 | 24 | 16 | 86 | 2E | 3C |
| Octal | 152 | 310 | 200 | 57 | 0 | 44 | 26 | 206 | 56 | 74 |
| Binary | 1101010 | 11001000 | 10000000 | 101111 | 0 | 100100 | 10110 | 10000110 | 101110 | 111100 |
Color Harmonies of #6AC880
Complementary color
Monochromatic Colors of #6AC880
Black with #6AC880
Text Example
Text Example
White with #6AC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC880; }
p { color: rgb(106,200,128); }
H1.HeaderClassName
{
color: #6AC880;
}
.AnyTagClassName
{
color: #6AC880;
}
</style>
background-color css
<style>
a { background-color: #6AC880; }
a { background-color: rgb(106,200,128); }
div.DivClassName
{
background-color: #6AC880;
}
.BgClassName
{
background-color: #6AC880;
}
</style>
border-color css
<style>
span { border-color: #6AC880; }
span { border-color: rgb(106,200,128); }
td.TdClassName
{
border-color: #6AC880;
}
.TagClassName
{
border-color: #6AC880;
}
</style>