Shades of Silver Tree #68B995
Tints of Silver Tree #68B995
RGB
CMYK
RGB Variations
Color information
#68B995 (or 0x68B995) is known color: Silver Tree. HEX triplet: 68, B9 and 95. RGB value is (104,185,149). Sum of RGB (Red+Green+Blue) = 104+185+149=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #68B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B995 is #97466A. Grayscale: #9C9C9C. Windows color (decimal): -9913963 or 9812328. OLE color: 9812328.
HSL color Cylindrical-coordinate representation of color #68B995: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B995 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 149 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.27 |
| HSL | 153.33º | 0.37% | 0.57% | - |
| HSV(B) | 153.33º | 0.44% | 0.73% | - |
| XYZ | 28.48 | 39.81 | 34.62 | - |
| YUV | 156.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 149 | 0.44 | 0 | 0.19 | 0.27 | 153.33 | 0.37 | 0.57 |
| Hex | 68 | B9 | 95 | 2C | 0 | 13 | 1B | 99 | 25 | 39 |
| Octal | 150 | 271 | 225 | 54 | 0 | 23 | 33 | 231 | 45 | 71 |
| Binary | 1101000 | 10111001 | 10010101 | 101100 | 0 | 10011 | 11011 | 10011001 | 100101 | 111001 |
Color Harmonies of #68B995
Complementary color
Monochromatic Colors of #68B995
Black with #68B995
Text Example
Text Example
White with #68B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B995; }
p { color: rgb(104,185,149); }
H1.HeaderClassName
{
color: #68B995;
}
.AnyTagClassName
{
color: #68B995;
}
</style>
background-color css
<style>
a { background-color: #68B995; }
a { background-color: rgb(104,185,149); }
div.DivClassName
{
background-color: #68B995;
}
.BgClassName
{
background-color: #68B995;
}
</style>
border-color css
<style>
span { border-color: #68B995; }
span { border-color: rgb(104,185,149); }
td.TdClassName
{
border-color: #68B995;
}
.TagClassName
{
border-color: #68B995;
}
</style>