Shades of Silver Tree #68BA83
Tints of Silver Tree #68BA83
RGB
CMYK
RGB Variations
Color information
#68BA83 (or 0x68BA83) is known color: Silver Tree. HEX triplet: 68, BA and 83. RGB value is (104,186,131). Sum of RGB (Red+Green+Blue) = 104+186+131=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BA83 is #97457C. Grayscale: #9B9B9B. Windows color (decimal): -9913725 or 8632936. OLE color: 8632936.
HSL color Cylindrical-coordinate representation of color #68BA83: hue angle of 139.76º 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 #68BA83 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 131 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.27 |
| HSL | 139.76º | 0.37% | 0.57% | - |
| HSV(B) | 139.76º | 0.44% | 0.73% | - |
| XYZ | 27.36 | 39.7 | 27.69 | - |
| YUV | 155.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 131 | 0.44 | 0 | 0.30 | 0.27 | 139.76 | 0.37 | 0.57 |
| Hex | 68 | BA | 83 | 2C | 0 | 1E | 1B | 8C | 25 | 39 |
| Octal | 150 | 272 | 203 | 54 | 0 | 36 | 33 | 214 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10000011 | 101100 | 0 | 11110 | 11011 | 10001100 | 100101 | 111001 |
Color Harmonies of #68BA83
Complementary color
Monochromatic Colors of #68BA83
Black with #68BA83
Text Example
Text Example
White with #68BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA83; }
p { color: rgb(104,186,131); }
H1.HeaderClassName
{
color: #68BA83;
}
.AnyTagClassName
{
color: #68BA83;
}
</style>
background-color css
<style>
a { background-color: #68BA83; }
a { background-color: rgb(104,186,131); }
div.DivClassName
{
background-color: #68BA83;
}
.BgClassName
{
background-color: #68BA83;
}
</style>
border-color css
<style>
span { border-color: #68BA83; }
span { border-color: rgb(104,186,131); }
td.TdClassName
{
border-color: #68BA83;
}
.TagClassName
{
border-color: #68BA83;
}
</style>