Shades of Silver Tree #68B595
Tints of Silver Tree #68B595
RGB
CMYK
RGB Variations
Color information
#68B595 (or 0x68B595) is known color: Silver Tree. HEX triplet: 68, B5 and 95. RGB value is (104,181,149). Sum of RGB (Red+Green+Blue) = 104+181+149=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #68B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B595 is #974A6A. Grayscale: #9A9A9A. Windows color (decimal): -9914987 or 9811304. OLE color: 9811304.
HSL color Cylindrical-coordinate representation of color #68B595: hue angle of 155.06º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B595 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 149 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.29 |
| HSL | 155.06º | 0.34% | 0.56% | - |
| HSV(B) | 155.06º | 0.43% | 0.71% | - |
| XYZ | 27.66 | 38.16 | 34.34 | - |
| YUV | 154.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 149 | 0.43 | 0 | 0.18 | 0.29 | 155.06 | 0.34 | 0.56 |
| Hex | 68 | B5 | 95 | 2B | 0 | 12 | 1D | 9B | 22 | 38 |
| Octal | 150 | 265 | 225 | 53 | 0 | 22 | 35 | 233 | 42 | 70 |
| Binary | 1101000 | 10110101 | 10010101 | 101011 | 0 | 10010 | 11101 | 10011011 | 100010 | 111000 |
Color Harmonies of #68B595
Complementary color
Monochromatic Colors of #68B595
Black with #68B595
Text Example
Text Example
White with #68B595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B595; }
p { color: rgb(104,181,149); }
H1.HeaderClassName
{
color: #68B595;
}
.AnyTagClassName
{
color: #68B595;
}
</style>
background-color css
<style>
a { background-color: #68B595; }
a { background-color: rgb(104,181,149); }
div.DivClassName
{
background-color: #68B595;
}
.BgClassName
{
background-color: #68B595;
}
</style>
border-color css
<style>
span { border-color: #68B595; }
span { border-color: rgb(104,181,149); }
td.TdClassName
{
border-color: #68B595;
}
.TagClassName
{
border-color: #68B595;
}
</style>