Shades of Silver Tree #69C080
Tints of Silver Tree #69C080
RGB
CMYK
RGB Variations
Color information
#69C080 (or 0x69C080) is known color: Silver Tree. HEX triplet: 69, C0 and 80. RGB value is (105,192,128). Sum of RGB (Red+Green+Blue) = 105+192+128=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #69C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C080 is #963F7F. Grayscale: #9E9E9E. Windows color (decimal): -9846656 or 8437865. OLE color: 8437865.
HSL color Cylindrical-coordinate representation of color #69C080: hue angle of 135.86º 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 #69C080 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 128 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.25 |
| HSL | 135.86º | 0.41% | 0.58% | - |
| HSV(B) | 135.86º | 0.45% | 0.75% | - |
| XYZ | 28.57 | 42.26 | 27.07 | - |
| YUV | 158.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 128 | 0.45 | 0 | 0.33 | 0.25 | 135.86 | 0.41 | 0.58 |
| Hex | 69 | C0 | 80 | 2D | 0 | 21 | 19 | 88 | 29 | 3A |
| Octal | 151 | 300 | 200 | 55 | 0 | 41 | 31 | 210 | 51 | 72 |
| Binary | 1101001 | 11000000 | 10000000 | 101101 | 0 | 100001 | 11001 | 10001000 | 101001 | 111010 |
Color Harmonies of #69C080
Complementary color
Monochromatic Colors of #69C080
Black with #69C080
Text Example
Text Example
White with #69C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C080; }
p { color: rgb(105,192,128); }
H1.HeaderClassName
{
color: #69C080;
}
.AnyTagClassName
{
color: #69C080;
}
</style>
background-color css
<style>
a { background-color: #69C080; }
a { background-color: rgb(105,192,128); }
div.DivClassName
{
background-color: #69C080;
}
.BgClassName
{
background-color: #69C080;
}
</style>
border-color css
<style>
span { border-color: #69C080; }
span { border-color: rgb(105,192,128); }
td.TdClassName
{
border-color: #69C080;
}
.TagClassName
{
border-color: #69C080;
}
</style>