Shades of Silver Tree #68B982
Tints of Silver Tree #68B982
RGB
CMYK
RGB Variations
Color information
#68B982 (or 0x68B982) is known color: Silver Tree. HEX triplet: 68, B9 and 82. RGB value is (104,185,130). Sum of RGB (Red+Green+Blue) = 104+185+130=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #68B982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B982 is #97467D. Grayscale: #9A9A9A. Windows color (decimal): -9913982 or 8567144. OLE color: 8567144.
HSL color Cylindrical-coordinate representation of color #68B982: hue angle of 139.26º 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 #68B982 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 130 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.27 |
| HSL | 139.26º | 0.37% | 0.57% | - |
| HSV(B) | 139.26º | 0.44% | 0.73% | - |
| XYZ | 27.09 | 39.25 | 27.27 | - |
| YUV | 154.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 130 | 0.44 | 0 | 0.30 | 0.27 | 139.26 | 0.37 | 0.57 |
| Hex | 68 | B9 | 82 | 2C | 0 | 1E | 1B | 8B | 25 | 39 |
| Octal | 150 | 271 | 202 | 54 | 0 | 36 | 33 | 213 | 45 | 71 |
| Binary | 1101000 | 10111001 | 10000010 | 101100 | 0 | 11110 | 11011 | 10001011 | 100101 | 111001 |
Color Harmonies of #68B982
Complementary color
Monochromatic Colors of #68B982
Black with #68B982
Text Example
Text Example
White with #68B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B982; }
p { color: rgb(104,185,130); }
H1.HeaderClassName
{
color: #68B982;
}
.AnyTagClassName
{
color: #68B982;
}
</style>
background-color css
<style>
a { background-color: #68B982; }
a { background-color: rgb(104,185,130); }
div.DivClassName
{
background-color: #68B982;
}
.BgClassName
{
background-color: #68B982;
}
</style>
border-color css
<style>
span { border-color: #68B982; }
span { border-color: rgb(104,185,130); }
td.TdClassName
{
border-color: #68B982;
}
.TagClassName
{
border-color: #68B982;
}
</style>