Shades of Silver Tree #68BF8C
Tints of Silver Tree #68BF8C
RGB
CMYK
RGB Variations
Color information
#68BF8C (or 0x68BF8C) is known color: Silver Tree. HEX triplet: 68, BF and 8C. RGB value is (104,191,140). Sum of RGB (Red+Green+Blue) = 104+191+140=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BF8C is #974073. Grayscale: #9F9F9F. Windows color (decimal): -9912436 or 9224040. OLE color: 9224040.
HSL color Cylindrical-coordinate representation of color #68BF8C: hue angle of 144.83º 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 #68BF8C is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 140 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.25 |
| HSL | 144.83º | 0.4% | 0.58% | - |
| HSV(B) | 144.83º | 0.46% | 0.75% | - |
| XYZ | 29.07 | 42.1 | 31.4 | - |
| YUV | 159.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 140 | 0.46 | 0 | 0.27 | 0.25 | 144.83 | 0.4 | 0.58 |
| Hex | 68 | BF | 8C | 2E | 0 | 1B | 19 | 91 | 28 | 3A |
| Octal | 150 | 277 | 214 | 56 | 0 | 33 | 31 | 221 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10001100 | 101110 | 0 | 11011 | 11001 | 10010001 | 101000 | 111010 |
Color Harmonies of #68BF8C
Complementary color
Monochromatic Colors of #68BF8C
Black with #68BF8C
Text Example
Text Example
White with #68BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF8C; }
p { color: rgb(104,191,140); }
H1.HeaderClassName
{
color: #68BF8C;
}
.AnyTagClassName
{
color: #68BF8C;
}
</style>
background-color css
<style>
a { background-color: #68BF8C; }
a { background-color: rgb(104,191,140); }
div.DivClassName
{
background-color: #68BF8C;
}
.BgClassName
{
background-color: #68BF8C;
}
</style>
border-color css
<style>
span { border-color: #68BF8C; }
span { border-color: rgb(104,191,140); }
td.TdClassName
{
border-color: #68BF8C;
}
.TagClassName
{
border-color: #68BF8C;
}
</style>