Shades of Silver Tree #68BB95
Tints of Silver Tree #68BB95
RGB
CMYK
RGB Variations
Color information
#68BB95 (or 0x68BB95) is known color: Silver Tree. HEX triplet: 68, BB and 95. RGB value is (104,187,149). Sum of RGB (Red+Green+Blue) = 104+187+149=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BB95 is #97446A. Grayscale: #9D9D9D. Windows color (decimal): -9913451 or 9812840. OLE color: 9812840.
HSL color Cylindrical-coordinate representation of color #68BB95: hue angle of 152.53º degrees, saturation: 0.38, 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 #68BB95 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 149 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.27 |
| HSL | 152.53º | 0.38% | 0.57% | - |
| HSV(B) | 152.53º | 0.44% | 0.73% | - |
| XYZ | 28.9 | 40.65 | 34.76 | - |
| YUV | 157.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 149 | 0.44 | 0 | 0.20 | 0.27 | 152.53 | 0.38 | 0.57 |
| Hex | 68 | BB | 95 | 2C | 0 | 14 | 1B | 99 | 26 | 39 |
| Octal | 150 | 273 | 225 | 54 | 0 | 24 | 33 | 231 | 46 | 71 |
| Binary | 1101000 | 10111011 | 10010101 | 101100 | 0 | 10100 | 11011 | 10011001 | 100110 | 111001 |
Color Harmonies of #68BB95
Complementary color
Monochromatic Colors of #68BB95
Black with #68BB95
Text Example
Text Example
White with #68BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB95; }
p { color: rgb(104,187,149); }
H1.HeaderClassName
{
color: #68BB95;
}
.AnyTagClassName
{
color: #68BB95;
}
</style>
background-color css
<style>
a { background-color: #68BB95; }
a { background-color: rgb(104,187,149); }
div.DivClassName
{
background-color: #68BB95;
}
.BgClassName
{
background-color: #68BB95;
}
</style>
border-color css
<style>
span { border-color: #68BB95; }
span { border-color: rgb(104,187,149); }
td.TdClassName
{
border-color: #68BB95;
}
.TagClassName
{
border-color: #68BB95;
}
</style>