Shades of Silver Tree #6EB996
Tints of Silver Tree #6EB996
RGB
CMYK
RGB Variations
Color information
#6EB996 (or 0x6EB996) is known color: Silver Tree. HEX triplet: 6E, B9 and 96. RGB value is (110,185,150). Sum of RGB (Red+Green+Blue) = 110+185+150=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB996 is #914669. Grayscale: #9E9E9E. Windows color (decimal): -9520746 or 9877870. OLE color: 9877870.
HSL color Cylindrical-coordinate representation of color #6EB996: hue angle of 152º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EB996 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 185 | 150 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.27 |
| HSL | 152º | 0.35% | 0.58% | - |
| HSV(B) | 152º | 0.41% | 0.73% | - |
| XYZ | 29.28 | 40.21 | 35.07 | - |
| YUV | 158.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 185 | 150 | 0.41 | 0 | 0.19 | 0.27 | 152 | 0.35 | 0.58 |
| Hex | 6E | B9 | 96 | 29 | 0 | 13 | 1B | 98 | 23 | 3A |
| Octal | 156 | 271 | 226 | 51 | 0 | 23 | 33 | 230 | 43 | 72 |
| Binary | 1101110 | 10111001 | 10010110 | 101001 | 0 | 10011 | 11011 | 10011000 | 100011 | 111010 |
Color Harmonies of #6EB996
Complementary color
Monochromatic Colors of #6EB996
Black with #6EB996
Text Example
Text Example
White with #6EB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB996; }
p { color: rgb(110,185,150); }
H1.HeaderClassName
{
color: #6EB996;
}
.AnyTagClassName
{
color: #6EB996;
}
</style>
background-color css
<style>
a { background-color: #6EB996; }
a { background-color: rgb(110,185,150); }
div.DivClassName
{
background-color: #6EB996;
}
.BgClassName
{
background-color: #6EB996;
}
</style>
border-color css
<style>
span { border-color: #6EB996; }
span { border-color: rgb(110,185,150); }
td.TdClassName
{
border-color: #6EB996;
}
.TagClassName
{
border-color: #6EB996;
}
</style>