Shades of Silver Tree #68BF9A
Tints of Silver Tree #68BF9A
RGB
CMYK
RGB Variations
Color information
#68BF9A (or 0x68BF9A) is known color: Silver Tree. HEX triplet: 68, BF and 9A. RGB value is (104,191,154). Sum of RGB (Red+Green+Blue) = 104+191+154=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BF9A is #974065. Grayscale: #A0A0A0. Windows color (decimal): -9912422 or 10141544. OLE color: 10141544.
HSL color Cylindrical-coordinate representation of color #68BF9A: hue angle of 154.48º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BF9A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 154 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.25 |
| HSL | 154.48º | 0.4% | 0.58% | - |
| HSV(B) | 154.48º | 0.46% | 0.75% | - |
| XYZ | 30.17 | 42.54 | 37.19 | - |
| YUV | 160.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 154 | 0.46 | 0 | 0.19 | 0.25 | 154.48 | 0.4 | 0.58 |
| Hex | 68 | BF | 9A | 2E | 0 | 13 | 19 | 9A | 28 | 3A |
| Octal | 150 | 277 | 232 | 56 | 0 | 23 | 31 | 232 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10011010 | 101110 | 0 | 10011 | 11001 | 10011010 | 101000 | 111010 |
Color Harmonies of #68BF9A
Complementary color
Monochromatic Colors of #68BF9A
Black with #68BF9A
Text Example
Text Example
White with #68BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF9A; }
p { color: rgb(104,191,154); }
H1.HeaderClassName
{
color: #68BF9A;
}
.AnyTagClassName
{
color: #68BF9A;
}
</style>
background-color css
<style>
a { background-color: #68BF9A; }
a { background-color: rgb(104,191,154); }
div.DivClassName
{
background-color: #68BF9A;
}
.BgClassName
{
background-color: #68BF9A;
}
</style>
border-color css
<style>
span { border-color: #68BF9A; }
span { border-color: rgb(104,191,154); }
td.TdClassName
{
border-color: #68BF9A;
}
.TagClassName
{
border-color: #68BF9A;
}
</style>