Shades of Silver Tree #6CBA8F
Tints of Silver Tree #6CBA8F
RGB
CMYK
RGB Variations
Color information
#6CBA8F (or 0x6CBA8F) is known color: Silver Tree. HEX triplet: 6C, BA and 8F. RGB value is (108,186,143). Sum of RGB (Red+Green+Blue) = 108+186+143=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBA8F is #934570. Grayscale: #9D9D9D. Windows color (decimal): -9651569 or 9419372. OLE color: 9419372.
HSL color Cylindrical-coordinate representation of color #6CBA8F: hue angle of 146.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBA8F is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 143 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.27 |
| HSL | 146.92º | 0.36% | 0.58% | - |
| HSV(B) | 146.92º | 0.42% | 0.73% | - |
| XYZ | 28.7 | 40.29 | 32.25 | - |
| YUV | 157.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 143 | 0.42 | 0 | 0.23 | 0.27 | 146.92 | 0.36 | 0.58 |
| Hex | 6C | BA | 8F | 2A | 0 | 17 | 1B | 93 | 24 | 3A |
| Octal | 154 | 272 | 217 | 52 | 0 | 27 | 33 | 223 | 44 | 72 |
| Binary | 1101100 | 10111010 | 10001111 | 101010 | 0 | 10111 | 11011 | 10010011 | 100100 | 111010 |
Color Harmonies of #6CBA8F
Complementary color
Monochromatic Colors of #6CBA8F
Black with #6CBA8F
Text Example
Text Example
White with #6CBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA8F; }
p { color: rgb(108,186,143); }
H1.HeaderClassName
{
color: #6CBA8F;
}
.AnyTagClassName
{
color: #6CBA8F;
}
</style>
background-color css
<style>
a { background-color: #6CBA8F; }
a { background-color: rgb(108,186,143); }
div.DivClassName
{
background-color: #6CBA8F;
}
.BgClassName
{
background-color: #6CBA8F;
}
</style>
border-color css
<style>
span { border-color: #6CBA8F; }
span { border-color: rgb(108,186,143); }
td.TdClassName
{
border-color: #6CBA8F;
}
.TagClassName
{
border-color: #6CBA8F;
}
</style>