Shades of Silver Tree #6FBA8E
Tints of Silver Tree #6FBA8E
RGB
CMYK
RGB Variations
Color information
#6FBA8E (or 0x6FBA8E) is known color: Silver Tree. HEX triplet: 6F, BA and 8E. RGB value is (111,186,142). Sum of RGB (Red+Green+Blue) = 111+186+142=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA8E is #904571. Grayscale: #9E9E9E. Windows color (decimal): -9454962 or 9353839. OLE color: 9353839.
HSL color Cylindrical-coordinate representation of color #6FBA8E: hue angle of 144.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA8E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 142 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.27 |
| HSL | 144.8º | 0.35% | 0.58% | - |
| HSV(B) | 144.8º | 0.4% | 0.73% | - |
| XYZ | 29 | 40.45 | 31.87 | - |
| YUV | 158.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 142 | 0.40 | 0 | 0.24 | 0.27 | 144.8 | 0.35 | 0.58 |
| Hex | 6F | BA | 8E | 28 | 0 | 18 | 1B | 91 | 23 | 3A |
| Octal | 157 | 272 | 216 | 50 | 0 | 30 | 33 | 221 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10001110 | 101000 | 0 | 11000 | 11011 | 10010001 | 100011 | 111010 |
Color Harmonies of #6FBA8E
Complementary color
Monochromatic Colors of #6FBA8E
Black with #6FBA8E
Text Example
Text Example
White with #6FBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA8E; }
p { color: rgb(111,186,142); }
H1.HeaderClassName
{
color: #6FBA8E;
}
.AnyTagClassName
{
color: #6FBA8E;
}
</style>
background-color css
<style>
a { background-color: #6FBA8E; }
a { background-color: rgb(111,186,142); }
div.DivClassName
{
background-color: #6FBA8E;
}
.BgClassName
{
background-color: #6FBA8E;
}
</style>
border-color css
<style>
span { border-color: #6FBA8E; }
span { border-color: rgb(111,186,142); }
td.TdClassName
{
border-color: #6FBA8E;
}
.TagClassName
{
border-color: #6FBA8E;
}
</style>