Shades of Silver Tree #6FC086
Tints of Silver Tree #6FC086
RGB
CMYK
RGB Variations
Color information
#6FC086 (or 0x6FC086) is known color: Silver Tree. HEX triplet: 6F, C0 and 86. RGB value is (111,192,134). Sum of RGB (Red+Green+Blue) = 111+192+134=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC086 is #903F79. Grayscale: #A1A1A1. Windows color (decimal): -9453434 or 8831087. OLE color: 8831087.
HSL color Cylindrical-coordinate representation of color #6FC086: hue angle of 137.04º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC086 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 134 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.25 |
| HSL | 137.04º | 0.39% | 0.59% | - |
| HSV(B) | 137.04º | 0.42% | 0.75% | - |
| XYZ | 29.71 | 42.8 | 29.25 | - |
| YUV | 161.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 134 | 0.42 | 0 | 0.30 | 0.25 | 137.04 | 0.39 | 0.59 |
| Hex | 6F | C0 | 86 | 2A | 0 | 1E | 19 | 89 | 27 | 3B |
| Octal | 157 | 300 | 206 | 52 | 0 | 36 | 31 | 211 | 47 | 73 |
| Binary | 1101111 | 11000000 | 10000110 | 101010 | 0 | 11110 | 11001 | 10001001 | 100111 | 111011 |
Color Harmonies of #6FC086
Complementary color
Monochromatic Colors of #6FC086
Black with #6FC086
Text Example
Text Example
White with #6FC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC086; }
p { color: rgb(111,192,134); }
H1.HeaderClassName
{
color: #6FC086;
}
.AnyTagClassName
{
color: #6FC086;
}
</style>
background-color css
<style>
a { background-color: #6FC086; }
a { background-color: rgb(111,192,134); }
div.DivClassName
{
background-color: #6FC086;
}
.BgClassName
{
background-color: #6FC086;
}
</style>
border-color css
<style>
span { border-color: #6FC086; }
span { border-color: rgb(111,192,134); }
td.TdClassName
{
border-color: #6FC086;
}
.TagClassName
{
border-color: #6FC086;
}
</style>