Shades of Silver Tree #68BA84
Tints of Silver Tree #68BA84
RGB
CMYK
RGB Variations
Color information
#68BA84 (or 0x68BA84) is known color: Silver Tree. HEX triplet: 68, BA and 84. RGB value is (104,186,132). Sum of RGB (Red+Green+Blue) = 104+186+132=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BA84 is #97457B. Grayscale: #9B9B9B. Windows color (decimal): -9913724 or 8698472. OLE color: 8698472.
HSL color Cylindrical-coordinate representation of color #68BA84: hue angle of 140.49º 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 #68BA84 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 132 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.27 |
| HSL | 140.49º | 0.37% | 0.57% | - |
| HSV(B) | 140.49º | 0.44% | 0.73% | - |
| XYZ | 27.43 | 39.73 | 28.05 | - |
| YUV | 155.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 132 | 0.44 | 0 | 0.29 | 0.27 | 140.49 | 0.37 | 0.57 |
| Hex | 68 | BA | 84 | 2C | 0 | 1D | 1B | 8C | 25 | 39 |
| Octal | 150 | 272 | 204 | 54 | 0 | 35 | 33 | 214 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10000100 | 101100 | 0 | 11101 | 11011 | 10001100 | 100101 | 111001 |
Color Harmonies of #68BA84
Complementary color
Monochromatic Colors of #68BA84
Black with #68BA84
Text Example
Text Example
White with #68BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA84; }
p { color: rgb(104,186,132); }
H1.HeaderClassName
{
color: #68BA84;
}
.AnyTagClassName
{
color: #68BA84;
}
</style>
background-color css
<style>
a { background-color: #68BA84; }
a { background-color: rgb(104,186,132); }
div.DivClassName
{
background-color: #68BA84;
}
.BgClassName
{
background-color: #68BA84;
}
</style>
border-color css
<style>
span { border-color: #68BA84; }
span { border-color: rgb(104,186,132); }
td.TdClassName
{
border-color: #68BA84;
}
.TagClassName
{
border-color: #68BA84;
}
</style>